Shades of Havelock Blue #5A7ECE
Tints of Havelock Blue #5A7ECE
RGB
CMYK
RGB Variations
Color information
#5A7ECE (or 0x5A7ECE) is known color: Havelock Blue. HEX triplet: 5A, 7E and CE. RGB value is (90,126,206). Sum of RGB (Red+Green+Blue) = 90+126+206=422 (55% of max value = 765). Red value is 90 (35.55% from 255 or 21.33% from 422); Green value is 126 (49.61% from 255 or 29.86% from 422); Blue value is 206 (80.86% from 255 or 48.82% from 422); Max value from RGB is 206 - color contains mainly: blue. Hex color #5A7ECE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A7ECE is #A58131. Grayscale: #7B7B7B. Windows color (decimal): -10846514 or 13532762. OLE color: 13532762.
HSL color Cylindrical-coordinate representation of color #5A7ECE: hue angle of 221.38º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5A7ECE is Cyan = 0.56, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 90 | 126 | 206 | - |
| CMYK | 0.56 | 0.39 | 0 | 0.19 |
| HSL | 221.38º | 0.54% | 0.58% | - |
| HSV(B) | 221.38º | 0.56% | 0.81% | - |
| XYZ | 22.82 | 21.55 | 61.35 | - |
| YUV | 124.36 | 174.07 | 103.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 126 | 206 | 0.56 | 0.39 | 0 | 0.19 | 221.38 | 0.54 | 0.58 |
| Hex | 5A | 7E | CE | 38 | 27 | 0 | 13 | DD | 36 | 3A |
| Octal | 132 | 176 | 316 | 70 | 47 | 0 | 23 | 335 | 66 | 72 |
| Binary | 1011010 | 1111110 | 11001110 | 111000 | 100111 | 0 | 10011 | 11011101 | 110110 | 111010 |
Color Harmonies of #5A7ECE
Complementary color
Monochromatic Colors of #5A7ECE
Black with #5A7ECE
Text Example
Text Example
White with #5A7ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7ECE; }
p { color: rgb(90,126,206); }
H1.HeaderClassName
{
color: #5A7ECE;
}
.AnyTagClassName
{
color: #5A7ECE;
}
</style>
background-color css
<style>
a { background-color: #5A7ECE; }
a { background-color: rgb(90,126,206); }
div.DivClassName
{
background-color: #5A7ECE;
}
.BgClassName
{
background-color: #5A7ECE;
}
</style>
border-color css
<style>
span { border-color: #5A7ECE; }
span { border-color: rgb(90,126,206); }
td.TdClassName
{
border-color: #5A7ECE;
}
.TagClassName
{
border-color: #5A7ECE;
}
</style>