Shades of Havelock Blue #577AB0
Tints of Havelock Blue #577AB0
RGB
CMYK
RGB Variations
Color information
#577AB0 (or 0x577AB0) is known color: Havelock Blue. HEX triplet: 57, 7A and B0. RGB value is (87,122,176). Sum of RGB (Red+Green+Blue) = 87+122+176=385 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.60% from 385); Green value is 122 (48.05% from 255 or 31.69% from 385); Blue value is 176 (69.14% from 255 or 45.71% from 385); Max value from RGB is 176 - color contains mainly: blue. Hex color #577AB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577AB0 is #A8854F. Grayscale: #757575. Windows color (decimal): -11044176 or 11565655. OLE color: 11565655.
HSL color Cylindrical-coordinate representation of color #577AB0: hue angle of 216.4º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #577AB0 is Cyan = 0.51, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 87 | 122 | 176 | - |
| CMYK | 0.51 | 0.31 | 0 | 0.31 |
| HSL | 216.4º | 0.36% | 0.52% | - |
| HSV(B) | 216.4º | 0.51% | 0.69% | - |
| XYZ | 18.73 | 19.08 | 43.77 | - |
| YUV | 117.69 | 160.9 | 106.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 122 | 176 | 0.51 | 0.31 | 0 | 0.31 | 216.4 | 0.36 | 0.52 |
| Hex | 57 | 7A | B0 | 33 | 1F | 0 | 1F | D8 | 24 | 34 |
| Octal | 127 | 172 | 260 | 63 | 37 | 0 | 37 | 330 | 44 | 64 |
| Binary | 1010111 | 1111010 | 10110000 | 110011 | 11111 | 0 | 11111 | 11011000 | 100100 | 110100 |
Color Harmonies of #577AB0
Complementary color
Monochromatic Colors of #577AB0
Black with #577AB0
Text Example
Text Example
White with #577AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #577AB0; }
p { color: rgb(87,122,176); }
H1.HeaderClassName
{
color: #577AB0;
}
.AnyTagClassName
{
color: #577AB0;
}
</style>
background-color css
<style>
a { background-color: #577AB0; }
a { background-color: rgb(87,122,176); }
div.DivClassName
{
background-color: #577AB0;
}
.BgClassName
{
background-color: #577AB0;
}
</style>
border-color css
<style>
span { border-color: #577AB0; }
span { border-color: rgb(87,122,176); }
td.TdClassName
{
border-color: #577AB0;
}
.TagClassName
{
border-color: #577AB0;
}
</style>