Shades of Havelock Blue #577AD8
Tints of Havelock Blue #577AD8
RGB
CMYK
RGB Variations
Color information
#577AD8 (or 0x577AD8) is known color: Havelock Blue. HEX triplet: 57, 7A and D8. RGB value is (87,122,216). Sum of RGB (Red+Green+Blue) = 87+122+216=425 (56% of max value = 765). Red value is 87 (34.38% from 255 or 20.47% from 425); Green value is 122 (48.05% from 255 or 28.71% from 425); Blue value is 216 (84.77% from 255 or 50.82% from 425); Max value from RGB is 216 - color contains mainly: blue. Hex color #577AD8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #577AD8 is #A88527. Grayscale: #797979. Windows color (decimal): -11044136 or 14187095. OLE color: 14187095.
HSL color Cylindrical-coordinate representation of color #577AD8: hue angle of 223.72º 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 #577AD8 is Cyan = 0.60, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 87 | 122 | 216 | - |
| CMYK | 0.60 | 0.44 | 0 | 0.15 |
| HSL | 223.72º | 0.62% | 0.59% | - |
| HSV(B) | 223.72º | 0.6% | 0.85% | - |
| XYZ | 23.28 | 20.9 | 67.77 | - |
| YUV | 122.25 | 180.9 | 102.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 122 | 216 | 0.60 | 0.44 | 0 | 0.15 | 223.72 | 0.62 | 0.59 |
| Hex | 57 | 7A | D8 | 3C | 2C | 0 | F | E0 | 3E | 3B |
| Octal | 127 | 172 | 330 | 74 | 54 | 0 | 17 | 340 | 76 | 73 |
| Binary | 1010111 | 1111010 | 11011000 | 111100 | 101100 | 0 | 1111 | 11100000 | 111110 | 111011 |
Color Harmonies of #577AD8
Complementary color
Monochromatic Colors of #577AD8
Black with #577AD8
Text Example
Text Example
White with #577AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #577AD8; }
p { color: rgb(87,122,216); }
H1.HeaderClassName
{
color: #577AD8;
}
.AnyTagClassName
{
color: #577AD8;
}
</style>
background-color css
<style>
a { background-color: #577AD8; }
a { background-color: rgb(87,122,216); }
div.DivClassName
{
background-color: #577AD8;
}
.BgClassName
{
background-color: #577AD8;
}
</style>
border-color css
<style>
span { border-color: #577AD8; }
span { border-color: rgb(87,122,216); }
td.TdClassName
{
border-color: #577AD8;
}
.TagClassName
{
border-color: #577AD8;
}
</style>