Shades of Havelock Blue #577AB2
Tints of Havelock Blue #577AB2
RGB
CMYK
RGB Variations
Color information
#577AB2 (or 0x577AB2) is known color: Havelock Blue. HEX triplet: 57, 7A and B2. RGB value is (87,122,178). Sum of RGB (Red+Green+Blue) = 87+122+178=387 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.48% from 387); Green value is 122 (48.05% from 255 or 31.52% from 387); Blue value is 178 (69.92% from 255 or 45.99% from 387); Max value from RGB is 178 - color contains mainly: blue. Hex color #577AB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577AB2 is #A8854D. Grayscale: #757575. Windows color (decimal): -11044174 or 11696727. OLE color: 11696727.
HSL color Cylindrical-coordinate representation of color #577AB2: hue angle of 216.92º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #577AB2 is Cyan = 0.51, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 87 | 122 | 178 | - |
| CMYK | 0.51 | 0.31 | 0 | 0.30 |
| HSL | 216.92º | 0.37% | 0.52% | - |
| HSV(B) | 216.92º | 0.51% | 0.7% | - |
| XYZ | 18.93 | 19.16 | 44.82 | - |
| YUV | 117.92 | 161.9 | 105.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 122 | 178 | 0.51 | 0.31 | 0 | 0.30 | 216.92 | 0.37 | 0.52 |
| Hex | 57 | 7A | B2 | 33 | 1F | 0 | 1E | D9 | 25 | 34 |
| Octal | 127 | 172 | 262 | 63 | 37 | 0 | 36 | 331 | 45 | 64 |
| Binary | 1010111 | 1111010 | 10110010 | 110011 | 11111 | 0 | 11110 | 11011001 | 100101 | 110100 |
Color Harmonies of #577AB2
Complementary color
Monochromatic Colors of #577AB2
Black with #577AB2
Text Example
Text Example
White with #577AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #577AB2; }
p { color: rgb(87,122,178); }
H1.HeaderClassName
{
color: #577AB2;
}
.AnyTagClassName
{
color: #577AB2;
}
</style>
background-color css
<style>
a { background-color: #577AB2; }
a { background-color: rgb(87,122,178); }
div.DivClassName
{
background-color: #577AB2;
}
.BgClassName
{
background-color: #577AB2;
}
</style>
border-color css
<style>
span { border-color: #577AB2; }
span { border-color: rgb(87,122,178); }
td.TdClassName
{
border-color: #577AB2;
}
.TagClassName
{
border-color: #577AB2;
}
</style>