Shades of Havelock Blue #5588DB
Tints of Havelock Blue #5588DB
RGB
CMYK
RGB Variations
Color information
#5588DB (or 0x5588DB) is known color: Havelock Blue. HEX triplet: 55, 88 and DB. RGB value is (85,136,219). Sum of RGB (Red+Green+Blue) = 85+136+219=440 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.32% from 440); Green value is 136 (53.52% from 255 or 30.91% from 440); Blue value is 219 (85.94% from 255 or 49.77% from 440); Max value from RGB is 219 - color contains mainly: blue. Hex color #5588DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5588DB is #AA7724. Grayscale: #818181. Windows color (decimal): -11171621 or 14387285. OLE color: 14387285.
HSL color Cylindrical-coordinate representation of color #5588DB: hue angle of 217.16º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5588DB is Cyan = 0.61, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 85 | 136 | 219 | - |
| CMYK | 0.61 | 0.38 | 0 | 0.14 |
| HSL | 217.16º | 0.65% | 0.6% | - |
| HSV(B) | 217.16º | 0.61% | 0.86% | - |
| XYZ | 25.34 | 24.65 | 70.44 | - |
| YUV | 130.21 | 178.1 | 95.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 136 | 219 | 0.61 | 0.38 | 0 | 0.14 | 217.16 | 0.65 | 0.6 |
| Hex | 55 | 88 | DB | 3D | 26 | 0 | E | D9 | 41 | 3C |
| Octal | 125 | 210 | 333 | 75 | 46 | 0 | 16 | 331 | 101 | 74 |
| Binary | 1010101 | 10001000 | 11011011 | 111101 | 100110 | 0 | 1110 | 11011001 | 1000001 | 111100 |
Color Harmonies of #5588DB
Complementary color
Monochromatic Colors of #5588DB
Black with #5588DB
Text Example
Text Example
White with #5588DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5588DB; }
p { color: rgb(85,136,219); }
H1.HeaderClassName
{
color: #5588DB;
}
.AnyTagClassName
{
color: #5588DB;
}
</style>
background-color css
<style>
a { background-color: #5588DB; }
a { background-color: rgb(85,136,219); }
div.DivClassName
{
background-color: #5588DB;
}
.BgClassName
{
background-color: #5588DB;
}
</style>
border-color css
<style>
span { border-color: #5588DB; }
span { border-color: rgb(85,136,219); }
td.TdClassName
{
border-color: #5588DB;
}
.TagClassName
{
border-color: #5588DB;
}
</style>