Shades of Royal Blue #596BD2
Tints of Royal Blue #596BD2
RGB
CMYK
RGB Variations
Color information
#596BD2 (or 0x596BD2) is known color: Royal Blue. HEX triplet: 59, 6B and D2. RGB value is (89,107,210). Sum of RGB (Red+Green+Blue) = 89+107+210=406 (53% of max value = 765). Red value is 89 (35.16% from 255 or 21.92% from 406); Green value is 107 (42.19% from 255 or 26.35% from 406); Blue value is 210 (82.42% from 255 or 51.72% from 406); Max value from RGB is 210 - color contains mainly: blue. Hex color #596BD2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #596BD2 is #A6942D. Grayscale: #707070. Windows color (decimal): -10916910 or 13790041. OLE color: 13790041.
HSL color Cylindrical-coordinate representation of color #596BD2: hue angle of 231.07º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #596BD2 is Cyan = 0.58, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 89 | 107 | 210 | - |
| CMYK | 0.58 | 0.49 | 0 | 0.18 |
| HSL | 231.07º | 0.57% | 0.59% | - |
| HSV(B) | 231.07º | 0.58% | 0.82% | - |
| XYZ | 21.01 | 17.29 | 63.2 | - |
| YUV | 113.36 | 182.54 | 110.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 107 | 210 | 0.58 | 0.49 | 0 | 0.18 | 231.07 | 0.57 | 0.59 |
| Hex | 59 | 6B | D2 | 3A | 31 | 0 | 12 | E7 | 39 | 3B |
| Octal | 131 | 153 | 322 | 72 | 61 | 0 | 22 | 347 | 71 | 73 |
| Binary | 1011001 | 1101011 | 11010010 | 111010 | 110001 | 0 | 10010 | 11100111 | 111001 | 111011 |
Color Harmonies of #596BD2
Complementary color
Monochromatic Colors of #596BD2
Black with #596BD2
Text Example
Text Example
White with #596BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #596BD2; }
p { color: rgb(89,107,210); }
H1.HeaderClassName
{
color: #596BD2;
}
.AnyTagClassName
{
color: #596BD2;
}
</style>
background-color css
<style>
a { background-color: #596BD2; }
a { background-color: rgb(89,107,210); }
div.DivClassName
{
background-color: #596BD2;
}
.BgClassName
{
background-color: #596BD2;
}
</style>
border-color css
<style>
span { border-color: #596BD2; }
span { border-color: rgb(89,107,210); }
td.TdClassName
{
border-color: #596BD2;
}
.TagClassName
{
border-color: #596BD2;
}
</style>