Shades of Havelock Blue #5888CF
Tints of Havelock Blue #5888CF
RGB
CMYK
RGB Variations
Color information
#5888CF (or 0x5888CF) is known color: Havelock Blue. HEX triplet: 58, 88 and CF. RGB value is (88,136,207). Sum of RGB (Red+Green+Blue) = 88+136+207=431 (57% of max value = 765). Red value is 88 (34.77% from 255 or 20.42% from 431); Green value is 136 (53.52% from 255 or 31.55% from 431); Blue value is 207 (81.25% from 255 or 48.03% from 431); Max value from RGB is 207 - color contains mainly: blue. Hex color #5888CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5888CF is #A77730. Grayscale: #818181. Windows color (decimal): -10975025 or 13600856. OLE color: 13600856.
HSL color Cylindrical-coordinate representation of color #5888CF: hue angle of 215.8º 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 #5888CF is Cyan = 0.57, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 88 | 136 | 207 | - |
| CMYK | 0.57 | 0.34 | 0 | 0.19 |
| HSL | 215.8º | 0.55% | 0.58% | - |
| HSV(B) | 215.8º | 0.57% | 0.81% | - |
| XYZ | 24.09 | 24.19 | 62.43 | - |
| YUV | 129.74 | 171.6 | 98.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 136 | 207 | 0.57 | 0.34 | 0 | 0.19 | 215.8 | 0.55 | 0.58 |
| Hex | 58 | 88 | CF | 39 | 22 | 0 | 13 | D8 | 37 | 3A |
| Octal | 130 | 210 | 317 | 71 | 42 | 0 | 23 | 330 | 67 | 72 |
| Binary | 1011000 | 10001000 | 11001111 | 111001 | 100010 | 0 | 10011 | 11011000 | 110111 | 111010 |
Color Harmonies of #5888CF
Complementary color
Monochromatic Colors of #5888CF
Black with #5888CF
Text Example
Text Example
White with #5888CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5888CF; }
p { color: rgb(88,136,207); }
H1.HeaderClassName
{
color: #5888CF;
}
.AnyTagClassName
{
color: #5888CF;
}
</style>
background-color css
<style>
a { background-color: #5888CF; }
a { background-color: rgb(88,136,207); }
div.DivClassName
{
background-color: #5888CF;
}
.BgClassName
{
background-color: #5888CF;
}
</style>
border-color css
<style>
span { border-color: #5888CF; }
span { border-color: rgb(88,136,207); }
td.TdClassName
{
border-color: #5888CF;
}
.TagClassName
{
border-color: #5888CF;
}
</style>