Shades of Havelock Blue #577CB7
Tints of Havelock Blue #577CB7
RGB
CMYK
RGB Variations
Color information
#577CB7 (or 0x577CB7) is known color: Havelock Blue. HEX triplet: 57, 7C and B7. RGB value is (87,124,183). Sum of RGB (Red+Green+Blue) = 87+124+183=394 (52% of max value = 765). Red value is 87 (34.38% from 255 or 22.08% from 394); Green value is 124 (48.83% from 255 or 31.47% from 394); Blue value is 183 (71.88% from 255 or 46.45% from 394); Max value from RGB is 183 - color contains mainly: blue. Hex color #577CB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #577CB7 is #A88348. Grayscale: #777777. Windows color (decimal): -11043657 or 12024919. OLE color: 12024919.
HSL color Cylindrical-coordinate representation of color #577CB7: hue angle of 216.88º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #577CB7 is Cyan = 0.52, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 87 | 124 | 183 | - |
| CMYK | 0.52 | 0.32 | 0 | 0.28 |
| HSL | 216.88º | 0.4% | 0.53% | - |
| HSV(B) | 216.88º | 0.52% | 0.72% | - |
| XYZ | 19.69 | 19.86 | 47.6 | - |
| YUV | 119.66 | 163.74 | 104.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 124 | 183 | 0.52 | 0.32 | 0 | 0.28 | 216.88 | 0.4 | 0.53 |
| Hex | 57 | 7C | B7 | 34 | 20 | 0 | 1C | D9 | 28 | 35 |
| Octal | 127 | 174 | 267 | 64 | 40 | 0 | 34 | 331 | 50 | 65 |
| Binary | 1010111 | 1111100 | 10110111 | 110100 | 100000 | 0 | 11100 | 11011001 | 101000 | 110101 |
Color Harmonies of #577CB7
Complementary color
Monochromatic Colors of #577CB7
Black with #577CB7
Text Example
Text Example
White with #577CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #577CB7; }
p { color: rgb(87,124,183); }
H1.HeaderClassName
{
color: #577CB7;
}
.AnyTagClassName
{
color: #577CB7;
}
</style>
background-color css
<style>
a { background-color: #577CB7; }
a { background-color: rgb(87,124,183); }
div.DivClassName
{
background-color: #577CB7;
}
.BgClassName
{
background-color: #577CB7;
}
</style>
border-color css
<style>
span { border-color: #577CB7; }
span { border-color: rgb(87,124,183); }
td.TdClassName
{
border-color: #577CB7;
}
.TagClassName
{
border-color: #577CB7;
}
</style>