Shades of Havelock Blue #5972CC
Tints of Havelock Blue #5972CC
RGB
CMYK
RGB Variations
Color information
#5972CC (or 0x5972CC) is known color: Havelock Blue. HEX triplet: 59, 72 and CC. RGB value is (89,114,204). Sum of RGB (Red+Green+Blue) = 89+114+204=407 (53% of max value = 765). Red value is 89 (35.16% from 255 or 21.87% from 407); Green value is 114 (44.92% from 255 or 28.01% from 407); Blue value is 204 (80.08% from 255 or 50.12% from 407); Max value from RGB is 204 - color contains mainly: blue. Hex color #5972CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5972CC is #A68D33. Grayscale: #747474. Windows color (decimal): -10915124 or 13398617. OLE color: 13398617.
HSL color Cylindrical-coordinate representation of color #5972CC: hue angle of 226.96º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5972CC is Cyan = 0.56, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 89 | 114 | 204 | - |
| CMYK | 0.56 | 0.44 | 0 | 0.2 |
| HSL | 226.96º | 0.53% | 0.57% | - |
| HSV(B) | 226.96º | 0.56% | 0.8% | - |
| XYZ | 21.04 | 18.52 | 59.59 | - |
| YUV | 116.79 | 177.22 | 108.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 114 | 204 | 0.56 | 0.44 | 0 | 0.2 | 226.96 | 0.53 | 0.57 |
| Hex | 59 | 72 | CC | 38 | 2C | 0 | 14 | E3 | 35 | 39 |
| Octal | 131 | 162 | 314 | 70 | 54 | 0 | 24 | 343 | 65 | 71 |
| Binary | 1011001 | 1110010 | 11001100 | 111000 | 101100 | 0 | 10100 | 11100011 | 110101 | 111001 |
Color Harmonies of #5972CC
Complementary color
Monochromatic Colors of #5972CC
Black with #5972CC
Text Example
Text Example
White with #5972CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5972CC; }
p { color: rgb(89,114,204); }
H1.HeaderClassName
{
color: #5972CC;
}
.AnyTagClassName
{
color: #5972CC;
}
</style>
background-color css
<style>
a { background-color: #5972CC; }
a { background-color: rgb(89,114,204); }
div.DivClassName
{
background-color: #5972CC;
}
.BgClassName
{
background-color: #5972CC;
}
</style>
border-color css
<style>
span { border-color: #5972CC; }
span { border-color: rgb(89,114,204); }
td.TdClassName
{
border-color: #5972CC;
}
.TagClassName
{
border-color: #5972CC;
}
</style>