Shades of Havelock Blue #5E7AC8
Tints of Havelock Blue #5E7AC8
RGB
CMYK
RGB Variations
Color information
#5E7AC8 (or 0x5E7AC8) is known color: Havelock Blue. HEX triplet: 5E, 7A and C8. RGB value is (94,122,200). Sum of RGB (Red+Green+Blue) = 94+122+200=416 (55% of max value = 765). Red value is 94 (37.11% from 255 or 22.60% from 416); Green value is 122 (48.05% from 255 or 29.33% from 416); Blue value is 200 (78.52% from 255 or 48.08% from 416); Max value from RGB is 200 - color contains mainly: blue. Hex color #5E7AC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E7AC8 is #A18537. Grayscale: #7A7A7A. Windows color (decimal): -10585400 or 13138526. OLE color: 13138526.
HSL color Cylindrical-coordinate representation of color #5E7AC8: hue angle of 224.15º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5E7AC8 is Cyan = 0.53, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 94 | 122 | 200 | - |
| CMYK | 0.53 | 0.39 | 0 | 0.22 |
| HSL | 224.15º | 0.49% | 0.58% | - |
| HSV(B) | 224.15º | 0.53% | 0.78% | - |
| XYZ | 22 | 20.47 | 57.43 | - |
| YUV | 122.52 | 171.72 | 107.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 122 | 200 | 0.53 | 0.39 | 0 | 0.22 | 224.15 | 0.49 | 0.58 |
| Hex | 5E | 7A | C8 | 35 | 27 | 0 | 16 | E0 | 31 | 3A |
| Octal | 136 | 172 | 310 | 65 | 47 | 0 | 26 | 340 | 61 | 72 |
| Binary | 1011110 | 1111010 | 11001000 | 110101 | 100111 | 0 | 10110 | 11100000 | 110001 | 111010 |
Color Harmonies of #5E7AC8
Complementary color
Monochromatic Colors of #5E7AC8
Black with #5E7AC8
Text Example
Text Example
White with #5E7AC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7AC8; }
p { color: rgb(94,122,200); }
H1.HeaderClassName
{
color: #5E7AC8;
}
.AnyTagClassName
{
color: #5E7AC8;
}
</style>
background-color css
<style>
a { background-color: #5E7AC8; }
a { background-color: rgb(94,122,200); }
div.DivClassName
{
background-color: #5E7AC8;
}
.BgClassName
{
background-color: #5E7AC8;
}
</style>
border-color css
<style>
span { border-color: #5E7AC8; }
span { border-color: rgb(94,122,200); }
td.TdClassName
{
border-color: #5E7AC8;
}
.TagClassName
{
border-color: #5E7AC8;
}
</style>