Shades of Havelock Blue #557ED7
Tints of Havelock Blue #557ED7
RGB
CMYK
RGB Variations
Color information
#557ED7 (or 0x557ED7) is known color: Havelock Blue. HEX triplet: 55, 7E and D7. RGB value is (85,126,215). Sum of RGB (Red+Green+Blue) = 85+126+215=426 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.95% from 426); Green value is 126 (49.61% from 255 or 29.58% from 426); Blue value is 215 (84.38% from 255 or 50.47% from 426); Max value from RGB is 215 - color contains mainly: blue. Hex color #557ED7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557ED7 is #AA8128. Grayscale: #7B7B7B. Windows color (decimal): -11174185 or 14122581. OLE color: 14122581.
HSL color Cylindrical-coordinate representation of color #557ED7: hue angle of 221.08º degrees, saturation: 0.62, 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 #557ED7 is Cyan = 0.60, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 85 | 126 | 215 | - |
| CMYK | 0.60 | 0.41 | 0 | 0.16 |
| HSL | 221.08º | 0.62% | 0.59% | - |
| HSV(B) | 221.08º | 0.6% | 0.84% | - |
| XYZ | 23.47 | 21.76 | 67.25 | - |
| YUV | 123.89 | 179.42 | 100.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 126 | 215 | 0.60 | 0.41 | 0 | 0.16 | 221.08 | 0.62 | 0.59 |
| Hex | 55 | 7E | D7 | 3C | 29 | 0 | 10 | DD | 3E | 3B |
| Octal | 125 | 176 | 327 | 74 | 51 | 0 | 20 | 335 | 76 | 73 |
| Binary | 1010101 | 1111110 | 11010111 | 111100 | 101001 | 0 | 10000 | 11011101 | 111110 | 111011 |
Color Harmonies of #557ED7
Complementary color
Monochromatic Colors of #557ED7
Black with #557ED7
Text Example
Text Example
White with #557ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557ED7; }
p { color: rgb(85,126,215); }
H1.HeaderClassName
{
color: #557ED7;
}
.AnyTagClassName
{
color: #557ED7;
}
</style>
background-color css
<style>
a { background-color: #557ED7; }
a { background-color: rgb(85,126,215); }
div.DivClassName
{
background-color: #557ED7;
}
.BgClassName
{
background-color: #557ED7;
}
</style>
border-color css
<style>
span { border-color: #557ED7; }
span { border-color: rgb(85,126,215); }
td.TdClassName
{
border-color: #557ED7;
}
.TagClassName
{
border-color: #557ED7;
}
</style>