Shades of Havelock Blue #558CD5
Tints of Havelock Blue #558CD5
RGB
CMYK
RGB Variations
Color information
#558CD5 (or 0x558CD5) is known color: Havelock Blue. HEX triplet: 55, 8C and D5. RGB value is (85,140,213). Sum of RGB (Red+Green+Blue) = 85+140+213=438 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.41% from 438); Green value is 140 (55.08% from 255 or 31.96% from 438); Blue value is 213 (83.59% from 255 or 48.63% from 438); Max value from RGB is 213 - color contains mainly: blue. Hex color #558CD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558CD5 is #AA732A. Grayscale: #838383. Windows color (decimal): -11170603 or 13995093. OLE color: 13995093.
HSL color Cylindrical-coordinate representation of color #558CD5: hue angle of 214.22º 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 #558CD5 is Cyan = 0.60, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 85 | 140 | 213 | - |
| CMYK | 0.60 | 0.34 | 0 | 0.16 |
| HSL | 214.22º | 0.6% | 0.58% | - |
| HSV(B) | 214.22º | 0.6% | 0.84% | - |
| XYZ | 25.13 | 25.49 | 66.55 | - |
| YUV | 131.88 | 173.78 | 94.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 140 | 213 | 0.60 | 0.34 | 0 | 0.16 | 214.22 | 0.6 | 0.58 |
| Hex | 55 | 8C | D5 | 3C | 22 | 0 | 10 | D6 | 3C | 3A |
| Octal | 125 | 214 | 325 | 74 | 42 | 0 | 20 | 326 | 74 | 72 |
| Binary | 1010101 | 10001100 | 11010101 | 111100 | 100010 | 0 | 10000 | 11010110 | 111100 | 111010 |
Color Harmonies of #558CD5
Complementary color
Monochromatic Colors of #558CD5
Black with #558CD5
Text Example
Text Example
White with #558CD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558CD5; }
p { color: rgb(85,140,213); }
H1.HeaderClassName
{
color: #558CD5;
}
.AnyTagClassName
{
color: #558CD5;
}
</style>
background-color css
<style>
a { background-color: #558CD5; }
a { background-color: rgb(85,140,213); }
div.DivClassName
{
background-color: #558CD5;
}
.BgClassName
{
background-color: #558CD5;
}
</style>
border-color css
<style>
span { border-color: #558CD5; }
span { border-color: rgb(85,140,213); }
td.TdClassName
{
border-color: #558CD5;
}
.TagClassName
{
border-color: #558CD5;
}
</style>