Shades of Havelock Blue #577DCC
Tints of Havelock Blue #577DCC
RGB
CMYK
RGB Variations
Color information
#577DCC (or 0x577DCC) is known color: Havelock Blue. HEX triplet: 57, 7D and CC. RGB value is (87,125,204). Sum of RGB (Red+Green+Blue) = 87+125+204=416 (55% of max value = 765). Red value is 87 (34.38% from 255 or 20.91% from 416); Green value is 125 (49.22% from 255 or 30.05% from 416); Blue value is 204 (80.08% from 255 or 49.04% from 416); Max value from RGB is 204 - color contains mainly: blue. Hex color #577DCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #577DCC is #A88233. Grayscale: #7A7A7A. Windows color (decimal): -11043380 or 13401431. OLE color: 13401431.
HSL color Cylindrical-coordinate representation of color #577DCC: hue angle of 220.51º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #577DCC is Cyan = 0.57, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 87 | 125 | 204 | - |
| CMYK | 0.57 | 0.39 | 0 | 0.2 |
| HSL | 220.51º | 0.53% | 0.57% | - |
| HSV(B) | 220.51º | 0.57% | 0.8% | - |
| XYZ | 22.16 | 21.05 | 60.02 | - |
| YUV | 122.64 | 173.91 | 102.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 125 | 204 | 0.57 | 0.39 | 0 | 0.2 | 220.51 | 0.53 | 0.57 |
| Hex | 57 | 7D | CC | 39 | 27 | 0 | 14 | DD | 35 | 39 |
| Octal | 127 | 175 | 314 | 71 | 47 | 0 | 24 | 335 | 65 | 71 |
| Binary | 1010111 | 1111101 | 11001100 | 111001 | 100111 | 0 | 10100 | 11011101 | 110101 | 111001 |
Color Harmonies of #577DCC
Complementary color
Monochromatic Colors of #577DCC
Black with #577DCC
Text Example
Text Example
White with #577DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #577DCC; }
p { color: rgb(87,125,204); }
H1.HeaderClassName
{
color: #577DCC;
}
.AnyTagClassName
{
color: #577DCC;
}
</style>
background-color css
<style>
a { background-color: #577DCC; }
a { background-color: rgb(87,125,204); }
div.DivClassName
{
background-color: #577DCC;
}
.BgClassName
{
background-color: #577DCC;
}
</style>
border-color css
<style>
span { border-color: #577DCC; }
span { border-color: rgb(87,125,204); }
td.TdClassName
{
border-color: #577DCC;
}
.TagClassName
{
border-color: #577DCC;
}
</style>