Shades of Havelock Blue #557ED0
Tints of Havelock Blue #557ED0
RGB
CMYK
RGB Variations
Color information
#557ED0 (or 0x557ED0) is known color: Havelock Blue. HEX triplet: 55, 7E and D0. RGB value is (85,126,208). Sum of RGB (Red+Green+Blue) = 85+126+208=419 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.29% from 419); Green value is 126 (49.61% from 255 or 30.07% from 419); Blue value is 208 (81.64% from 255 or 49.64% from 419); Max value from RGB is 208 - color contains mainly: blue. Hex color #557ED0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557ED0 is #AA812F. Grayscale: #7A7A7A. Windows color (decimal): -11174192 or 13663829. OLE color: 13663829.
HSL color Cylindrical-coordinate representation of color #557ED0: hue angle of 220º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #557ED0 is Cyan = 0.59, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 85 | 126 | 208 | - |
| CMYK | 0.59 | 0.39 | 0 | 0.18 |
| HSL | 220º | 0.57% | 0.57% | - |
| HSV(B) | 220º | 0.59% | 0.82% | - |
| XYZ | 22.59 | 21.41 | 62.62 | - |
| YUV | 123.09 | 175.92 | 100.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 126 | 208 | 0.59 | 0.39 | 0 | 0.18 | 220 | 0.57 | 0.57 |
| Hex | 55 | 7E | D0 | 3B | 27 | 0 | 12 | DC | 39 | 39 |
| Octal | 125 | 176 | 320 | 73 | 47 | 0 | 22 | 334 | 71 | 71 |
| Binary | 1010101 | 1111110 | 11010000 | 111011 | 100111 | 0 | 10010 | 11011100 | 111001 | 111001 |
Color Harmonies of #557ED0
Complementary color
Monochromatic Colors of #557ED0
Black with #557ED0
Text Example
Text Example
White with #557ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557ED0; }
p { color: rgb(85,126,208); }
H1.HeaderClassName
{
color: #557ED0;
}
.AnyTagClassName
{
color: #557ED0;
}
</style>
background-color css
<style>
a { background-color: #557ED0; }
a { background-color: rgb(85,126,208); }
div.DivClassName
{
background-color: #557ED0;
}
.BgClassName
{
background-color: #557ED0;
}
</style>
border-color css
<style>
span { border-color: #557ED0; }
span { border-color: rgb(85,126,208); }
td.TdClassName
{
border-color: #557ED0;
}
.TagClassName
{
border-color: #557ED0;
}
</style>