Shades of Havelock Blue #5A7EAF
Tints of Havelock Blue #5A7EAF
RGB
CMYK
RGB Variations
Color information
#5A7EAF (or 0x5A7EAF) is known color: Havelock Blue. HEX triplet: 5A, 7E and AF. RGB value is (90,126,175). Sum of RGB (Red+Green+Blue) = 90+126+175=391 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.02% from 391); Green value is 126 (49.61% from 255 or 32.23% from 391); Blue value is 175 (68.75% from 255 or 44.76% from 391); Max value from RGB is 175 - color contains mainly: blue. Hex color #5A7EAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A7EAF is #A58150. Grayscale: #787878. Windows color (decimal): -10846545 or 11501146. OLE color: 11501146.
HSL color Cylindrical-coordinate representation of color #5A7EAF: hue angle of 214.59º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5A7EAF is Cyan = 0.49, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 90 | 126 | 175 | - |
| CMYK | 0.49 | 0.28 | 0 | 0.31 |
| HSL | 214.59º | 0.35% | 0.52% | - |
| HSV(B) | 214.59º | 0.49% | 0.69% | - |
| XYZ | 19.42 | 20.19 | 43.43 | - |
| YUV | 120.82 | 158.57 | 106.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 126 | 175 | 0.49 | 0.28 | 0 | 0.31 | 214.59 | 0.35 | 0.52 |
| Hex | 5A | 7E | AF | 31 | 1C | 0 | 1F | D7 | 23 | 34 |
| Octal | 132 | 176 | 257 | 61 | 34 | 0 | 37 | 327 | 43 | 64 |
| Binary | 1011010 | 1111110 | 10101111 | 110001 | 11100 | 0 | 11111 | 11010111 | 100011 | 110100 |
Color Harmonies of #5A7EAF
Complementary color
Monochromatic Colors of #5A7EAF
Black with #5A7EAF
Text Example
Text Example
White with #5A7EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7EAF; }
p { color: rgb(90,126,175); }
H1.HeaderClassName
{
color: #5A7EAF;
}
.AnyTagClassName
{
color: #5A7EAF;
}
</style>
background-color css
<style>
a { background-color: #5A7EAF; }
a { background-color: rgb(90,126,175); }
div.DivClassName
{
background-color: #5A7EAF;
}
.BgClassName
{
background-color: #5A7EAF;
}
</style>
border-color css
<style>
span { border-color: #5A7EAF; }
span { border-color: rgb(90,126,175); }
td.TdClassName
{
border-color: #5A7EAF;
}
.TagClassName
{
border-color: #5A7EAF;
}
</style>