Shades of Havelock Blue #577EC7
Tints of Havelock Blue #577EC7
RGB
CMYK
RGB Variations
Color information
#577EC7 (or 0x577EC7) is known color: Havelock Blue. HEX triplet: 57, 7E and C7. RGB value is (87,126,199). Sum of RGB (Red+Green+Blue) = 87+126+199=412 (54% of max value = 765). Red value is 87 (34.38% from 255 or 21.12% from 412); Green value is 126 (49.61% from 255 or 30.58% from 412); Blue value is 199 (78.12% from 255 or 48.30% from 412); Max value from RGB is 199 - color contains mainly: blue. Hex color #577EC7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #577EC7 is #A88138. Grayscale: #7A7A7A. Windows color (decimal): -11043129 or 13074007. OLE color: 13074007.
HSL color Cylindrical-coordinate representation of color #577EC7: hue angle of 219.11º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #577EC7 is Cyan = 0.56, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 87 | 126 | 199 | - |
| CMYK | 0.56 | 0.37 | 0 | 0.22 |
| HSL | 219.11º | 0.5% | 0.56% | - |
| HSV(B) | 219.11º | 0.56% | 0.78% | - |
| XYZ | 21.7 | 21.07 | 56.96 | - |
| YUV | 122.66 | 171.08 | 102.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 126 | 199 | 0.56 | 0.37 | 0 | 0.22 | 219.11 | 0.5 | 0.56 |
| Hex | 57 | 7E | C7 | 38 | 25 | 0 | 16 | DB | 32 | 38 |
| Octal | 127 | 176 | 307 | 70 | 45 | 0 | 26 | 333 | 62 | 70 |
| Binary | 1010111 | 1111110 | 11000111 | 111000 | 100101 | 0 | 10110 | 11011011 | 110010 | 111000 |
Color Harmonies of #577EC7
Complementary color
Monochromatic Colors of #577EC7
Black with #577EC7
Text Example
Text Example
White with #577EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #577EC7; }
p { color: rgb(87,126,199); }
H1.HeaderClassName
{
color: #577EC7;
}
.AnyTagClassName
{
color: #577EC7;
}
</style>
background-color css
<style>
a { background-color: #577EC7; }
a { background-color: rgb(87,126,199); }
div.DivClassName
{
background-color: #577EC7;
}
.BgClassName
{
background-color: #577EC7;
}
</style>
border-color css
<style>
span { border-color: #577EC7; }
span { border-color: rgb(87,126,199); }
td.TdClassName
{
border-color: #577EC7;
}
.TagClassName
{
border-color: #577EC7;
}
</style>