Shades of Havelock Blue #5588CB
Tints of Havelock Blue #5588CB
RGB
CMYK
RGB Variations
Color information
#5588CB (or 0x5588CB) is known color: Havelock Blue. HEX triplet: 55, 88 and CB. RGB value is (85,136,203). Sum of RGB (Red+Green+Blue) = 85+136+203=424 (56% of max value = 765). Red value is 85 (33.59% from 255 or 20.05% from 424); Green value is 136 (53.52% from 255 or 32.08% from 424); Blue value is 203 (79.69% from 255 or 47.88% from 424); Max value from RGB is 203 - color contains mainly: blue. Hex color #5588CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5588CB is #AA7734. Grayscale: #808080. Windows color (decimal): -11171637 or 13338709. OLE color: 13338709.
HSL color Cylindrical-coordinate representation of color #5588CB: hue angle of 214.07º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5588CB is Cyan = 0.58, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 85 | 136 | 203 | - |
| CMYK | 0.58 | 0.33 | 0 | 0.20 |
| HSL | 214.07º | 0.53% | 0.56% | - |
| HSV(B) | 214.07º | 0.58% | 0.8% | - |
| XYZ | 23.33 | 23.85 | 59.87 | - |
| YUV | 128.39 | 170.1 | 97.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 136 | 203 | 0.58 | 0.33 | 0 | 0.20 | 214.07 | 0.53 | 0.56 |
| Hex | 55 | 88 | CB | 3A | 21 | 0 | 14 | D6 | 35 | 38 |
| Octal | 125 | 210 | 313 | 72 | 41 | 0 | 24 | 326 | 65 | 70 |
| Binary | 1010101 | 10001000 | 11001011 | 111010 | 100001 | 0 | 10100 | 11010110 | 110101 | 111000 |
Color Harmonies of #5588CB
Complementary color
Monochromatic Colors of #5588CB
Black with #5588CB
Text Example
Text Example
White with #5588CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5588CB; }
p { color: rgb(85,136,203); }
H1.HeaderClassName
{
color: #5588CB;
}
.AnyTagClassName
{
color: #5588CB;
}
</style>
background-color css
<style>
a { background-color: #5588CB; }
a { background-color: rgb(85,136,203); }
div.DivClassName
{
background-color: #5588CB;
}
.BgClassName
{
background-color: #5588CB;
}
</style>
border-color css
<style>
span { border-color: #5588CB; }
span { border-color: rgb(85,136,203); }
td.TdClassName
{
border-color: #5588CB;
}
.TagClassName
{
border-color: #5588CB;
}
</style>