Shades of Havelock Blue #5E7ECC
Tints of Havelock Blue #5E7ECC
RGB
CMYK
RGB Variations
Color information
#5E7ECC (or 0x5E7ECC) is known color: Havelock Blue. HEX triplet: 5E, 7E and CC. RGB value is (94,126,204). Sum of RGB (Red+Green+Blue) = 94+126+204=424 (56% of max value = 765). Red value is 94 (37.11% from 255 or 22.17% from 424); Green value is 126 (49.61% from 255 or 29.72% from 424); Blue value is 204 (80.08% from 255 or 48.11% from 424); Max value from RGB is 204 - color contains mainly: blue. Hex color #5E7ECC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E7ECC is #A18133. Grayscale: #7C7C7C. Windows color (decimal): -10584372 or 13401694. OLE color: 13401694.
HSL color Cylindrical-coordinate representation of color #5E7ECC: hue angle of 222.55º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5E7ECC is Cyan = 0.54, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 94 | 126 | 204 | - |
| CMYK | 0.54 | 0.38 | 0 | 0.2 |
| HSL | 222.55º | 0.52% | 0.58% | - |
| HSV(B) | 222.55º | 0.54% | 0.8% | - |
| XYZ | 22.98 | 21.66 | 60.1 | - |
| YUV | 125.32 | 172.4 | 105.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 126 | 204 | 0.54 | 0.38 | 0 | 0.2 | 222.55 | 0.52 | 0.58 |
| Hex | 5E | 7E | CC | 36 | 26 | 0 | 14 | DF | 34 | 3A |
| Octal | 136 | 176 | 314 | 66 | 46 | 0 | 24 | 337 | 64 | 72 |
| Binary | 1011110 | 1111110 | 11001100 | 110110 | 100110 | 0 | 10100 | 11011111 | 110100 | 111010 |
Color Harmonies of #5E7ECC
Complementary color
Monochromatic Colors of #5E7ECC
Black with #5E7ECC
Text Example
Text Example
White with #5E7ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7ECC; }
p { color: rgb(94,126,204); }
H1.HeaderClassName
{
color: #5E7ECC;
}
.AnyTagClassName
{
color: #5E7ECC;
}
</style>
background-color css
<style>
a { background-color: #5E7ECC; }
a { background-color: rgb(94,126,204); }
div.DivClassName
{
background-color: #5E7ECC;
}
.BgClassName
{
background-color: #5E7ECC;
}
</style>
border-color css
<style>
span { border-color: #5E7ECC; }
span { border-color: rgb(94,126,204); }
td.TdClassName
{
border-color: #5E7ECC;
}
.TagClassName
{
border-color: #5E7ECC;
}
</style>