Shades of Havelock Blue #5588CD
Tints of Havelock Blue #5588CD
RGB
CMYK
RGB Variations
Color information
#5588CD (or 0x5588CD) is known color: Havelock Blue. HEX triplet: 55, 88 and CD. RGB value is (85,136,205). Sum of RGB (Red+Green+Blue) = 85+136+205=426 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.95% from 426); Green value is 136 (53.52% from 255 or 31.92% from 426); Blue value is 205 (80.47% from 255 or 48.12% from 426); Max value from RGB is 205 - color contains mainly: blue. Hex color #5588CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5588CD is #AA7732. Grayscale: #808080. Windows color (decimal): -11171635 or 13469781. OLE color: 13469781.
HSL color Cylindrical-coordinate representation of color #5588CD: hue angle of 214.5º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5588CD is Cyan = 0.59, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 85 | 136 | 205 | - |
| CMYK | 0.59 | 0.34 | 0 | 0.20 |
| HSL | 214.5º | 0.55% | 0.57% | - |
| HSV(B) | 214.5º | 0.59% | 0.8% | - |
| XYZ | 23.57 | 23.95 | 61.14 | - |
| YUV | 128.62 | 171.1 | 96.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 136 | 205 | 0.59 | 0.34 | 0 | 0.20 | 214.5 | 0.55 | 0.57 |
| Hex | 55 | 88 | CD | 3B | 22 | 0 | 14 | D6 | 37 | 39 |
| Octal | 125 | 210 | 315 | 73 | 42 | 0 | 24 | 326 | 67 | 71 |
| Binary | 1010101 | 10001000 | 11001101 | 111011 | 100010 | 0 | 10100 | 11010110 | 110111 | 111001 |
Color Harmonies of #5588CD
Complementary color
Monochromatic Colors of #5588CD
Black with #5588CD
Text Example
Text Example
White with #5588CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5588CD; }
p { color: rgb(85,136,205); }
H1.HeaderClassName
{
color: #5588CD;
}
.AnyTagClassName
{
color: #5588CD;
}
</style>
background-color css
<style>
a { background-color: #5588CD; }
a { background-color: rgb(85,136,205); }
div.DivClassName
{
background-color: #5588CD;
}
.BgClassName
{
background-color: #5588CD;
}
</style>
border-color css
<style>
span { border-color: #5588CD; }
span { border-color: rgb(85,136,205); }
td.TdClassName
{
border-color: #5588CD;
}
.TagClassName
{
border-color: #5588CD;
}
</style>