Shades of Havelock Blue #5972CE
Tints of Havelock Blue #5972CE
RGB
CMYK
RGB Variations
Color information
#5972CE (or 0x5972CE) is known color: Havelock Blue. HEX triplet: 59, 72 and CE. RGB value is (89,114,206). Sum of RGB (Red+Green+Blue) = 89+114+206=409 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.76% from 409); Green value is 114 (44.92% from 255 or 27.87% from 409); Blue value is 206 (80.86% from 255 or 50.37% from 409); Max value from RGB is 206 - color contains mainly: blue. Hex color #5972CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5972CE is #A68D31. Grayscale: #747474. Windows color (decimal): -10915122 or 13529689. OLE color: 13529689.
HSL color Cylindrical-coordinate representation of color #5972CE: hue angle of 227.18º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5972CE is Cyan = 0.57, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 89 | 114 | 206 | - |
| CMYK | 0.57 | 0.45 | 0 | 0.19 |
| HSL | 227.18º | 0.54% | 0.58% | - |
| HSV(B) | 227.18º | 0.57% | 0.81% | - |
| XYZ | 21.28 | 18.61 | 60.86 | - |
| YUV | 117.01 | 178.22 | 108.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 114 | 206 | 0.57 | 0.45 | 0 | 0.19 | 227.18 | 0.54 | 0.58 |
| Hex | 59 | 72 | CE | 39 | 2D | 0 | 13 | E3 | 36 | 3A |
| Octal | 131 | 162 | 316 | 71 | 55 | 0 | 23 | 343 | 66 | 72 |
| Binary | 1011001 | 1110010 | 11001110 | 111001 | 101101 | 0 | 10011 | 11100011 | 110110 | 111010 |
Color Harmonies of #5972CE
Complementary color
Monochromatic Colors of #5972CE
Black with #5972CE
Text Example
Text Example
White with #5972CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5972CE; }
p { color: rgb(89,114,206); }
H1.HeaderClassName
{
color: #5972CE;
}
.AnyTagClassName
{
color: #5972CE;
}
</style>
background-color css
<style>
a { background-color: #5972CE; }
a { background-color: rgb(89,114,206); }
div.DivClassName
{
background-color: #5972CE;
}
.BgClassName
{
background-color: #5972CE;
}
</style>
border-color css
<style>
span { border-color: #5972CE; }
span { border-color: rgb(89,114,206); }
td.TdClassName
{
border-color: #5972CE;
}
.TagClassName
{
border-color: #5972CE;
}
</style>