Shades of Havelock Blue #577ABB
Tints of Havelock Blue #577ABB
RGB
CMYK
RGB Variations
Color information
#577ABB (or 0x577ABB) is known color: Havelock Blue. HEX triplet: 57, 7A and BB. RGB value is (87,122,187). Sum of RGB (Red+Green+Blue) = 87+122+187=396 (52% of max value = 765). Red value is 87 (34.38% from 255 or 21.97% from 396); Green value is 122 (48.05% from 255 or 30.81% from 396); Blue value is 187 (73.44% from 255 or 47.22% from 396); Max value from RGB is 187 - color contains mainly: blue. Hex color #577ABB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #577ABB is #A88544. Grayscale: #767676. Windows color (decimal): -11044165 or 12286551. OLE color: 12286551.
HSL color Cylindrical-coordinate representation of color #577ABB: hue angle of 219º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #577ABB is Cyan = 0.53, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 87 | 122 | 187 | - |
| CMYK | 0.53 | 0.35 | 0 | 0.27 |
| HSL | 219º | 0.42% | 0.54% | - |
| HSV(B) | 219º | 0.53% | 0.73% | - |
| XYZ | 19.86 | 19.53 | 49.74 | - |
| YUV | 118.95 | 166.4 | 105.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 122 | 187 | 0.53 | 0.35 | 0 | 0.27 | 219 | 0.42 | 0.54 |
| Hex | 57 | 7A | BB | 35 | 23 | 0 | 1B | DB | 2A | 36 |
| Octal | 127 | 172 | 273 | 65 | 43 | 0 | 33 | 333 | 52 | 66 |
| Binary | 1010111 | 1111010 | 10111011 | 110101 | 100011 | 0 | 11011 | 11011011 | 101010 | 110110 |
Color Harmonies of #577ABB
Complementary color
Monochromatic Colors of #577ABB
Black with #577ABB
Text Example
Text Example
White with #577ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #577ABB; }
p { color: rgb(87,122,187); }
H1.HeaderClassName
{
color: #577ABB;
}
.AnyTagClassName
{
color: #577ABB;
}
</style>
background-color css
<style>
a { background-color: #577ABB; }
a { background-color: rgb(87,122,187); }
div.DivClassName
{
background-color: #577ABB;
}
.BgClassName
{
background-color: #577ABB;
}
</style>
border-color css
<style>
span { border-color: #577ABB; }
span { border-color: rgb(87,122,187); }
td.TdClassName
{
border-color: #577ABB;
}
.TagClassName
{
border-color: #577ABB;
}
</style>