Shades of Havelock Blue #558BD6
Tints of Havelock Blue #558BD6
RGB
CMYK
RGB Variations
Color information
#558BD6 (or 0x558BD6) is known color: Havelock Blue. HEX triplet: 55, 8B and D6. RGB value is (85,139,214). Sum of RGB (Red+Green+Blue) = 85+139+214=438 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.41% from 438); Green value is 139 (54.69% from 255 or 31.74% from 438); Blue value is 214 (83.98% from 255 or 48.86% from 438); Max value from RGB is 214 - color contains mainly: blue. Hex color #558BD6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558BD6 is #AA7429. Grayscale: #838383. Windows color (decimal): -11170858 or 14060373. OLE color: 14060373.
HSL color Cylindrical-coordinate representation of color #558BD6: hue angle of 214.88º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #558BD6 is Cyan = 0.60, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 85 | 139 | 214 | - |
| CMYK | 0.60 | 0.35 | 0 | 0.16 |
| HSL | 214.88º | 0.61% | 0.59% | - |
| HSV(B) | 214.88º | 0.6% | 0.84% | - |
| XYZ | 25.12 | 25.25 | 67.17 | - |
| YUV | 131.4 | 174.61 | 94.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 139 | 214 | 0.60 | 0.35 | 0 | 0.16 | 214.88 | 0.61 | 0.59 |
| Hex | 55 | 8B | D6 | 3C | 23 | 0 | 10 | D7 | 3D | 3B |
| Octal | 125 | 213 | 326 | 74 | 43 | 0 | 20 | 327 | 75 | 73 |
| Binary | 1010101 | 10001011 | 11010110 | 111100 | 100011 | 0 | 10000 | 11010111 | 111101 | 111011 |
Color Harmonies of #558BD6
Complementary color
Monochromatic Colors of #558BD6
Black with #558BD6
Text Example
Text Example
White with #558BD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558BD6; }
p { color: rgb(85,139,214); }
H1.HeaderClassName
{
color: #558BD6;
}
.AnyTagClassName
{
color: #558BD6;
}
</style>
background-color css
<style>
a { background-color: #558BD6; }
a { background-color: rgb(85,139,214); }
div.DivClassName
{
background-color: #558BD6;
}
.BgClassName
{
background-color: #558BD6;
}
</style>
border-color css
<style>
span { border-color: #558BD6; }
span { border-color: rgb(85,139,214); }
td.TdClassName
{
border-color: #558BD6;
}
.TagClassName
{
border-color: #558BD6;
}
</style>