Shades of Royal Blue #596BE5
Tints of Royal Blue #596BE5
RGB
CMYK
RGB Variations
Color information
#596BE5 (or 0x596BE5) is known color: Royal Blue. HEX triplet: 59, 6B and E5. RGB value is (89,107,229). Sum of RGB (Red+Green+Blue) = 89+107+229=425 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.94% from 425); Green value is 107 (42.19% from 255 or 25.18% from 425); Blue value is 229 (89.84% from 255 or 53.88% from 425); Max value from RGB is 229 - color contains mainly: blue. Hex color #596BE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #596BE5 is #A6941A. Grayscale: #737373. Windows color (decimal): -10916891 or 15035225. OLE color: 15035225.
HSL color Cylindrical-coordinate representation of color #596BE5: hue angle of 232.29º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #596BE5 is Cyan = 0.61, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 89 | 107 | 229 | - |
| CMYK | 0.61 | 0.53 | 0 | 0.10 |
| HSL | 232.29º | 0.73% | 0.62% | - |
| HSV(B) | 232.29º | 0.61% | 0.9% | - |
| XYZ | 23.52 | 18.3 | 76.42 | - |
| YUV | 115.53 | 192.04 | 109.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 107 | 229 | 0.61 | 0.53 | 0 | 0.10 | 232.29 | 0.73 | 0.62 |
| Hex | 59 | 6B | E5 | 3D | 35 | 0 | A | E8 | 49 | 3E |
| Octal | 131 | 153 | 345 | 75 | 65 | 0 | 12 | 350 | 111 | 76 |
| Binary | 1011001 | 1101011 | 11100101 | 111101 | 110101 | 0 | 1010 | 11101000 | 1001001 | 111110 |
Color Harmonies of #596BE5
Complementary color
Monochromatic Colors of #596BE5
Black with #596BE5
Text Example
Text Example
White with #596BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #596BE5; }
p { color: rgb(89,107,229); }
H1.HeaderClassName
{
color: #596BE5;
}
.AnyTagClassName
{
color: #596BE5;
}
</style>
background-color css
<style>
a { background-color: #596BE5; }
a { background-color: rgb(89,107,229); }
div.DivClassName
{
background-color: #596BE5;
}
.BgClassName
{
background-color: #596BE5;
}
</style>
border-color css
<style>
span { border-color: #596BE5; }
span { border-color: rgb(89,107,229); }
td.TdClassName
{
border-color: #596BE5;
}
.TagClassName
{
border-color: #596BE5;
}
</style>