Shades of Havelock Blue #557ECD
Tints of Havelock Blue #557ECD
RGB
CMYK
RGB Variations
Color information
#557ECD (or 0x557ECD) is known color: Havelock Blue. HEX triplet: 55, 7E and CD. RGB value is (85,126,205). Sum of RGB (Red+Green+Blue) = 85+126+205=416 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.43% from 416); Green value is 126 (49.61% from 255 or 30.29% from 416); Blue value is 205 (80.47% from 255 or 49.28% from 416); Max value from RGB is 205 - color contains mainly: blue. Hex color #557ECD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557ECD is #AA8132. Grayscale: #7A7A7A. Windows color (decimal): -11174195 or 13467221. OLE color: 13467221.
HSL color Cylindrical-coordinate representation of color #557ECD: hue angle of 219.5º 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 #557ECD is Cyan = 0.59, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 85 | 126 | 205 | - |
| CMYK | 0.59 | 0.39 | 0 | 0.20 |
| HSL | 219.5º | 0.55% | 0.57% | - |
| HSV(B) | 219.5º | 0.59% | 0.8% | - |
| XYZ | 22.23 | 21.26 | 60.69 | - |
| YUV | 122.75 | 174.42 | 101.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 126 | 205 | 0.59 | 0.39 | 0 | 0.20 | 219.5 | 0.55 | 0.57 |
| Hex | 55 | 7E | CD | 3B | 27 | 0 | 14 | DC | 37 | 39 |
| Octal | 125 | 176 | 315 | 73 | 47 | 0 | 24 | 334 | 67 | 71 |
| Binary | 1010101 | 1111110 | 11001101 | 111011 | 100111 | 0 | 10100 | 11011100 | 110111 | 111001 |
Color Harmonies of #557ECD
Complementary color
Monochromatic Colors of #557ECD
Black with #557ECD
Text Example
Text Example
White with #557ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557ECD; }
p { color: rgb(85,126,205); }
H1.HeaderClassName
{
color: #557ECD;
}
.AnyTagClassName
{
color: #557ECD;
}
</style>
background-color css
<style>
a { background-color: #557ECD; }
a { background-color: rgb(85,126,205); }
div.DivClassName
{
background-color: #557ECD;
}
.BgClassName
{
background-color: #557ECD;
}
</style>
border-color css
<style>
span { border-color: #557ECD; }
span { border-color: rgb(85,126,205); }
td.TdClassName
{
border-color: #557ECD;
}
.TagClassName
{
border-color: #557ECD;
}
</style>