Shades of Havelock Blue #5887D2
Tints of Havelock Blue #5887D2
RGB
CMYK
RGB Variations
Color information
#5887D2 (or 0x5887D2) is known color: Havelock Blue. HEX triplet: 58, 87 and D2. RGB value is (88,135,210). Sum of RGB (Red+Green+Blue) = 88+135+210=433 (57% of max value = 765). Red value is 88 (34.77% from 255 or 20.32% from 433); Green value is 135 (53.12% from 255 or 31.18% from 433); Blue value is 210 (82.42% from 255 or 48.50% from 433); Max value from RGB is 210 - color contains mainly: blue. Hex color #5887D2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5887D2 is #A7782D. Grayscale: #818181. Windows color (decimal): -10975278 or 13797208. OLE color: 13797208.
HSL color Cylindrical-coordinate representation of color #5887D2: hue angle of 216.89º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5887D2 is Cyan = 0.58, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 88 | 135 | 210 | - |
| CMYK | 0.58 | 0.36 | 0 | 0.18 |
| HSL | 216.89º | 0.58% | 0.58% | - |
| HSV(B) | 216.89º | 0.58% | 0.82% | - |
| XYZ | 24.32 | 24.06 | 64.33 | - |
| YUV | 129.5 | 173.43 | 98.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 135 | 210 | 0.58 | 0.36 | 0 | 0.18 | 216.89 | 0.58 | 0.58 |
| Hex | 58 | 87 | D2 | 3A | 24 | 0 | 12 | D9 | 3A | 3A |
| Octal | 130 | 207 | 322 | 72 | 44 | 0 | 22 | 331 | 72 | 72 |
| Binary | 1011000 | 10000111 | 11010010 | 111010 | 100100 | 0 | 10010 | 11011001 | 111010 | 111010 |
Color Harmonies of #5887D2
Complementary color
Monochromatic Colors of #5887D2
Black with #5887D2
Text Example
Text Example
White with #5887D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5887D2; }
p { color: rgb(88,135,210); }
H1.HeaderClassName
{
color: #5887D2;
}
.AnyTagClassName
{
color: #5887D2;
}
</style>
background-color css
<style>
a { background-color: #5887D2; }
a { background-color: rgb(88,135,210); }
div.DivClassName
{
background-color: #5887D2;
}
.BgClassName
{
background-color: #5887D2;
}
</style>
border-color css
<style>
span { border-color: #5887D2; }
span { border-color: rgb(88,135,210); }
td.TdClassName
{
border-color: #5887D2;
}
.TagClassName
{
border-color: #5887D2;
}
</style>