Shades of Havelock Blue #577AAF
Tints of Havelock Blue #577AAF
RGB
CMYK
RGB Variations
Color information
#577AAF (or 0x577AAF) is known color: Havelock Blue. HEX triplet: 57, 7A and AF. RGB value is (87,122,175). Sum of RGB (Red+Green+Blue) = 87+122+175=384 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.66% from 384); Green value is 122 (48.05% from 255 or 31.77% from 384); Blue value is 175 (68.75% from 255 or 45.57% from 384); Max value from RGB is 175 - color contains mainly: blue. Hex color #577AAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577AAF is #A88550. Grayscale: #757575. Windows color (decimal): -11044177 or 11500119. OLE color: 11500119.
HSL color Cylindrical-coordinate representation of color #577AAF: hue angle of 216.14º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #577AAF is Cyan = 0.50, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 87 | 122 | 175 | - |
| CMYK | 0.50 | 0.30 | 0 | 0.31 |
| HSL | 216.14º | 0.35% | 0.51% | - |
| HSV(B) | 216.14º | 0.5% | 0.69% | - |
| XYZ | 18.63 | 19.04 | 43.25 | - |
| YUV | 117.58 | 160.4 | 106.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 122 | 175 | 0.50 | 0.30 | 0 | 0.31 | 216.14 | 0.35 | 0.51 |
| Hex | 57 | 7A | AF | 32 | 1E | 0 | 1F | D8 | 23 | 33 |
| Octal | 127 | 172 | 257 | 62 | 36 | 0 | 37 | 330 | 43 | 63 |
| Binary | 1010111 | 1111010 | 10101111 | 110010 | 11110 | 0 | 11111 | 11011000 | 100011 | 110011 |
Color Harmonies of #577AAF
Complementary color
Monochromatic Colors of #577AAF
Black with #577AAF
Text Example
Text Example
White with #577AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #577AAF; }
p { color: rgb(87,122,175); }
H1.HeaderClassName
{
color: #577AAF;
}
.AnyTagClassName
{
color: #577AAF;
}
</style>
background-color css
<style>
a { background-color: #577AAF; }
a { background-color: rgb(87,122,175); }
div.DivClassName
{
background-color: #577AAF;
}
.BgClassName
{
background-color: #577AAF;
}
</style>
border-color css
<style>
span { border-color: #577AAF; }
span { border-color: rgb(87,122,175); }
td.TdClassName
{
border-color: #577AAF;
}
.TagClassName
{
border-color: #577AAF;
}
</style>