Shades of Havelock Blue #5E7ECF
Tints of Havelock Blue #5E7ECF
RGB
CMYK
RGB Variations
Color information
#5E7ECF (or 0x5E7ECF) is known color: Havelock Blue. HEX triplet: 5E, 7E and CF. RGB value is (94,126,207). Sum of RGB (Red+Green+Blue) = 94+126+207=427 (56% of max value = 765). Red value is 94 (37.11% from 255 or 22.01% from 427); Green value is 126 (49.61% from 255 or 29.51% from 427); Blue value is 207 (81.25% from 255 or 48.48% from 427); Max value from RGB is 207 - color contains mainly: blue. Hex color #5E7ECF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E7ECF is #A18130. Grayscale: #7D7D7D. Windows color (decimal): -10584369 or 13598302. OLE color: 13598302.
HSL color Cylindrical-coordinate representation of color #5E7ECF: hue angle of 223.01º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5E7ECF is Cyan = 0.55, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 94 | 126 | 207 | - |
| CMYK | 0.55 | 0.39 | 0 | 0.19 |
| HSL | 223.01º | 0.54% | 0.59% | - |
| HSV(B) | 223.01º | 0.55% | 0.81% | - |
| XYZ | 23.34 | 21.81 | 62.01 | - |
| YUV | 125.67 | 173.9 | 105.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 126 | 207 | 0.55 | 0.39 | 0 | 0.19 | 223.01 | 0.54 | 0.59 |
| Hex | 5E | 7E | CF | 37 | 27 | 0 | 13 | DF | 36 | 3B |
| Octal | 136 | 176 | 317 | 67 | 47 | 0 | 23 | 337 | 66 | 73 |
| Binary | 1011110 | 1111110 | 11001111 | 110111 | 100111 | 0 | 10011 | 11011111 | 110110 | 111011 |
Color Harmonies of #5E7ECF
Complementary color
Monochromatic Colors of #5E7ECF
Black with #5E7ECF
Text Example
Text Example
White with #5E7ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7ECF; }
p { color: rgb(94,126,207); }
H1.HeaderClassName
{
color: #5E7ECF;
}
.AnyTagClassName
{
color: #5E7ECF;
}
</style>
background-color css
<style>
a { background-color: #5E7ECF; }
a { background-color: rgb(94,126,207); }
div.DivClassName
{
background-color: #5E7ECF;
}
.BgClassName
{
background-color: #5E7ECF;
}
</style>
border-color css
<style>
span { border-color: #5E7ECF; }
span { border-color: rgb(94,126,207); }
td.TdClassName
{
border-color: #5E7ECF;
}
.TagClassName
{
border-color: #5E7ECF;
}
</style>