Shades of Royal Blue #596CDE
Tints of Royal Blue #596CDE
RGB
CMYK
RGB Variations
Color information
#596CDE (or 0x596CDE) is known color: Royal Blue. HEX triplet: 59, 6C and DE. RGB value is (89,108,222). Sum of RGB (Red+Green+Blue) = 89+108+222=419 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.24% from 419); Green value is 108 (42.58% from 255 or 25.78% from 419); Blue value is 222 (87.11% from 255 or 52.98% from 419); Max value from RGB is 222 - color contains mainly: blue. Hex color #596CDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #596CDE is #A69321. Grayscale: #727272. Windows color (decimal): -10916642 or 14576729. OLE color: 14576729.
HSL color Cylindrical-coordinate representation of color #596CDE: hue angle of 231.43º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #596CDE is Cyan = 0.60, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 89 | 108 | 222 | - |
| CMYK | 0.60 | 0.51 | 0 | 0.13 |
| HSL | 231.43º | 0.67% | 0.61% | - |
| HSV(B) | 231.43º | 0.6% | 0.87% | - |
| XYZ | 22.67 | 18.12 | 71.41 | - |
| YUV | 115.32 | 188.21 | 109.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 108 | 222 | 0.60 | 0.51 | 0 | 0.13 | 231.43 | 0.67 | 0.61 |
| Hex | 59 | 6C | DE | 3C | 33 | 0 | D | E7 | 43 | 3D |
| Octal | 131 | 154 | 336 | 74 | 63 | 0 | 15 | 347 | 103 | 75 |
| Binary | 1011001 | 1101100 | 11011110 | 111100 | 110011 | 0 | 1101 | 11100111 | 1000011 | 111101 |
Color Harmonies of #596CDE
Complementary color
Monochromatic Colors of #596CDE
Black with #596CDE
Text Example
Text Example
White with #596CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #596CDE; }
p { color: rgb(89,108,222); }
H1.HeaderClassName
{
color: #596CDE;
}
.AnyTagClassName
{
color: #596CDE;
}
</style>
background-color css
<style>
a { background-color: #596CDE; }
a { background-color: rgb(89,108,222); }
div.DivClassName
{
background-color: #596CDE;
}
.BgClassName
{
background-color: #596CDE;
}
</style>
border-color css
<style>
span { border-color: #596CDE; }
span { border-color: rgb(89,108,222); }
td.TdClassName
{
border-color: #596CDE;
}
.TagClassName
{
border-color: #596CDE;
}
</style>