Shades of Royal Blue #596FE6
Tints of Royal Blue #596FE6
RGB
CMYK
RGB Variations
Color information
#596FE6 (or 0x596FE6) is known color: Royal Blue. HEX triplet: 59, 6F and E6. RGB value is (89,111,230). Sum of RGB (Red+Green+Blue) = 89+111+230=430 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.70% from 430); Green value is 111 (43.75% from 255 or 25.81% from 430); Blue value is 230 (90.23% from 255 or 53.49% from 430); Max value from RGB is 230 - color contains mainly: blue. Hex color #596FE6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #596FE6 is #A69019. Grayscale: #757575. Windows color (decimal): -10915866 or 15101785. OLE color: 15101785.
HSL color Cylindrical-coordinate representation of color #596FE6: hue angle of 230.64º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #596FE6 is Cyan = 0.61, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 89 | 111 | 230 | - |
| CMYK | 0.61 | 0.52 | 0 | 0.10 |
| HSL | 230.64º | 0.74% | 0.63% | - |
| HSV(B) | 230.64º | 0.61% | 0.9% | - |
| XYZ | 24.09 | 19.21 | 77.3 | - |
| YUV | 117.99 | 191.21 | 107.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 111 | 230 | 0.61 | 0.52 | 0 | 0.10 | 230.64 | 0.74 | 0.63 |
| Hex | 59 | 6F | E6 | 3D | 34 | 0 | A | E7 | 4A | 3F |
| Octal | 131 | 157 | 346 | 75 | 64 | 0 | 12 | 347 | 112 | 77 |
| Binary | 1011001 | 1101111 | 11100110 | 111101 | 110100 | 0 | 1010 | 11100111 | 1001010 | 111111 |
Color Harmonies of #596FE6
Complementary color
Monochromatic Colors of #596FE6
Black with #596FE6
Text Example
Text Example
White with #596FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #596FE6; }
p { color: rgb(89,111,230); }
H1.HeaderClassName
{
color: #596FE6;
}
.AnyTagClassName
{
color: #596FE6;
}
</style>
background-color css
<style>
a { background-color: #596FE6; }
a { background-color: rgb(89,111,230); }
div.DivClassName
{
background-color: #596FE6;
}
.BgClassName
{
background-color: #596FE6;
}
</style>
border-color css
<style>
span { border-color: #596FE6; }
span { border-color: rgb(89,111,230); }
td.TdClassName
{
border-color: #596FE6;
}
.TagClassName
{
border-color: #596FE6;
}
</style>