Shades of Havelock Blue #577ABC
Tints of Havelock Blue #577ABC
RGB
CMYK
RGB Variations
Color information
#577ABC (or 0x577ABC) is known color: Havelock Blue. HEX triplet: 57, 7A and BC. RGB value is (87,122,188). Sum of RGB (Red+Green+Blue) = 87+122+188=397 (52% of max value = 765). Red value is 87 (34.38% from 255 or 21.91% from 397); Green value is 122 (48.05% from 255 or 30.73% from 397); Blue value is 188 (73.83% from 255 or 47.36% from 397); Max value from RGB is 188 - color contains mainly: blue. Hex color #577ABC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #577ABC is #A88543. Grayscale: #767676. Windows color (decimal): -11044164 or 12352087. OLE color: 12352087.
HSL color Cylindrical-coordinate representation of color #577ABC: hue angle of 219.21º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #577ABC is Cyan = 0.54, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 87 | 122 | 188 | - |
| CMYK | 0.54 | 0.35 | 0 | 0.26 |
| HSL | 219.21º | 0.43% | 0.54% | - |
| HSV(B) | 219.21º | 0.54% | 0.74% | - |
| XYZ | 19.97 | 19.58 | 50.3 | - |
| YUV | 119.06 | 166.9 | 105.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 122 | 188 | 0.54 | 0.35 | 0 | 0.26 | 219.21 | 0.43 | 0.54 |
| Hex | 57 | 7A | BC | 36 | 23 | 0 | 1A | DB | 2B | 36 |
| Octal | 127 | 172 | 274 | 66 | 43 | 0 | 32 | 333 | 53 | 66 |
| Binary | 1010111 | 1111010 | 10111100 | 110110 | 100011 | 0 | 11010 | 11011011 | 101011 | 110110 |
Color Harmonies of #577ABC
Complementary color
Monochromatic Colors of #577ABC
Black with #577ABC
Text Example
Text Example
White with #577ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #577ABC; }
p { color: rgb(87,122,188); }
H1.HeaderClassName
{
color: #577ABC;
}
.AnyTagClassName
{
color: #577ABC;
}
</style>
background-color css
<style>
a { background-color: #577ABC; }
a { background-color: rgb(87,122,188); }
div.DivClassName
{
background-color: #577ABC;
}
.BgClassName
{
background-color: #577ABC;
}
</style>
border-color css
<style>
span { border-color: #577ABC; }
span { border-color: rgb(87,122,188); }
td.TdClassName
{
border-color: #577ABC;
}
.TagClassName
{
border-color: #577ABC;
}
</style>