Shades of Havelock Blue #5E7AAD
Tints of Havelock Blue #5E7AAD
RGB
CMYK
RGB Variations
Color information
#5E7AAD (or 0x5E7AAD) is known color: Havelock Blue. HEX triplet: 5E, 7A and AD. RGB value is (94,122,173). Sum of RGB (Red+Green+Blue) = 94+122+173=389 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.16% from 389); Green value is 122 (48.05% from 255 or 31.36% from 389); Blue value is 173 (67.97% from 255 or 44.47% from 389); Max value from RGB is 173 - color contains mainly: blue. Hex color #5E7AAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E7AAD is #A18552. Grayscale: #777777. Windows color (decimal): -10585427 or 11369054. OLE color: 11369054.
HSL color Cylindrical-coordinate representation of color #5E7AAD: hue angle of 218.73º 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 #5E7AAD is Cyan = 0.46, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 94 | 122 | 173 | - |
| CMYK | 0.46 | 0.29 | 0 | 0.32 |
| HSL | 218.73º | 0.33% | 0.52% | - |
| HSV(B) | 218.73º | 0.46% | 0.68% | - |
| XYZ | 19.12 | 19.32 | 42.26 | - |
| YUV | 119.44 | 158.22 | 109.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 122 | 173 | 0.46 | 0.29 | 0 | 0.32 | 218.73 | 0.33 | 0.52 |
| Hex | 5E | 7A | AD | 2E | 1D | 0 | 20 | DB | 21 | 34 |
| Octal | 136 | 172 | 255 | 56 | 35 | 0 | 40 | 333 | 41 | 64 |
| Binary | 1011110 | 1111010 | 10101101 | 101110 | 11101 | 0 | 100000 | 11011011 | 100001 | 110100 |
Color Harmonies of #5E7AAD
Complementary color
Monochromatic Colors of #5E7AAD
Black with #5E7AAD
Text Example
Text Example
White with #5E7AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7AAD; }
p { color: rgb(94,122,173); }
H1.HeaderClassName
{
color: #5E7AAD;
}
.AnyTagClassName
{
color: #5E7AAD;
}
</style>
background-color css
<style>
a { background-color: #5E7AAD; }
a { background-color: rgb(94,122,173); }
div.DivClassName
{
background-color: #5E7AAD;
}
.BgClassName
{
background-color: #5E7AAD;
}
</style>
border-color css
<style>
span { border-color: #5E7AAD; }
span { border-color: rgb(94,122,173); }
td.TdClassName
{
border-color: #5E7AAD;
}
.TagClassName
{
border-color: #5E7AAD;
}
</style>