Shades of Havelock Blue #577ED8
Tints of Havelock Blue #577ED8
RGB
CMYK
RGB Variations
Color information
#577ED8 (or 0x577ED8) is known color: Havelock Blue. HEX triplet: 57, 7E and D8. RGB value is (87,126,216). Sum of RGB (Red+Green+Blue) = 87+126+216=429 (56% of max value = 765). Red value is 87 (34.38% from 255 or 20.28% from 429); Green value is 126 (49.61% from 255 or 29.37% from 429); Blue value is 216 (84.77% from 255 or 50.35% from 429); Max value from RGB is 216 - color contains mainly: blue. Hex color #577ED8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #577ED8 is #A88127. Grayscale: #7C7C7C. Windows color (decimal): -11043112 or 14188119. OLE color: 14188119.
HSL color Cylindrical-coordinate representation of color #577ED8: hue angle of 221.86º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #577ED8 is Cyan = 0.60, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 87 | 126 | 216 | - |
| CMYK | 0.60 | 0.42 | 0 | 0.15 |
| HSL | 221.86º | 0.62% | 0.59% | - |
| HSV(B) | 221.86º | 0.6% | 0.85% | - |
| XYZ | 23.79 | 21.91 | 67.94 | - |
| YUV | 124.6 | 179.58 | 101.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 126 | 216 | 0.60 | 0.42 | 0 | 0.15 | 221.86 | 0.62 | 0.59 |
| Hex | 57 | 7E | D8 | 3C | 2A | 0 | F | DE | 3E | 3B |
| Octal | 127 | 176 | 330 | 74 | 52 | 0 | 17 | 336 | 76 | 73 |
| Binary | 1010111 | 1111110 | 11011000 | 111100 | 101010 | 0 | 1111 | 11011110 | 111110 | 111011 |
Color Harmonies of #577ED8
Complementary color
Monochromatic Colors of #577ED8
Black with #577ED8
Text Example
Text Example
White with #577ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #577ED8; }
p { color: rgb(87,126,216); }
H1.HeaderClassName
{
color: #577ED8;
}
.AnyTagClassName
{
color: #577ED8;
}
</style>
background-color css
<style>
a { background-color: #577ED8; }
a { background-color: rgb(87,126,216); }
div.DivClassName
{
background-color: #577ED8;
}
.BgClassName
{
background-color: #577ED8;
}
</style>
border-color css
<style>
span { border-color: #577ED8; }
span { border-color: rgb(87,126,216); }
td.TdClassName
{
border-color: #577ED8;
}
.TagClassName
{
border-color: #577ED8;
}
</style>