Shades of Havelock Blue #5E7CAD
Tints of Havelock Blue #5E7CAD
RGB
CMYK
RGB Variations
Color information
#5E7CAD (or 0x5E7CAD) is known color: Havelock Blue. HEX triplet: 5E, 7C and AD. RGB value is (94,124,173). Sum of RGB (Red+Green+Blue) = 94+124+173=391 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.04% from 391); Green value is 124 (48.83% from 255 or 31.71% from 391); Blue value is 173 (67.97% from 255 or 44.25% from 391); Max value from RGB is 173 - color contains mainly: blue. Hex color #5E7CAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E7CAD is #A18352. Grayscale: #787878. Windows color (decimal): -10584915 or 11369566. OLE color: 11369566.
HSL color Cylindrical-coordinate representation of color #5E7CAD: hue angle of 217.22º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5E7CAD is Cyan = 0.46, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 94 | 124 | 173 | - |
| CMYK | 0.46 | 0.28 | 0 | 0.32 |
| HSL | 217.22º | 0.33% | 0.52% | - |
| HSV(B) | 217.22º | 0.46% | 0.68% | - |
| XYZ | 19.37 | 19.81 | 42.34 | - |
| YUV | 120.62 | 157.56 | 109.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 124 | 173 | 0.46 | 0.28 | 0 | 0.32 | 217.22 | 0.33 | 0.52 |
| Hex | 5E | 7C | AD | 2E | 1C | 0 | 20 | D9 | 21 | 34 |
| Octal | 136 | 174 | 255 | 56 | 34 | 0 | 40 | 331 | 41 | 64 |
| Binary | 1011110 | 1111100 | 10101101 | 101110 | 11100 | 0 | 100000 | 11011001 | 100001 | 110100 |
Color Harmonies of #5E7CAD
Complementary color
Monochromatic Colors of #5E7CAD
Black with #5E7CAD
Text Example
Text Example
White with #5E7CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7CAD; }
p { color: rgb(94,124,173); }
H1.HeaderClassName
{
color: #5E7CAD;
}
.AnyTagClassName
{
color: #5E7CAD;
}
</style>
background-color css
<style>
a { background-color: #5E7CAD; }
a { background-color: rgb(94,124,173); }
div.DivClassName
{
background-color: #5E7CAD;
}
.BgClassName
{
background-color: #5E7CAD;
}
</style>
border-color css
<style>
span { border-color: #5E7CAD; }
span { border-color: rgb(94,124,173); }
td.TdClassName
{
border-color: #5E7CAD;
}
.TagClassName
{
border-color: #5E7CAD;
}
</style>