Shades of Havelock Blue #5E7ACC
Tints of Havelock Blue #5E7ACC
RGB
CMYK
RGB Variations
Color information
#5E7ACC (or 0x5E7ACC) is known color: Havelock Blue. HEX triplet: 5E, 7A and CC. RGB value is (94,122,204). Sum of RGB (Red+Green+Blue) = 94+122+204=420 (55% of max value = 765). Red value is 94 (37.11% from 255 or 22.38% from 420); Green value is 122 (48.05% from 255 or 29.05% from 420); Blue value is 204 (80.08% from 255 or 48.57% from 420); Max value from RGB is 204 - color contains mainly: blue. Hex color #5E7ACC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E7ACC is #A18533. Grayscale: #7A7A7A. Windows color (decimal): -10585396 or 13400670. OLE color: 13400670.
HSL color Cylindrical-coordinate representation of color #5E7ACC: hue angle of 224.73º 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 #5E7ACC is Cyan = 0.54, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 94 | 122 | 204 | - |
| CMYK | 0.54 | 0.40 | 0 | 0.2 |
| HSL | 224.73º | 0.52% | 0.58% | - |
| HSV(B) | 224.73º | 0.54% | 0.8% | - |
| XYZ | 22.47 | 20.66 | 59.93 | - |
| YUV | 122.98 | 173.72 | 107.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 122 | 204 | 0.54 | 0.40 | 0 | 0.2 | 224.73 | 0.52 | 0.58 |
| Hex | 5E | 7A | CC | 36 | 28 | 0 | 14 | E1 | 34 | 3A |
| Octal | 136 | 172 | 314 | 66 | 50 | 0 | 24 | 341 | 64 | 72 |
| Binary | 1011110 | 1111010 | 11001100 | 110110 | 101000 | 0 | 10100 | 11100001 | 110100 | 111010 |
Color Harmonies of #5E7ACC
Complementary color
Monochromatic Colors of #5E7ACC
Black with #5E7ACC
Text Example
Text Example
White with #5E7ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7ACC; }
p { color: rgb(94,122,204); }
H1.HeaderClassName
{
color: #5E7ACC;
}
.AnyTagClassName
{
color: #5E7ACC;
}
</style>
background-color css
<style>
a { background-color: #5E7ACC; }
a { background-color: rgb(94,122,204); }
div.DivClassName
{
background-color: #5E7ACC;
}
.BgClassName
{
background-color: #5E7ACC;
}
</style>
border-color css
<style>
span { border-color: #5E7ACC; }
span { border-color: rgb(94,122,204); }
td.TdClassName
{
border-color: #5E7ACC;
}
.TagClassName
{
border-color: #5E7ACC;
}
</style>