Shades of Havelock Blue #5971CE
Tints of Havelock Blue #5971CE
RGB
CMYK
RGB Variations
Color information
#5971CE (or 0x5971CE) is known color: Havelock Blue. HEX triplet: 59, 71 and CE. RGB value is (89,113,206). Sum of RGB (Red+Green+Blue) = 89+113+206=408 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.81% from 408); Green value is 113 (44.53% from 255 or 27.70% from 408); Blue value is 206 (80.86% from 255 or 50.49% from 408); Max value from RGB is 206 - color contains mainly: blue. Hex color #5971CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5971CE is #A68E31. Grayscale: #747474. Windows color (decimal): -10915378 or 13529433. OLE color: 13529433.
HSL color Cylindrical-coordinate representation of color #5971CE: hue angle of 227.69º 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 #5971CE is Cyan = 0.57, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 89 | 113 | 206 | - |
| CMYK | 0.57 | 0.45 | 0 | 0.19 |
| HSL | 227.69º | 0.54% | 0.58% | - |
| HSV(B) | 227.69º | 0.57% | 0.81% | - |
| XYZ | 21.17 | 18.39 | 60.83 | - |
| YUV | 116.43 | 178.55 | 108.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 113 | 206 | 0.57 | 0.45 | 0 | 0.19 | 227.69 | 0.54 | 0.58 |
| Hex | 59 | 71 | CE | 39 | 2D | 0 | 13 | E4 | 36 | 3A |
| Octal | 131 | 161 | 316 | 71 | 55 | 0 | 23 | 344 | 66 | 72 |
| Binary | 1011001 | 1110001 | 11001110 | 111001 | 101101 | 0 | 10011 | 11100100 | 110110 | 111010 |
Color Harmonies of #5971CE
Complementary color
Monochromatic Colors of #5971CE
Black with #5971CE
Text Example
Text Example
White with #5971CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5971CE; }
p { color: rgb(89,113,206); }
H1.HeaderClassName
{
color: #5971CE;
}
.AnyTagClassName
{
color: #5971CE;
}
</style>
background-color css
<style>
a { background-color: #5971CE; }
a { background-color: rgb(89,113,206); }
div.DivClassName
{
background-color: #5971CE;
}
.BgClassName
{
background-color: #5971CE;
}
</style>
border-color css
<style>
span { border-color: #5971CE; }
span { border-color: rgb(89,113,206); }
td.TdClassName
{
border-color: #5971CE;
}
.TagClassName
{
border-color: #5971CE;
}
</style>