Shades of Royal Blue #596BE8
Tints of Royal Blue #596BE8
RGB
CMYK
RGB Variations
Color information
#596BE8 (or 0x596BE8) is known color: Royal Blue. HEX triplet: 59, 6B and E8. RGB value is (89,107,232). Sum of RGB (Red+Green+Blue) = 89+107+232=428 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.79% from 428); Green value is 107 (42.19% from 255 or 25% from 428); Blue value is 232 (91.02% from 255 or 54.21% from 428); Max value from RGB is 232 - color contains mainly: blue. Hex color #596BE8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #596BE8 is #A69417. Grayscale: #737373. Windows color (decimal): -10916888 or 15231833. OLE color: 15231833.
HSL color Cylindrical-coordinate representation of color #596BE8: hue angle of 232.45º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #596BE8 is Cyan = 0.62, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 89 | 107 | 232 | - |
| CMYK | 0.62 | 0.54 | 0 | 0.09 |
| HSL | 232.45º | 0.76% | 0.63% | - |
| HSV(B) | 232.45º | 0.62% | 0.91% | - |
| XYZ | 23.94 | 18.47 | 78.65 | - |
| YUV | 115.87 | 193.54 | 108.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 107 | 232 | 0.62 | 0.54 | 0 | 0.09 | 232.45 | 0.76 | 0.63 |
| Hex | 59 | 6B | E8 | 3E | 36 | 0 | 9 | E8 | 4C | 3F |
| Octal | 131 | 153 | 350 | 76 | 66 | 0 | 11 | 350 | 114 | 77 |
| Binary | 1011001 | 1101011 | 11101000 | 111110 | 110110 | 0 | 1001 | 11101000 | 1001100 | 111111 |
Color Harmonies of #596BE8
Complementary color
Monochromatic Colors of #596BE8
Black with #596BE8
Text Example
Text Example
White with #596BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #596BE8; }
p { color: rgb(89,107,232); }
H1.HeaderClassName
{
color: #596BE8;
}
.AnyTagClassName
{
color: #596BE8;
}
</style>
background-color css
<style>
a { background-color: #596BE8; }
a { background-color: rgb(89,107,232); }
div.DivClassName
{
background-color: #596BE8;
}
.BgClassName
{
background-color: #596BE8;
}
</style>
border-color css
<style>
span { border-color: #596BE8; }
span { border-color: rgb(89,107,232); }
td.TdClassName
{
border-color: #596BE8;
}
.TagClassName
{
border-color: #596BE8;
}
</style>