Shades of Havelock Blue #558BDA
Tints of Havelock Blue #558BDA
RGB
CMYK
RGB Variations
Color information
#558BDA (or 0x558BDA) is known color: Havelock Blue. HEX triplet: 55, 8B and DA. RGB value is (85,139,218). Sum of RGB (Red+Green+Blue) = 85+139+218=442 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.23% from 442); Green value is 139 (54.69% from 255 or 31.45% from 442); Blue value is 218 (85.55% from 255 or 49.32% from 442); Max value from RGB is 218 - color contains mainly: blue. Hex color #558BDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558BDA is #AA7425. Grayscale: #838383. Windows color (decimal): -11170854 or 14322517. OLE color: 14322517.
HSL color Cylindrical-coordinate representation of color #558BDA: hue angle of 215.64º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #558BDA is Cyan = 0.61, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 85 | 139 | 218 | - |
| CMYK | 0.61 | 0.36 | 0 | 0.15 |
| HSL | 215.64º | 0.64% | 0.59% | - |
| HSV(B) | 215.64º | 0.61% | 0.85% | - |
| XYZ | 25.63 | 25.46 | 69.89 | - |
| YUV | 131.86 | 176.61 | 94.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 139 | 218 | 0.61 | 0.36 | 0 | 0.15 | 215.64 | 0.64 | 0.59 |
| Hex | 55 | 8B | DA | 3D | 24 | 0 | F | D8 | 40 | 3B |
| Octal | 125 | 213 | 332 | 75 | 44 | 0 | 17 | 330 | 100 | 73 |
| Binary | 1010101 | 10001011 | 11011010 | 111101 | 100100 | 0 | 1111 | 11011000 | 1000000 | 111011 |
Color Harmonies of #558BDA
Complementary color
Monochromatic Colors of #558BDA
Black with #558BDA
Text Example
Text Example
White with #558BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558BDA; }
p { color: rgb(85,139,218); }
H1.HeaderClassName
{
color: #558BDA;
}
.AnyTagClassName
{
color: #558BDA;
}
</style>
background-color css
<style>
a { background-color: #558BDA; }
a { background-color: rgb(85,139,218); }
div.DivClassName
{
background-color: #558BDA;
}
.BgClassName
{
background-color: #558BDA;
}
</style>
border-color css
<style>
span { border-color: #558BDA; }
span { border-color: rgb(85,139,218); }
td.TdClassName
{
border-color: #558BDA;
}
.TagClassName
{
border-color: #558BDA;
}
</style>