Shades of Royal Blue #5965E8
Tints of Royal Blue #5965E8
RGB
CMYK
RGB Variations
Color information
#5965E8 (or 0x5965E8) is known color: Royal Blue. HEX triplet: 59, 65 and E8. RGB value is (89,101,232). Sum of RGB (Red+Green+Blue) = 89+101+232=422 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.09% from 422); Green value is 101 (39.84% from 255 or 23.93% from 422); Blue value is 232 (91.02% from 255 or 54.98% from 422); Max value from RGB is 232 - color contains mainly: blue. Hex color #5965E8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5965E8 is #A69A17. Grayscale: #6F6F6F. Windows color (decimal): -10918424 or 15230297. OLE color: 15230297.
HSL color Cylindrical-coordinate representation of color #5965E8: hue angle of 234.97º 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 #5965E8 is Cyan = 0.62, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 89 | 101 | 232 | - |
| CMYK | 0.62 | 0.56 | 0 | 0.09 |
| HSL | 234.97º | 0.76% | 0.63% | - |
| HSV(B) | 234.97º | 0.62% | 0.91% | - |
| XYZ | 23.34 | 17.26 | 78.44 | - |
| YUV | 112.35 | 195.52 | 111.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 101 | 232 | 0.62 | 0.56 | 0 | 0.09 | 234.97 | 0.76 | 0.63 |
| Hex | 59 | 65 | E8 | 3E | 38 | 0 | 9 | EB | 4C | 3F |
| Octal | 131 | 145 | 350 | 76 | 70 | 0 | 11 | 353 | 114 | 77 |
| Binary | 1011001 | 1100101 | 11101000 | 111110 | 111000 | 0 | 1001 | 11101011 | 1001100 | 111111 |
Color Harmonies of #5965E8
Complementary color
Monochromatic Colors of #5965E8
Black with #5965E8
Text Example
Text Example
White with #5965E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5965E8; }
p { color: rgb(89,101,232); }
H1.HeaderClassName
{
color: #5965E8;
}
.AnyTagClassName
{
color: #5965E8;
}
</style>
background-color css
<style>
a { background-color: #5965E8; }
a { background-color: rgb(89,101,232); }
div.DivClassName
{
background-color: #5965E8;
}
.BgClassName
{
background-color: #5965E8;
}
</style>
border-color css
<style>
span { border-color: #5965E8; }
span { border-color: rgb(89,101,232); }
td.TdClassName
{
border-color: #5965E8;
}
.TagClassName
{
border-color: #5965E8;
}
</style>