Shades of Havelock Blue #5E7EBC
Tints of Havelock Blue #5E7EBC
RGB
CMYK
RGB Variations
Color information
#5E7EBC (or 0x5E7EBC) is known color: Havelock Blue. HEX triplet: 5E, 7E and BC. RGB value is (94,126,188). Sum of RGB (Red+Green+Blue) = 94+126+188=408 (54% of max value = 765). Red value is 94 (37.11% from 255 or 23.04% from 408); Green value is 126 (49.61% from 255 or 30.88% from 408); Blue value is 188 (73.83% from 255 or 46.08% from 408); Max value from RGB is 188 - color contains mainly: blue. Hex color #5E7EBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E7EBC is #A18143. Grayscale: #7B7B7B. Windows color (decimal): -10584388 or 12353118. OLE color: 12353118.
HSL color Cylindrical-coordinate representation of color #5E7EBC: hue angle of 219.57º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5E7EBC is Cyan = 0.50, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 94 | 126 | 188 | - |
| CMYK | 0.50 | 0.33 | 0 | 0.26 |
| HSL | 219.57º | 0.41% | 0.55% | - |
| HSV(B) | 219.57º | 0.5% | 0.74% | - |
| XYZ | 21.15 | 20.93 | 50.5 | - |
| YUV | 123.5 | 164.4 | 106.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 126 | 188 | 0.50 | 0.33 | 0 | 0.26 | 219.57 | 0.41 | 0.55 |
| Hex | 5E | 7E | BC | 32 | 21 | 0 | 1A | DC | 29 | 37 |
| Octal | 136 | 176 | 274 | 62 | 41 | 0 | 32 | 334 | 51 | 67 |
| Binary | 1011110 | 1111110 | 10111100 | 110010 | 100001 | 0 | 11010 | 11011100 | 101001 | 110111 |
Color Harmonies of #5E7EBC
Complementary color
Monochromatic Colors of #5E7EBC
Black with #5E7EBC
Text Example
Text Example
White with #5E7EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7EBC; }
p { color: rgb(94,126,188); }
H1.HeaderClassName
{
color: #5E7EBC;
}
.AnyTagClassName
{
color: #5E7EBC;
}
</style>
background-color css
<style>
a { background-color: #5E7EBC; }
a { background-color: rgb(94,126,188); }
div.DivClassName
{
background-color: #5E7EBC;
}
.BgClassName
{
background-color: #5E7EBC;
}
</style>
border-color css
<style>
span { border-color: #5E7EBC; }
span { border-color: rgb(94,126,188); }
td.TdClassName
{
border-color: #5E7EBC;
}
.TagClassName
{
border-color: #5E7EBC;
}
</style>