Shades of Havelock Blue #577FBC
Tints of Havelock Blue #577FBC
RGB
CMYK
RGB Variations
Color information
#577FBC (or 0x577FBC) is known color: Havelock Blue. HEX triplet: 57, 7F and BC. RGB value is (87,127,188). Sum of RGB (Red+Green+Blue) = 87+127+188=402 (53% of max value = 765). Red value is 87 (34.38% from 255 or 21.64% from 402); Green value is 127 (50% from 255 or 31.59% from 402); Blue value is 188 (73.83% from 255 or 46.77% from 402); Max value from RGB is 188 - color contains mainly: blue. Hex color #577FBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #577FBC is #A88043. Grayscale: #797979. Windows color (decimal): -11042884 or 12353367. OLE color: 12353367.
HSL color Cylindrical-coordinate representation of color #577FBC: hue angle of 216.24º 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 #577FBC is Cyan = 0.54, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 87 | 127 | 188 | - |
| CMYK | 0.54 | 0.32 | 0 | 0.26 |
| HSL | 216.24º | 0.43% | 0.54% | - |
| HSV(B) | 216.24º | 0.54% | 0.74% | - |
| XYZ | 20.6 | 20.84 | 50.51 | - |
| YUV | 121.99 | 165.25 | 103.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 127 | 188 | 0.54 | 0.32 | 0 | 0.26 | 216.24 | 0.43 | 0.54 |
| Hex | 57 | 7F | BC | 36 | 20 | 0 | 1A | D8 | 2B | 36 |
| Octal | 127 | 177 | 274 | 66 | 40 | 0 | 32 | 330 | 53 | 66 |
| Binary | 1010111 | 1111111 | 10111100 | 110110 | 100000 | 0 | 11010 | 11011000 | 101011 | 110110 |
Color Harmonies of #577FBC
Complementary color
Monochromatic Colors of #577FBC
Black with #577FBC
Text Example
Text Example
White with #577FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #577FBC; }
p { color: rgb(87,127,188); }
H1.HeaderClassName
{
color: #577FBC;
}
.AnyTagClassName
{
color: #577FBC;
}
</style>
background-color css
<style>
a { background-color: #577FBC; }
a { background-color: rgb(87,127,188); }
div.DivClassName
{
background-color: #577FBC;
}
.BgClassName
{
background-color: #577FBC;
}
</style>
border-color css
<style>
span { border-color: #577FBC; }
span { border-color: rgb(87,127,188); }
td.TdClassName
{
border-color: #577FBC;
}
.TagClassName
{
border-color: #577FBC;
}
</style>