The Basin of Tender nearby Dividing in RGB: The Additive Screen Color Model

Using The Basin of Tender nearby Dividing (RGB (5-6-199)) as a worked example, this article explains RGB color notation — syntax, conversion, and practical use.

The Basin of Tender nearby Dividing
#0506C7 · RGB (5-6-199) · HSL(240°,95%,40%)

In RGB: rgb(5, 6, 199)

What is RGB?

RGB (Red, Green, Blue) is the additive model underlying every screen. Each channel ranges 0–255, giving 256³ = 16,777,216 possible colors — exactly what PIGMENTUM catalogues.

Syntax

color: rgb(5, 6, 199);
color: rgba(5, 6, 199, 0.8);
/* Modern CSS Level 4: */
color: rgb(5 6 199);
color: rgb(5 6 199 / 80%);

Converting The Basin of Tender nearby Dividing Step by Step

HEX #0506C7 → RGB: 05 = 5 06 = 6 C7 = 199 Result: rgb(5, 6, 199)

When to Use RGB

Use RGB for programmatic color manipulation, canvas drawing, and direct channel access in JavaScript or image processing.

Nearby colors — see their RGB values on PIGMENTUM:

All Formats for The Basin of Tender nearby Dividing

PIGMENTUM shows 13 formats simultaneously: view The Basin of Tender nearby Dividing → · Color Formats Guide →