Shades of Havelock Blue #5C7AAE
Tints of Havelock Blue #5C7AAE
RGB
CMYK
RGB Variations
Color information
#5C7AAE (or 0x5C7AAE) is known color: Havelock Blue. HEX triplet: 5C, 7A and AE. RGB value is (92,122,174). Sum of RGB (Red+Green+Blue) = 92+122+174=388 (51% of max value = 765). Red value is 92 (36.33% from 255 or 23.71% from 388); Green value is 122 (48.05% from 255 or 31.44% from 388); Blue value is 174 (68.36% from 255 or 44.85% from 388); Max value from RGB is 174 - color contains mainly: blue. Hex color #5C7AAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C7AAE is #A38551. Grayscale: #767676. Windows color (decimal): -10716498 or 11434588. OLE color: 11434588.
HSL color Cylindrical-coordinate representation of color #5C7AAE: hue angle of 218.05º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5C7AAE is Cyan = 0.47, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 92 | 122 | 174 | - |
| CMYK | 0.47 | 0.30 | 0 | 0.32 |
| HSL | 218.05º | 0.34% | 0.52% | - |
| HSV(B) | 218.05º | 0.47% | 0.68% | - |
| XYZ | 19.01 | 19.25 | 42.76 | - |
| YUV | 118.96 | 159.06 | 108.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 122 | 174 | 0.47 | 0.30 | 0 | 0.32 | 218.05 | 0.34 | 0.52 |
| Hex | 5C | 7A | AE | 2F | 1E | 0 | 20 | DA | 22 | 34 |
| Octal | 134 | 172 | 256 | 57 | 36 | 0 | 40 | 332 | 42 | 64 |
| Binary | 1011100 | 1111010 | 10101110 | 101111 | 11110 | 0 | 100000 | 11011010 | 100010 | 110100 |
Color Harmonies of #5C7AAE
Complementary color
Monochromatic Colors of #5C7AAE
Black with #5C7AAE
Text Example
Text Example
White with #5C7AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7AAE; }
p { color: rgb(92,122,174); }
H1.HeaderClassName
{
color: #5C7AAE;
}
.AnyTagClassName
{
color: #5C7AAE;
}
</style>
background-color css
<style>
a { background-color: #5C7AAE; }
a { background-color: rgb(92,122,174); }
div.DivClassName
{
background-color: #5C7AAE;
}
.BgClassName
{
background-color: #5C7AAE;
}
</style>
border-color css
<style>
span { border-color: #5C7AAE; }
span { border-color: rgb(92,122,174); }
td.TdClassName
{
border-color: #5C7AAE;
}
.TagClassName
{
border-color: #5C7AAE;
}
</style>