Shades of Havelock Blue #5872CE
Tints of Havelock Blue #5872CE
RGB
CMYK
RGB Variations
Color information
#5872CE (or 0x5872CE) is known color: Havelock Blue. HEX triplet: 58, 72 and CE. RGB value is (88,114,206). Sum of RGB (Red+Green+Blue) = 88+114+206=408 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.57% from 408); Green value is 114 (44.92% from 255 or 27.94% 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 #5872CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5872CE is #A78D31. Grayscale: #747474. Windows color (decimal): -10980658 or 13529688. OLE color: 13529688.
HSL color Cylindrical-coordinate representation of color #5872CE: hue angle of 226.78º degrees, saturation: 0.55, 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 #5872CE is Cyan = 0.57, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 88 | 114 | 206 | - |
| CMYK | 0.57 | 0.45 | 0 | 0.19 |
| HSL | 226.78º | 0.55% | 0.58% | - |
| HSV(B) | 226.78º | 0.57% | 0.81% | - |
| XYZ | 21.18 | 18.57 | 60.86 | - |
| YUV | 116.71 | 178.39 | 107.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 114 | 206 | 0.57 | 0.45 | 0 | 0.19 | 226.78 | 0.55 | 0.58 |
| Hex | 58 | 72 | CE | 39 | 2D | 0 | 13 | E3 | 37 | 3A |
| Octal | 130 | 162 | 316 | 71 | 55 | 0 | 23 | 343 | 67 | 72 |
| Binary | 1011000 | 1110010 | 11001110 | 111001 | 101101 | 0 | 10011 | 11100011 | 110111 | 111010 |
Color Harmonies of #5872CE
Complementary color
Monochromatic Colors of #5872CE
Black with #5872CE
Text Example
Text Example
White with #5872CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5872CE; }
p { color: rgb(88,114,206); }
H1.HeaderClassName
{
color: #5872CE;
}
.AnyTagClassName
{
color: #5872CE;
}
</style>
background-color css
<style>
a { background-color: #5872CE; }
a { background-color: rgb(88,114,206); }
div.DivClassName
{
background-color: #5872CE;
}
.BgClassName
{
background-color: #5872CE;
}
</style>
border-color css
<style>
span { border-color: #5872CE; }
span { border-color: rgb(88,114,206); }
td.TdClassName
{
border-color: #5872CE;
}
.TagClassName
{
border-color: #5872CE;
}
</style>