Shades of Havelock Blue #577EDA
Tints of Havelock Blue #577EDA
RGB
CMYK
RGB Variations
Color information
#577EDA (or 0x577EDA) is known color: Havelock Blue. HEX triplet: 57, 7E and DA. RGB value is (87,126,218). Sum of RGB (Red+Green+Blue) = 87+126+218=431 (57% of max value = 765). Red value is 87 (34.38% from 255 or 20.19% from 431); Green value is 126 (49.61% from 255 or 29.23% from 431); Blue value is 218 (85.55% from 255 or 50.58% from 431); Max value from RGB is 218 - color contains mainly: blue. Hex color #577EDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #577EDA is #A88125. Grayscale: #7C7C7C. Windows color (decimal): -11043110 or 14319191. OLE color: 14319191.
HSL color Cylindrical-coordinate representation of color #577EDA: hue angle of 222.14º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #577EDA is Cyan = 0.60, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 87 | 126 | 218 | - |
| CMYK | 0.60 | 0.42 | 0 | 0.15 |
| HSL | 222.14º | 0.64% | 0.6% | - |
| HSV(B) | 222.14º | 0.6% | 0.85% | - |
| XYZ | 24.05 | 22.01 | 69.31 | - |
| YUV | 124.83 | 180.58 | 101.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 126 | 218 | 0.60 | 0.42 | 0 | 0.15 | 222.14 | 0.64 | 0.6 |
| Hex | 57 | 7E | DA | 3C | 2A | 0 | F | DE | 40 | 3C |
| Octal | 127 | 176 | 332 | 74 | 52 | 0 | 17 | 336 | 100 | 74 |
| Binary | 1010111 | 1111110 | 11011010 | 111100 | 101010 | 0 | 1111 | 11011110 | 1000000 | 111100 |
Color Harmonies of #577EDA
Complementary color
Monochromatic Colors of #577EDA
Black with #577EDA
Text Example
Text Example
White with #577EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #577EDA; }
p { color: rgb(87,126,218); }
H1.HeaderClassName
{
color: #577EDA;
}
.AnyTagClassName
{
color: #577EDA;
}
</style>
background-color css
<style>
a { background-color: #577EDA; }
a { background-color: rgb(87,126,218); }
div.DivClassName
{
background-color: #577EDA;
}
.BgClassName
{
background-color: #577EDA;
}
</style>
border-color css
<style>
span { border-color: #577EDA; }
span { border-color: rgb(87,126,218); }
td.TdClassName
{
border-color: #577EDA;
}
.TagClassName
{
border-color: #577EDA;
}
</style>