Shades of Havelock Blue #558BCD
Tints of Havelock Blue #558BCD
RGB
CMYK
RGB Variations
Color information
#558BCD (or 0x558BCD) is known color: Havelock Blue. HEX triplet: 55, 8B and CD. RGB value is (85,139,205). Sum of RGB (Red+Green+Blue) = 85+139+205=429 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.81% from 429); Green value is 139 (54.69% from 255 or 32.40% from 429); Blue value is 205 (80.47% from 255 or 47.79% from 429); Max value from RGB is 205 - color contains mainly: blue. Hex color #558BCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558BCD is #AA7432. Grayscale: #828282. Windows color (decimal): -11170867 or 13470549. OLE color: 13470549.
HSL color Cylindrical-coordinate representation of color #558BCD: hue angle of 213º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #558BCD is Cyan = 0.59, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 85 | 139 | 205 | - |
| CMYK | 0.59 | 0.32 | 0 | 0.20 |
| HSL | 213º | 0.55% | 0.57% | - |
| HSV(B) | 213º | 0.59% | 0.8% | - |
| XYZ | 24 | 24.8 | 61.28 | - |
| YUV | 130.38 | 170.11 | 95.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 139 | 205 | 0.59 | 0.32 | 0 | 0.20 | 213 | 0.55 | 0.57 |
| Hex | 55 | 8B | CD | 3B | 20 | 0 | 14 | D5 | 37 | 39 |
| Octal | 125 | 213 | 315 | 73 | 40 | 0 | 24 | 325 | 67 | 71 |
| Binary | 1010101 | 10001011 | 11001101 | 111011 | 100000 | 0 | 10100 | 11010101 | 110111 | 111001 |
Color Harmonies of #558BCD
Complementary color
Monochromatic Colors of #558BCD
Black with #558BCD
Text Example
Text Example
White with #558BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558BCD; }
p { color: rgb(85,139,205); }
H1.HeaderClassName
{
color: #558BCD;
}
.AnyTagClassName
{
color: #558BCD;
}
</style>
background-color css
<style>
a { background-color: #558BCD; }
a { background-color: rgb(85,139,205); }
div.DivClassName
{
background-color: #558BCD;
}
.BgClassName
{
background-color: #558BCD;
}
</style>
border-color css
<style>
span { border-color: #558BCD; }
span { border-color: rgb(85,139,205); }
td.TdClassName
{
border-color: #558BCD;
}
.TagClassName
{
border-color: #558BCD;
}
</style>