Shades of Havelock Blue #5A7EBE
Tints of Havelock Blue #5A7EBE
RGB
CMYK
RGB Variations
Color information
#5A7EBE (or 0x5A7EBE) is known color: Havelock Blue. HEX triplet: 5A, 7E and BE. RGB value is (90,126,190). Sum of RGB (Red+Green+Blue) = 90+126+190=406 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.17% from 406); Green value is 126 (49.61% from 255 or 31.03% from 406); Blue value is 190 (74.61% from 255 or 46.80% from 406); Max value from RGB is 190 - color contains mainly: blue. Hex color #5A7EBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A7EBE is #A58141. Grayscale: #7A7A7A. Windows color (decimal): -10846530 or 12484186. OLE color: 12484186.
HSL color Cylindrical-coordinate representation of color #5A7EBE: hue angle of 218.4º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5A7EBE is Cyan = 0.53, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 90 | 126 | 190 | - |
| CMYK | 0.53 | 0.34 | 0 | 0.25 |
| HSL | 218.4º | 0.43% | 0.55% | - |
| HSV(B) | 218.4º | 0.53% | 0.75% | - |
| XYZ | 20.97 | 20.81 | 51.63 | - |
| YUV | 122.53 | 166.07 | 104.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 126 | 190 | 0.53 | 0.34 | 0 | 0.25 | 218.4 | 0.43 | 0.55 |
| Hex | 5A | 7E | BE | 35 | 22 | 0 | 19 | DA | 2B | 37 |
| Octal | 132 | 176 | 276 | 65 | 42 | 0 | 31 | 332 | 53 | 67 |
| Binary | 1011010 | 1111110 | 10111110 | 110101 | 100010 | 0 | 11001 | 11011010 | 101011 | 110111 |
Color Harmonies of #5A7EBE
Complementary color
Monochromatic Colors of #5A7EBE
Black with #5A7EBE
Text Example
Text Example
White with #5A7EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7EBE; }
p { color: rgb(90,126,190); }
H1.HeaderClassName
{
color: #5A7EBE;
}
.AnyTagClassName
{
color: #5A7EBE;
}
</style>
background-color css
<style>
a { background-color: #5A7EBE; }
a { background-color: rgb(90,126,190); }
div.DivClassName
{
background-color: #5A7EBE;
}
.BgClassName
{
background-color: #5A7EBE;
}
</style>
border-color css
<style>
span { border-color: #5A7EBE; }
span { border-color: rgb(90,126,190); }
td.TdClassName
{
border-color: #5A7EBE;
}
.TagClassName
{
border-color: #5A7EBE;
}
</style>