Shades of Havelock Blue #557ED6
Tints of Havelock Blue #557ED6
RGB
CMYK
RGB Variations
Color information
#557ED6 (or 0x557ED6) is known color: Havelock Blue. HEX triplet: 55, 7E and D6. RGB value is (85,126,214). Sum of RGB (Red+Green+Blue) = 85+126+214=425 (56% of max value = 765). Red value is 85 (33.59% from 255 or 20% from 425); Green value is 126 (49.61% from 255 or 29.65% from 425); Blue value is 214 (83.98% from 255 or 50.35% from 425); Max value from RGB is 214 - color contains mainly: blue. Hex color #557ED6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557ED6 is #AA8129. Grayscale: #7B7B7B. Windows color (decimal): -11174186 or 14057045. OLE color: 14057045.
HSL color Cylindrical-coordinate representation of color #557ED6: hue angle of 220.93º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #557ED6 is Cyan = 0.60, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 85 | 126 | 214 | - |
| CMYK | 0.60 | 0.41 | 0 | 0.16 |
| HSL | 220.93º | 0.61% | 0.59% | - |
| HSV(B) | 220.93º | 0.6% | 0.84% | - |
| XYZ | 23.34 | 21.71 | 66.58 | - |
| YUV | 123.77 | 178.92 | 100.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 126 | 214 | 0.60 | 0.41 | 0 | 0.16 | 220.93 | 0.61 | 0.59 |
| Hex | 55 | 7E | D6 | 3C | 29 | 0 | 10 | DD | 3D | 3B |
| Octal | 125 | 176 | 326 | 74 | 51 | 0 | 20 | 335 | 75 | 73 |
| Binary | 1010101 | 1111110 | 11010110 | 111100 | 101001 | 0 | 10000 | 11011101 | 111101 | 111011 |
Color Harmonies of #557ED6
Complementary color
Monochromatic Colors of #557ED6
Black with #557ED6
Text Example
Text Example
White with #557ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557ED6; }
p { color: rgb(85,126,214); }
H1.HeaderClassName
{
color: #557ED6;
}
.AnyTagClassName
{
color: #557ED6;
}
</style>
background-color css
<style>
a { background-color: #557ED6; }
a { background-color: rgb(85,126,214); }
div.DivClassName
{
background-color: #557ED6;
}
.BgClassName
{
background-color: #557ED6;
}
</style>
border-color css
<style>
span { border-color: #557ED6; }
span { border-color: rgb(85,126,214); }
td.TdClassName
{
border-color: #557ED6;
}
.TagClassName
{
border-color: #557ED6;
}
</style>