Shades of Havelock Blue #557ECB
Tints of Havelock Blue #557ECB
RGB
CMYK
RGB Variations
Color information
#557ECB (or 0x557ECB) is known color: Havelock Blue. HEX triplet: 55, 7E and CB. RGB value is (85,126,203). Sum of RGB (Red+Green+Blue) = 85+126+203=414 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.53% from 414); Green value is 126 (49.61% from 255 or 30.43% from 414); Blue value is 203 (79.69% from 255 or 49.03% from 414); Max value from RGB is 203 - color contains mainly: blue. Hex color #557ECB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557ECB is #AA8134. Grayscale: #7A7A7A. Windows color (decimal): -11174197 or 13336149. OLE color: 13336149.
HSL color Cylindrical-coordinate representation of color #557ECB: hue angle of 219.15º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #557ECB is Cyan = 0.58, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 85 | 126 | 203 | - |
| CMYK | 0.58 | 0.38 | 0 | 0.20 |
| HSL | 219.15º | 0.53% | 0.56% | - |
| HSV(B) | 219.15º | 0.58% | 0.8% | - |
| XYZ | 21.99 | 21.16 | 59.43 | - |
| YUV | 122.52 | 173.42 | 101.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 126 | 203 | 0.58 | 0.38 | 0 | 0.20 | 219.15 | 0.53 | 0.56 |
| Hex | 55 | 7E | CB | 3A | 26 | 0 | 14 | DB | 35 | 38 |
| Octal | 125 | 176 | 313 | 72 | 46 | 0 | 24 | 333 | 65 | 70 |
| Binary | 1010101 | 1111110 | 11001011 | 111010 | 100110 | 0 | 10100 | 11011011 | 110101 | 111000 |
Color Harmonies of #557ECB
Complementary color
Monochromatic Colors of #557ECB
Black with #557ECB
Text Example
Text Example
White with #557ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557ECB; }
p { color: rgb(85,126,203); }
H1.HeaderClassName
{
color: #557ECB;
}
.AnyTagClassName
{
color: #557ECB;
}
</style>
background-color css
<style>
a { background-color: #557ECB; }
a { background-color: rgb(85,126,203); }
div.DivClassName
{
background-color: #557ECB;
}
.BgClassName
{
background-color: #557ECB;
}
</style>
border-color css
<style>
span { border-color: #557ECB; }
span { border-color: rgb(85,126,203); }
td.TdClassName
{
border-color: #557ECB;
}
.TagClassName
{
border-color: #557ECB;
}
</style>