Shades of Havelock Blue #558AD5
Tints of Havelock Blue #558AD5
RGB
CMYK
RGB Variations
Color information
#558AD5 (or 0x558AD5) is known color: Havelock Blue. HEX triplet: 55, 8A and D5. RGB value is (85,138,213). Sum of RGB (Red+Green+Blue) = 85+138+213=436 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.50% from 436); Green value is 138 (54.30% from 255 or 31.65% from 436); Blue value is 213 (83.59% from 255 or 48.85% from 436); Max value from RGB is 213 - color contains mainly: blue. Hex color #558AD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558AD5 is #AA752A. Grayscale: #828282. Windows color (decimal): -11171115 or 13994581. OLE color: 13994581.
HSL color Cylindrical-coordinate representation of color #558AD5: hue angle of 215.16º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #558AD5 is Cyan = 0.60, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 85 | 138 | 213 | - |
| CMYK | 0.60 | 0.35 | 0 | 0.16 |
| HSL | 215.16º | 0.6% | 0.58% | - |
| HSV(B) | 215.16º | 0.6% | 0.84% | - |
| XYZ | 24.85 | 24.91 | 66.45 | - |
| YUV | 130.7 | 174.44 | 95.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 138 | 213 | 0.60 | 0.35 | 0 | 0.16 | 215.16 | 0.6 | 0.58 |
| Hex | 55 | 8A | D5 | 3C | 23 | 0 | 10 | D7 | 3C | 3A |
| Octal | 125 | 212 | 325 | 74 | 43 | 0 | 20 | 327 | 74 | 72 |
| Binary | 1010101 | 10001010 | 11010101 | 111100 | 100011 | 0 | 10000 | 11010111 | 111100 | 111010 |
Color Harmonies of #558AD5
Complementary color
Monochromatic Colors of #558AD5
Black with #558AD5
Text Example
Text Example
White with #558AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558AD5; }
p { color: rgb(85,138,213); }
H1.HeaderClassName
{
color: #558AD5;
}
.AnyTagClassName
{
color: #558AD5;
}
</style>
background-color css
<style>
a { background-color: #558AD5; }
a { background-color: rgb(85,138,213); }
div.DivClassName
{
background-color: #558AD5;
}
.BgClassName
{
background-color: #558AD5;
}
</style>
border-color css
<style>
span { border-color: #558AD5; }
span { border-color: rgb(85,138,213); }
td.TdClassName
{
border-color: #558AD5;
}
.TagClassName
{
border-color: #558AD5;
}
</style>