Shades of Havelock Blue #557ECF
Tints of Havelock Blue #557ECF
RGB
CMYK
RGB Variations
Color information
#557ECF (or 0x557ECF) is known color: Havelock Blue. HEX triplet: 55, 7E and CF. RGB value is (85,126,207). Sum of RGB (Red+Green+Blue) = 85+126+207=418 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.33% from 418); Green value is 126 (49.61% from 255 or 30.14% from 418); Blue value is 207 (81.25% from 255 or 49.52% from 418); Max value from RGB is 207 - color contains mainly: blue. Hex color #557ECF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557ECF is #AA8130. Grayscale: #7A7A7A. Windows color (decimal): -11174193 or 13598293. OLE color: 13598293.
HSL color Cylindrical-coordinate representation of color #557ECF: hue angle of 219.84º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #557ECF is Cyan = 0.59, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 85 | 126 | 207 | - |
| CMYK | 0.59 | 0.39 | 0 | 0.19 |
| HSL | 219.84º | 0.56% | 0.57% | - |
| HSV(B) | 219.84º | 0.59% | 0.81% | - |
| XYZ | 22.47 | 21.36 | 61.97 | - |
| YUV | 122.98 | 175.42 | 100.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 126 | 207 | 0.59 | 0.39 | 0 | 0.19 | 219.84 | 0.56 | 0.57 |
| Hex | 55 | 7E | CF | 3B | 27 | 0 | 13 | DC | 38 | 39 |
| Octal | 125 | 176 | 317 | 73 | 47 | 0 | 23 | 334 | 70 | 71 |
| Binary | 1010101 | 1111110 | 11001111 | 111011 | 100111 | 0 | 10011 | 11011100 | 111000 | 111001 |
Color Harmonies of #557ECF
Complementary color
Monochromatic Colors of #557ECF
Black with #557ECF
Text Example
Text Example
White with #557ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557ECF; }
p { color: rgb(85,126,207); }
H1.HeaderClassName
{
color: #557ECF;
}
.AnyTagClassName
{
color: #557ECF;
}
</style>
background-color css
<style>
a { background-color: #557ECF; }
a { background-color: rgb(85,126,207); }
div.DivClassName
{
background-color: #557ECF;
}
.BgClassName
{
background-color: #557ECF;
}
</style>
border-color css
<style>
span { border-color: #557ECF; }
span { border-color: rgb(85,126,207); }
td.TdClassName
{
border-color: #557ECF;
}
.TagClassName
{
border-color: #557ECF;
}
</style>