Shades of Havelock Blue #5887CC
Tints of Havelock Blue #5887CC
RGB
CMYK
RGB Variations
Color information
#5887CC (or 0x5887CC) is known color: Havelock Blue. HEX triplet: 58, 87 and CC. RGB value is (88,135,204). Sum of RGB (Red+Green+Blue) = 88+135+204=427 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.61% from 427); Green value is 135 (53.12% from 255 or 31.62% from 427); Blue value is 204 (80.08% from 255 or 47.78% from 427); Max value from RGB is 204 - color contains mainly: blue. Hex color #5887CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5887CC is #A77833. Grayscale: #808080. Windows color (decimal): -10975284 or 13403992. OLE color: 13403992.
HSL color Cylindrical-coordinate representation of color #5887CC: hue angle of 215.69º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5887CC is Cyan = 0.57, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 88 | 135 | 204 | - |
| CMYK | 0.57 | 0.34 | 0 | 0.2 |
| HSL | 215.69º | 0.53% | 0.57% | - |
| HSV(B) | 215.69º | 0.57% | 0.8% | - |
| XYZ | 23.59 | 23.76 | 60.47 | - |
| YUV | 128.81 | 170.43 | 98.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 135 | 204 | 0.57 | 0.34 | 0 | 0.2 | 215.69 | 0.53 | 0.57 |
| Hex | 58 | 87 | CC | 39 | 22 | 0 | 14 | D8 | 35 | 39 |
| Octal | 130 | 207 | 314 | 71 | 42 | 0 | 24 | 330 | 65 | 71 |
| Binary | 1011000 | 10000111 | 11001100 | 111001 | 100010 | 0 | 10100 | 11011000 | 110101 | 111001 |
Color Harmonies of #5887CC
Complementary color
Monochromatic Colors of #5887CC
Black with #5887CC
Text Example
Text Example
White with #5887CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5887CC; }
p { color: rgb(88,135,204); }
H1.HeaderClassName
{
color: #5887CC;
}
.AnyTagClassName
{
color: #5887CC;
}
</style>
background-color css
<style>
a { background-color: #5887CC; }
a { background-color: rgb(88,135,204); }
div.DivClassName
{
background-color: #5887CC;
}
.BgClassName
{
background-color: #5887CC;
}
</style>
border-color css
<style>
span { border-color: #5887CC; }
span { border-color: rgb(88,135,204); }
td.TdClassName
{
border-color: #5887CC;
}
.TagClassName
{
border-color: #5887CC;
}
</style>