Shades of Havelock Blue #5679AE
Tints of Havelock Blue #5679AE
RGB
CMYK
RGB Variations
Color information
#5679AE (or 0x5679AE) is known color: Havelock Blue. HEX triplet: 56, 79 and AE. RGB value is (86,121,174). Sum of RGB (Red+Green+Blue) = 86+121+174=381 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.57% from 381); Green value is 121 (47.66% from 255 or 31.76% from 381); Blue value is 174 (68.36% from 255 or 45.67% from 381); Max value from RGB is 174 - color contains mainly: blue. Hex color #5679AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5679AE is #A98651. Grayscale: #747474. Windows color (decimal): -11109970 or 11434326. OLE color: 11434326.
HSL color Cylindrical-coordinate representation of color #5679AE: hue angle of 216.14º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5679AE is Cyan = 0.51, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 86 | 121 | 174 | - |
| CMYK | 0.51 | 0.30 | 0 | 0.32 |
| HSL | 216.14º | 0.35% | 0.51% | - |
| HSV(B) | 216.14º | 0.51% | 0.68% | - |
| XYZ | 18.32 | 18.71 | 42.69 | - |
| YUV | 116.58 | 160.4 | 106.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 121 | 174 | 0.51 | 0.30 | 0 | 0.32 | 216.14 | 0.35 | 0.51 |
| Hex | 56 | 79 | AE | 33 | 1E | 0 | 20 | D8 | 23 | 33 |
| Octal | 126 | 171 | 256 | 63 | 36 | 0 | 40 | 330 | 43 | 63 |
| Binary | 1010110 | 1111001 | 10101110 | 110011 | 11110 | 0 | 100000 | 11011000 | 100011 | 110011 |
Color Harmonies of #5679AE
Complementary color
Monochromatic Colors of #5679AE
Black with #5679AE
Text Example
Text Example
White with #5679AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5679AE; }
p { color: rgb(86,121,174); }
H1.HeaderClassName
{
color: #5679AE;
}
.AnyTagClassName
{
color: #5679AE;
}
</style>
background-color css
<style>
a { background-color: #5679AE; }
a { background-color: rgb(86,121,174); }
div.DivClassName
{
background-color: #5679AE;
}
.BgClassName
{
background-color: #5679AE;
}
</style>
border-color css
<style>
span { border-color: #5679AE; }
span { border-color: rgb(86,121,174); }
td.TdClassName
{
border-color: #5679AE;
}
.TagClassName
{
border-color: #5679AE;
}
</style>