Shades of Havelock Blue #5A7AAC
Tints of Havelock Blue #5A7AAC
RGB
CMYK
RGB Variations
Color information
#5A7AAC (or 0x5A7AAC) is known color: Havelock Blue. HEX triplet: 5A, 7A and AC. RGB value is (90,122,172). Sum of RGB (Red+Green+Blue) = 90+122+172=384 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.44% from 384); Green value is 122 (48.05% from 255 or 31.77% from 384); Blue value is 172 (67.58% from 255 or 44.79% from 384); Max value from RGB is 172 - color contains mainly: blue. Hex color #5A7AAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A7AAC is #A58553. Grayscale: #757575. Windows color (decimal): -10847572 or 11303514. OLE color: 11303514.
HSL color Cylindrical-coordinate representation of color #5A7AAC: hue angle of 216.59º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5A7AAC is Cyan = 0.48, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 90 | 122 | 172 | - |
| CMYK | 0.48 | 0.29 | 0 | 0.33 |
| HSL | 216.59º | 0.33% | 0.51% | - |
| HSV(B) | 216.59º | 0.48% | 0.67% | - |
| XYZ | 18.62 | 19.07 | 41.73 | - |
| YUV | 118.13 | 158.4 | 107.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 122 | 172 | 0.48 | 0.29 | 0 | 0.33 | 216.59 | 0.33 | 0.51 |
| Hex | 5A | 7A | AC | 30 | 1D | 0 | 21 | D9 | 21 | 33 |
| Octal | 132 | 172 | 254 | 60 | 35 | 0 | 41 | 331 | 41 | 63 |
| Binary | 1011010 | 1111010 | 10101100 | 110000 | 11101 | 0 | 100001 | 11011001 | 100001 | 110011 |
Color Harmonies of #5A7AAC
Complementary color
Monochromatic Colors of #5A7AAC
Black with #5A7AAC
Text Example
Text Example
White with #5A7AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7AAC; }
p { color: rgb(90,122,172); }
H1.HeaderClassName
{
color: #5A7AAC;
}
.AnyTagClassName
{
color: #5A7AAC;
}
</style>
background-color css
<style>
a { background-color: #5A7AAC; }
a { background-color: rgb(90,122,172); }
div.DivClassName
{
background-color: #5A7AAC;
}
.BgClassName
{
background-color: #5A7AAC;
}
</style>
border-color css
<style>
span { border-color: #5A7AAC; }
span { border-color: rgb(90,122,172); }
td.TdClassName
{
border-color: #5A7AAC;
}
.TagClassName
{
border-color: #5A7AAC;
}
</style>