Shades of Havelock Blue #558DD5
Tints of Havelock Blue #558DD5
RGB
CMYK
RGB Variations
Color information
#558DD5 (or 0x558DD5) is known color: Havelock Blue. HEX triplet: 55, 8D and D5. RGB value is (85,141,213). Sum of RGB (Red+Green+Blue) = 85+141+213=439 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.36% from 439); Green value is 141 (55.47% from 255 or 32.12% from 439); Blue value is 213 (83.59% from 255 or 48.52% from 439); Max value from RGB is 213 - color contains mainly: blue. Hex color #558DD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558DD5 is #AA722A. Grayscale: #848484. Windows color (decimal): -11170347 or 13995349. OLE color: 13995349.
HSL color Cylindrical-coordinate representation of color #558DD5: hue angle of 213.75º 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 #558DD5 is Cyan = 0.60, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 85 | 141 | 213 | - |
| CMYK | 0.60 | 0.34 | 0 | 0.16 |
| HSL | 213.75º | 0.6% | 0.58% | - |
| HSV(B) | 213.75º | 0.6% | 0.84% | - |
| XYZ | 25.28 | 25.79 | 66.6 | - |
| YUV | 132.46 | 173.45 | 94.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 141 | 213 | 0.60 | 0.34 | 0 | 0.16 | 213.75 | 0.6 | 0.58 |
| Hex | 55 | 8D | D5 | 3C | 22 | 0 | 10 | D6 | 3C | 3A |
| Octal | 125 | 215 | 325 | 74 | 42 | 0 | 20 | 326 | 74 | 72 |
| Binary | 1010101 | 10001101 | 11010101 | 111100 | 100010 | 0 | 10000 | 11010110 | 111100 | 111010 |
Color Harmonies of #558DD5
Complementary color
Monochromatic Colors of #558DD5
Black with #558DD5
Text Example
Text Example
White with #558DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558DD5; }
p { color: rgb(85,141,213); }
H1.HeaderClassName
{
color: #558DD5;
}
.AnyTagClassName
{
color: #558DD5;
}
</style>
background-color css
<style>
a { background-color: #558DD5; }
a { background-color: rgb(85,141,213); }
div.DivClassName
{
background-color: #558DD5;
}
.BgClassName
{
background-color: #558DD5;
}
</style>
border-color css
<style>
span { border-color: #558DD5; }
span { border-color: rgb(85,141,213); }
td.TdClassName
{
border-color: #558DD5;
}
.TagClassName
{
border-color: #558DD5;
}
</style>