Shades of Havelock Blue #558ADA
Tints of Havelock Blue #558ADA
RGB
CMYK
RGB Variations
Color information
#558ADA (or 0x558ADA) is known color: Havelock Blue. HEX triplet: 55, 8A and DA. RGB value is (85,138,218). Sum of RGB (Red+Green+Blue) = 85+138+218=441 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.27% from 441); Green value is 138 (54.30% from 255 or 31.29% from 441); Blue value is 218 (85.55% from 255 or 49.43% from 441); Max value from RGB is 218 - color contains mainly: blue. Hex color #558ADA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558ADA is #AA7525. Grayscale: #828282. Windows color (decimal): -11171110 or 14322261. OLE color: 14322261.
HSL color Cylindrical-coordinate representation of color #558ADA: hue angle of 216.09º 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 #558ADA is Cyan = 0.61, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 85 | 138 | 218 | - |
| CMYK | 0.61 | 0.37 | 0 | 0.15 |
| HSL | 216.09º | 0.64% | 0.59% | - |
| HSV(B) | 216.09º | 0.61% | 0.85% | - |
| XYZ | 25.49 | 25.17 | 69.84 | - |
| YUV | 131.27 | 176.94 | 95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 138 | 218 | 0.61 | 0.37 | 0 | 0.15 | 216.09 | 0.64 | 0.59 |
| Hex | 55 | 8A | DA | 3D | 25 | 0 | F | D8 | 40 | 3B |
| Octal | 125 | 212 | 332 | 75 | 45 | 0 | 17 | 330 | 100 | 73 |
| Binary | 1010101 | 10001010 | 11011010 | 111101 | 100101 | 0 | 1111 | 11011000 | 1000000 | 111011 |
Color Harmonies of #558ADA
Complementary color
Monochromatic Colors of #558ADA
Black with #558ADA
Text Example
Text Example
White with #558ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558ADA; }
p { color: rgb(85,138,218); }
H1.HeaderClassName
{
color: #558ADA;
}
.AnyTagClassName
{
color: #558ADA;
}
</style>
background-color css
<style>
a { background-color: #558ADA; }
a { background-color: rgb(85,138,218); }
div.DivClassName
{
background-color: #558ADA;
}
.BgClassName
{
background-color: #558ADA;
}
</style>
border-color css
<style>
span { border-color: #558ADA; }
span { border-color: rgb(85,138,218); }
td.TdClassName
{
border-color: #558ADA;
}
.TagClassName
{
border-color: #558ADA;
}
</style>