Shades of Havelock Blue #5579AF
Tints of Havelock Blue #5579AF
RGB
CMYK
RGB Variations
Color information
#5579AF (or 0x5579AF) is known color: Havelock Blue. HEX triplet: 55, 79 and AF. RGB value is (85,121,175). Sum of RGB (Red+Green+Blue) = 85+121+175=381 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.31% from 381); Green value is 121 (47.66% from 255 or 31.76% from 381); Blue value is 175 (68.75% from 255 or 45.93% from 381); Max value from RGB is 175 - color contains mainly: blue. Hex color #5579AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5579AF is #AA8650. Grayscale: #747474. Windows color (decimal): -11175505 or 11499861. OLE color: 11499861.
HSL color Cylindrical-coordinate representation of color #5579AF: hue angle of 216º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5579AF is Cyan = 0.51, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 85 | 121 | 175 | - |
| CMYK | 0.51 | 0.31 | 0 | 0.31 |
| HSL | 216º | 0.36% | 0.51% | - |
| HSV(B) | 216º | 0.51% | 0.69% | - |
| XYZ | 18.32 | 18.7 | 43.2 | - |
| YUV | 116.39 | 161.07 | 105.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 121 | 175 | 0.51 | 0.31 | 0 | 0.31 | 216 | 0.36 | 0.51 |
| Hex | 55 | 79 | AF | 33 | 1F | 0 | 1F | D8 | 24 | 33 |
| Octal | 125 | 171 | 257 | 63 | 37 | 0 | 37 | 330 | 44 | 63 |
| Binary | 1010101 | 1111001 | 10101111 | 110011 | 11111 | 0 | 11111 | 11011000 | 100100 | 110011 |
Color Harmonies of #5579AF
Complementary color
Monochromatic Colors of #5579AF
Black with #5579AF
Text Example
Text Example
White with #5579AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5579AF; }
p { color: rgb(85,121,175); }
H1.HeaderClassName
{
color: #5579AF;
}
.AnyTagClassName
{
color: #5579AF;
}
</style>
background-color css
<style>
a { background-color: #5579AF; }
a { background-color: rgb(85,121,175); }
div.DivClassName
{
background-color: #5579AF;
}
.BgClassName
{
background-color: #5579AF;
}
</style>
border-color css
<style>
span { border-color: #5579AF; }
span { border-color: rgb(85,121,175); }
td.TdClassName
{
border-color: #5579AF;
}
.TagClassName
{
border-color: #5579AF;
}
</style>