Shades of Royal Blue #596CEA
Tints of Royal Blue #596CEA
RGB
CMYK
RGB Variations
Color information
#596CEA (or 0x596CEA) is known color: Royal Blue. HEX triplet: 59, 6C and EA. RGB value is (89,108,234). Sum of RGB (Red+Green+Blue) = 89+108+234=431 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.65% from 431); Green value is 108 (42.58% from 255 or 25.06% from 431); Blue value is 234 (91.80% from 255 or 54.29% from 431); Max value from RGB is 234 - color contains mainly: blue. Hex color #596CEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #596CEA is #A69315. Grayscale: #747474. Windows color (decimal): -10916630 or 15363161. OLE color: 15363161.
HSL color Cylindrical-coordinate representation of color #596CEA: hue angle of 232.14º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #596CEA is Cyan = 0.62, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 89 | 108 | 234 | - |
| CMYK | 0.62 | 0.54 | 0 | 0.08 |
| HSL | 232.14º | 0.78% | 0.63% | - |
| HSV(B) | 232.14º | 0.62% | 0.92% | - |
| XYZ | 24.33 | 18.79 | 80.19 | - |
| YUV | 116.68 | 194.21 | 108.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 108 | 234 | 0.62 | 0.54 | 0 | 0.08 | 232.14 | 0.78 | 0.63 |
| Hex | 59 | 6C | EA | 3E | 36 | 0 | 8 | E8 | 4E | 3F |
| Octal | 131 | 154 | 352 | 76 | 66 | 0 | 10 | 350 | 116 | 77 |
| Binary | 1011001 | 1101100 | 11101010 | 111110 | 110110 | 0 | 1000 | 11101000 | 1001110 | 111111 |
Color Harmonies of #596CEA
Complementary color
Monochromatic Colors of #596CEA
Black with #596CEA
Text Example
Text Example
White with #596CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #596CEA; }
p { color: rgb(89,108,234); }
H1.HeaderClassName
{
color: #596CEA;
}
.AnyTagClassName
{
color: #596CEA;
}
</style>
background-color css
<style>
a { background-color: #596CEA; }
a { background-color: rgb(89,108,234); }
div.DivClassName
{
background-color: #596CEA;
}
.BgClassName
{
background-color: #596CEA;
}
</style>
border-color css
<style>
span { border-color: #596CEA; }
span { border-color: rgb(89,108,234); }
td.TdClassName
{
border-color: #596CEA;
}
.TagClassName
{
border-color: #596CEA;
}
</style>