Shades of Havelock Blue #5A7ACE
Tints of Havelock Blue #5A7ACE
RGB
CMYK
RGB Variations
Color information
#5A7ACE (or 0x5A7ACE) is known color: Havelock Blue. HEX triplet: 5A, 7A and CE. RGB value is (90,122,206). Sum of RGB (Red+Green+Blue) = 90+122+206=418 (55% of max value = 765). Red value is 90 (35.55% from 255 or 21.53% from 418); Green value is 122 (48.05% from 255 or 29.19% from 418); Blue value is 206 (80.86% from 255 or 49.28% from 418); Max value from RGB is 206 - color contains mainly: blue. Hex color #5A7ACE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A7ACE is #A58531. Grayscale: #797979. Windows color (decimal): -10847538 or 13531738. OLE color: 13531738.
HSL color Cylindrical-coordinate representation of color #5A7ACE: hue angle of 223.45º 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 #5A7ACE is Cyan = 0.56, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 90 | 122 | 206 | - |
| CMYK | 0.56 | 0.41 | 0 | 0.19 |
| HSL | 223.45º | 0.54% | 0.58% | - |
| HSV(B) | 223.45º | 0.56% | 0.81% | - |
| XYZ | 22.32 | 20.55 | 61.18 | - |
| YUV | 122.01 | 175.4 | 105.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 122 | 206 | 0.56 | 0.41 | 0 | 0.19 | 223.45 | 0.54 | 0.58 |
| Hex | 5A | 7A | CE | 38 | 29 | 0 | 13 | DF | 36 | 3A |
| Octal | 132 | 172 | 316 | 70 | 51 | 0 | 23 | 337 | 66 | 72 |
| Binary | 1011010 | 1111010 | 11001110 | 111000 | 101001 | 0 | 10011 | 11011111 | 110110 | 111010 |
Color Harmonies of #5A7ACE
Complementary color
Monochromatic Colors of #5A7ACE
Black with #5A7ACE
Text Example
Text Example
White with #5A7ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7ACE; }
p { color: rgb(90,122,206); }
H1.HeaderClassName
{
color: #5A7ACE;
}
.AnyTagClassName
{
color: #5A7ACE;
}
</style>
background-color css
<style>
a { background-color: #5A7ACE; }
a { background-color: rgb(90,122,206); }
div.DivClassName
{
background-color: #5A7ACE;
}
.BgClassName
{
background-color: #5A7ACE;
}
</style>
border-color css
<style>
span { border-color: #5A7ACE; }
span { border-color: rgb(90,122,206); }
td.TdClassName
{
border-color: #5A7ACE;
}
.TagClassName
{
border-color: #5A7ACE;
}
</style>