Shades of Havelock Blue #5E7BAC
Tints of Havelock Blue #5E7BAC
RGB
CMYK
RGB Variations
Color information
#5E7BAC (or 0x5E7BAC) is known color: Havelock Blue. HEX triplet: 5E, 7B and AC. RGB value is (94,123,172). Sum of RGB (Red+Green+Blue) = 94+123+172=389 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.16% from 389); Green value is 123 (48.44% from 255 or 31.62% from 389); Blue value is 172 (67.58% from 255 or 44.22% from 389); Max value from RGB is 172 - color contains mainly: blue. Hex color #5E7BAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E7BAC is #A18453. Grayscale: #777777. Windows color (decimal): -10585172 or 11303774. OLE color: 11303774.
HSL color Cylindrical-coordinate representation of color #5E7BAC: hue angle of 217.69º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5E7BAC is Cyan = 0.45, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 123 | 172 | - |
| CMYK | 0.45 | 0.28 | 0 | 0.33 |
| HSL | 217.69º | 0.32% | 0.52% | - |
| HSV(B) | 217.69º | 0.45% | 0.67% | - |
| XYZ | 19.15 | 19.52 | 41.79 | - |
| YUV | 119.92 | 157.39 | 109.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 123 | 172 | 0.45 | 0.28 | 0 | 0.33 | 217.69 | 0.32 | 0.52 |
| Hex | 5E | 7B | AC | 2D | 1C | 0 | 21 | DA | 20 | 34 |
| Octal | 136 | 173 | 254 | 55 | 34 | 0 | 41 | 332 | 40 | 64 |
| Binary | 1011110 | 1111011 | 10101100 | 101101 | 11100 | 0 | 100001 | 11011010 | 100000 | 110100 |
Color Harmonies of #5E7BAC
Complementary color
Monochromatic Colors of #5E7BAC
Black with #5E7BAC
Text Example
Text Example
White with #5E7BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7BAC; }
p { color: rgb(94,123,172); }
H1.HeaderClassName
{
color: #5E7BAC;
}
.AnyTagClassName
{
color: #5E7BAC;
}
</style>
background-color css
<style>
a { background-color: #5E7BAC; }
a { background-color: rgb(94,123,172); }
div.DivClassName
{
background-color: #5E7BAC;
}
.BgClassName
{
background-color: #5E7BAC;
}
</style>
border-color css
<style>
span { border-color: #5E7BAC; }
span { border-color: rgb(94,123,172); }
td.TdClassName
{
border-color: #5E7BAC;
}
.TagClassName
{
border-color: #5E7BAC;
}
</style>