Shades of Havelock Blue #557ED8
Tints of Havelock Blue #557ED8
RGB
CMYK
RGB Variations
Color information
#557ED8 (or 0x557ED8) is known color: Havelock Blue. HEX triplet: 55, 7E and D8. RGB value is (85,126,216). Sum of RGB (Red+Green+Blue) = 85+126+216=427 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.91% from 427); Green value is 126 (49.61% from 255 or 29.51% from 427); Blue value is 216 (84.77% from 255 or 50.59% from 427); Max value from RGB is 216 - color contains mainly: blue. Hex color #557ED8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557ED8 is #AA8127. Grayscale: #7B7B7B. Windows color (decimal): -11174184 or 14188117. OLE color: 14188117.
HSL color Cylindrical-coordinate representation of color #557ED8: hue angle of 221.22º degrees, saturation: 0.63, 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 #557ED8 is Cyan = 0.61, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 85 | 126 | 216 | - |
| CMYK | 0.61 | 0.42 | 0 | 0.15 |
| HSL | 221.22º | 0.63% | 0.59% | - |
| HSV(B) | 221.22º | 0.61% | 0.85% | - |
| XYZ | 23.6 | 21.81 | 67.93 | - |
| YUV | 124 | 179.92 | 100.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 126 | 216 | 0.61 | 0.42 | 0 | 0.15 | 221.22 | 0.63 | 0.59 |
| Hex | 55 | 7E | D8 | 3D | 2A | 0 | F | DD | 3F | 3B |
| Octal | 125 | 176 | 330 | 75 | 52 | 0 | 17 | 335 | 77 | 73 |
| Binary | 1010101 | 1111110 | 11011000 | 111101 | 101010 | 0 | 1111 | 11011101 | 111111 | 111011 |
Color Harmonies of #557ED8
Complementary color
Monochromatic Colors of #557ED8
Black with #557ED8
Text Example
Text Example
White with #557ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557ED8; }
p { color: rgb(85,126,216); }
H1.HeaderClassName
{
color: #557ED8;
}
.AnyTagClassName
{
color: #557ED8;
}
</style>
background-color css
<style>
a { background-color: #557ED8; }
a { background-color: rgb(85,126,216); }
div.DivClassName
{
background-color: #557ED8;
}
.BgClassName
{
background-color: #557ED8;
}
</style>
border-color css
<style>
span { border-color: #557ED8; }
span { border-color: rgb(85,126,216); }
td.TdClassName
{
border-color: #557ED8;
}
.TagClassName
{
border-color: #557ED8;
}
</style>