Shades of Havelock Blue #577CB1
Tints of Havelock Blue #577CB1
RGB
CMYK
RGB Variations
Color information
#577CB1 (or 0x577CB1) is known color: Havelock Blue. HEX triplet: 57, 7C and B1. RGB value is (87,124,177). Sum of RGB (Red+Green+Blue) = 87+124+177=388 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.42% from 388); Green value is 124 (48.83% from 255 or 31.96% from 388); Blue value is 177 (69.53% from 255 or 45.62% from 388); Max value from RGB is 177 - color contains mainly: blue. Hex color #577CB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577CB1 is #A8834E. Grayscale: #767676. Windows color (decimal): -11043663 or 11631703. OLE color: 11631703.
HSL color Cylindrical-coordinate representation of color #577CB1: hue angle of 215.33º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #577CB1 is Cyan = 0.51, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 87 | 124 | 177 | - |
| CMYK | 0.51 | 0.30 | 0 | 0.31 |
| HSL | 215.33º | 0.37% | 0.52% | - |
| HSV(B) | 215.33º | 0.51% | 0.69% | - |
| XYZ | 19.07 | 19.62 | 44.38 | - |
| YUV | 118.98 | 160.74 | 105.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 124 | 177 | 0.51 | 0.30 | 0 | 0.31 | 215.33 | 0.37 | 0.52 |
| Hex | 57 | 7C | B1 | 33 | 1E | 0 | 1F | D7 | 25 | 34 |
| Octal | 127 | 174 | 261 | 63 | 36 | 0 | 37 | 327 | 45 | 64 |
| Binary | 1010111 | 1111100 | 10110001 | 110011 | 11110 | 0 | 11111 | 11010111 | 100101 | 110100 |
Color Harmonies of #577CB1
Complementary color
Monochromatic Colors of #577CB1
Black with #577CB1
Text Example
Text Example
White with #577CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #577CB1; }
p { color: rgb(87,124,177); }
H1.HeaderClassName
{
color: #577CB1;
}
.AnyTagClassName
{
color: #577CB1;
}
</style>
background-color css
<style>
a { background-color: #577CB1; }
a { background-color: rgb(87,124,177); }
div.DivClassName
{
background-color: #577CB1;
}
.BgClassName
{
background-color: #577CB1;
}
</style>
border-color css
<style>
span { border-color: #577CB1; }
span { border-color: rgb(87,124,177); }
td.TdClassName
{
border-color: #577CB1;
}
.TagClassName
{
border-color: #577CB1;
}
</style>