Shades of Havelock Blue #558AD1
Tints of Havelock Blue #558AD1
RGB
CMYK
RGB Variations
Color information
#558AD1 (or 0x558AD1) is known color: Havelock Blue. HEX triplet: 55, 8A and D1. RGB value is (85,138,209). Sum of RGB (Red+Green+Blue) = 85+138+209=432 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.68% from 432); Green value is 138 (54.30% from 255 or 31.94% from 432); Blue value is 209 (82.03% from 255 or 48.38% from 432); Max value from RGB is 209 - color contains mainly: blue. Hex color #558AD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558AD1 is #AA752E. Grayscale: #818181. Windows color (decimal): -11171119 or 13732437. OLE color: 13732437.
HSL color Cylindrical-coordinate representation of color #558AD1: hue angle of 214.35º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #558AD1 is Cyan = 0.59, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 85 | 138 | 209 | - |
| CMYK | 0.59 | 0.34 | 0 | 0.18 |
| HSL | 214.35º | 0.57% | 0.58% | - |
| HSV(B) | 214.35º | 0.59% | 0.82% | - |
| XYZ | 24.34 | 24.71 | 63.81 | - |
| YUV | 130.25 | 172.44 | 95.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 138 | 209 | 0.59 | 0.34 | 0 | 0.18 | 214.35 | 0.57 | 0.58 |
| Hex | 55 | 8A | D1 | 3B | 22 | 0 | 12 | D6 | 39 | 3A |
| Octal | 125 | 212 | 321 | 73 | 42 | 0 | 22 | 326 | 71 | 72 |
| Binary | 1010101 | 10001010 | 11010001 | 111011 | 100010 | 0 | 10010 | 11010110 | 111001 | 111010 |
Color Harmonies of #558AD1
Complementary color
Monochromatic Colors of #558AD1
Black with #558AD1
Text Example
Text Example
White with #558AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558AD1; }
p { color: rgb(85,138,209); }
H1.HeaderClassName
{
color: #558AD1;
}
.AnyTagClassName
{
color: #558AD1;
}
</style>
background-color css
<style>
a { background-color: #558AD1; }
a { background-color: rgb(85,138,209); }
div.DivClassName
{
background-color: #558AD1;
}
.BgClassName
{
background-color: #558AD1;
}
</style>
border-color css
<style>
span { border-color: #558AD1; }
span { border-color: rgb(85,138,209); }
td.TdClassName
{
border-color: #558AD1;
}
.TagClassName
{
border-color: #558AD1;
}
</style>