Shades of Havelock Blue #558CD1
Tints of Havelock Blue #558CD1
RGB
CMYK
RGB Variations
Color information
#558CD1 (or 0x558CD1) is known color: Havelock Blue. HEX triplet: 55, 8C and D1. RGB value is (85,140,209). Sum of RGB (Red+Green+Blue) = 85+140+209=434 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.59% from 434); Green value is 140 (55.08% from 255 or 32.26% from 434); Blue value is 209 (82.03% from 255 or 48.16% from 434); Max value from RGB is 209 - color contains mainly: blue. Hex color #558CD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558CD1 is #AA732E. Grayscale: #838383. Windows color (decimal): -11170607 or 13732949. OLE color: 13732949.
HSL color Cylindrical-coordinate representation of color #558CD1: hue angle of 213.39º 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 #558CD1 is Cyan = 0.59, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 85 | 140 | 209 | - |
| CMYK | 0.59 | 0.33 | 0 | 0.18 |
| HSL | 213.39º | 0.57% | 0.58% | - |
| HSV(B) | 213.39º | 0.59% | 0.82% | - |
| XYZ | 24.63 | 25.29 | 63.9 | - |
| YUV | 131.42 | 171.78 | 94.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 140 | 209 | 0.59 | 0.33 | 0 | 0.18 | 213.39 | 0.57 | 0.58 |
| Hex | 55 | 8C | D1 | 3B | 21 | 0 | 12 | D5 | 39 | 3A |
| Octal | 125 | 214 | 321 | 73 | 41 | 0 | 22 | 325 | 71 | 72 |
| Binary | 1010101 | 10001100 | 11010001 | 111011 | 100001 | 0 | 10010 | 11010101 | 111001 | 111010 |
Color Harmonies of #558CD1
Complementary color
Monochromatic Colors of #558CD1
Black with #558CD1
Text Example
Text Example
White with #558CD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558CD1; }
p { color: rgb(85,140,209); }
H1.HeaderClassName
{
color: #558CD1;
}
.AnyTagClassName
{
color: #558CD1;
}
</style>
background-color css
<style>
a { background-color: #558CD1; }
a { background-color: rgb(85,140,209); }
div.DivClassName
{
background-color: #558CD1;
}
.BgClassName
{
background-color: #558CD1;
}
</style>
border-color css
<style>
span { border-color: #558CD1; }
span { border-color: rgb(85,140,209); }
td.TdClassName
{
border-color: #558CD1;
}
.TagClassName
{
border-color: #558CD1;
}
</style>