Shades of Havelock Blue #5588CE
Tints of Havelock Blue #5588CE
RGB
CMYK
RGB Variations
Color information
#5588CE (or 0x5588CE) is known color: Havelock Blue. HEX triplet: 55, 88 and CE. RGB value is (85,136,206). Sum of RGB (Red+Green+Blue) = 85+136+206=427 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.91% from 427); Green value is 136 (53.52% from 255 or 31.85% from 427); Blue value is 206 (80.86% from 255 or 48.24% from 427); Max value from RGB is 206 - color contains mainly: blue. Hex color #5588CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5588CE is #AA7731. Grayscale: #808080. Windows color (decimal): -11171634 or 13535317. OLE color: 13535317.
HSL color Cylindrical-coordinate representation of color #5588CE: hue angle of 214.71º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5588CE is Cyan = 0.59, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 85 | 136 | 206 | - |
| CMYK | 0.59 | 0.34 | 0 | 0.19 |
| HSL | 214.71º | 0.55% | 0.57% | - |
| HSV(B) | 214.71º | 0.59% | 0.81% | - |
| XYZ | 23.69 | 24 | 61.78 | - |
| YUV | 128.73 | 171.6 | 96.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 136 | 206 | 0.59 | 0.34 | 0 | 0.19 | 214.71 | 0.55 | 0.57 |
| Hex | 55 | 88 | CE | 3B | 22 | 0 | 13 | D7 | 37 | 39 |
| Octal | 125 | 210 | 316 | 73 | 42 | 0 | 23 | 327 | 67 | 71 |
| Binary | 1010101 | 10001000 | 11001110 | 111011 | 100010 | 0 | 10011 | 11010111 | 110111 | 111001 |
Color Harmonies of #5588CE
Complementary color
Monochromatic Colors of #5588CE
Black with #5588CE
Text Example
Text Example
White with #5588CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5588CE; }
p { color: rgb(85,136,206); }
H1.HeaderClassName
{
color: #5588CE;
}
.AnyTagClassName
{
color: #5588CE;
}
</style>
background-color css
<style>
a { background-color: #5588CE; }
a { background-color: rgb(85,136,206); }
div.DivClassName
{
background-color: #5588CE;
}
.BgClassName
{
background-color: #5588CE;
}
</style>
border-color css
<style>
span { border-color: #5588CE; }
span { border-color: rgb(85,136,206); }
td.TdClassName
{
border-color: #5588CE;
}
.TagClassName
{
border-color: #5588CE;
}
</style>