Shades of Havelock Blue #577EDC
Tints of Havelock Blue #577EDC
RGB
CMYK
RGB Variations
Color information
#577EDC (or 0x577EDC) is known color: Havelock Blue. HEX triplet: 57, 7E and DC. RGB value is (87,126,220). Sum of RGB (Red+Green+Blue) = 87+126+220=433 (57% of max value = 765). Red value is 87 (34.38% from 255 or 20.09% from 433); Green value is 126 (49.61% from 255 or 29.10% from 433); Blue value is 220 (86.33% from 255 or 50.81% from 433); Max value from RGB is 220 - color contains mainly: blue. Hex color #577EDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #577EDC is #A88123. Grayscale: #7C7C7C. Windows color (decimal): -11043108 or 14450263. OLE color: 14450263.
HSL color Cylindrical-coordinate representation of color #577EDC: hue angle of 222.41º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #577EDC is Cyan = 0.60, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 87 | 126 | 220 | - |
| CMYK | 0.60 | 0.43 | 0 | 0.14 |
| HSL | 222.41º | 0.66% | 0.6% | - |
| HSV(B) | 222.41º | 0.6% | 0.86% | - |
| XYZ | 24.31 | 22.12 | 70.7 | - |
| YUV | 125.06 | 181.58 | 100.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 126 | 220 | 0.60 | 0.43 | 0 | 0.14 | 222.41 | 0.66 | 0.6 |
| Hex | 57 | 7E | DC | 3C | 2B | 0 | E | DE | 42 | 3C |
| Octal | 127 | 176 | 334 | 74 | 53 | 0 | 16 | 336 | 102 | 74 |
| Binary | 1010111 | 1111110 | 11011100 | 111100 | 101011 | 0 | 1110 | 11011110 | 1000010 | 111100 |
Color Harmonies of #577EDC
Complementary color
Monochromatic Colors of #577EDC
Black with #577EDC
Text Example
Text Example
White with #577EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #577EDC; }
p { color: rgb(87,126,220); }
H1.HeaderClassName
{
color: #577EDC;
}
.AnyTagClassName
{
color: #577EDC;
}
</style>
background-color css
<style>
a { background-color: #577EDC; }
a { background-color: rgb(87,126,220); }
div.DivClassName
{
background-color: #577EDC;
}
.BgClassName
{
background-color: #577EDC;
}
</style>
border-color css
<style>
span { border-color: #577EDC; }
span { border-color: rgb(87,126,220); }
td.TdClassName
{
border-color: #577EDC;
}
.TagClassName
{
border-color: #577EDC;
}
</style>