Shades of Royal Blue #596BDE
Tints of Royal Blue #596BDE
RGB
CMYK
RGB Variations
Color information
#596BDE (or 0x596BDE) is known color: Royal Blue. HEX triplet: 59, 6B and DE. RGB value is (89,107,222). Sum of RGB (Red+Green+Blue) = 89+107+222=418 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.29% from 418); Green value is 107 (42.19% from 255 or 25.60% from 418); Blue value is 222 (87.11% from 255 or 53.11% from 418); Max value from RGB is 222 - color contains mainly: blue. Hex color #596BDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #596BDE is #A69421. Grayscale: #727272. Windows color (decimal): -10916898 or 14576473. OLE color: 14576473.
HSL color Cylindrical-coordinate representation of color #596BDE: hue angle of 231.88º 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 #596BDE is Cyan = 0.60, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 89 | 107 | 222 | - |
| CMYK | 0.60 | 0.52 | 0 | 0.13 |
| HSL | 231.88º | 0.67% | 0.61% | - |
| HSV(B) | 231.88º | 0.6% | 0.87% | - |
| XYZ | 22.56 | 17.91 | 71.38 | - |
| YUV | 114.73 | 188.54 | 109.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 107 | 222 | 0.60 | 0.52 | 0 | 0.13 | 231.88 | 0.67 | 0.61 |
| Hex | 59 | 6B | DE | 3C | 34 | 0 | D | E8 | 43 | 3D |
| Octal | 131 | 153 | 336 | 74 | 64 | 0 | 15 | 350 | 103 | 75 |
| Binary | 1011001 | 1101011 | 11011110 | 111100 | 110100 | 0 | 1101 | 11101000 | 1000011 | 111101 |
Color Harmonies of #596BDE
Complementary color
Monochromatic Colors of #596BDE
Black with #596BDE
Text Example
Text Example
White with #596BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #596BDE; }
p { color: rgb(89,107,222); }
H1.HeaderClassName
{
color: #596BDE;
}
.AnyTagClassName
{
color: #596BDE;
}
</style>
background-color css
<style>
a { background-color: #596BDE; }
a { background-color: rgb(89,107,222); }
div.DivClassName
{
background-color: #596BDE;
}
.BgClassName
{
background-color: #596BDE;
}
</style>
border-color css
<style>
span { border-color: #596BDE; }
span { border-color: rgb(89,107,222); }
td.TdClassName
{
border-color: #596BDE;
}
.TagClassName
{
border-color: #596BDE;
}
</style>