Shades of Havelock Blue #577BD8
Tints of Havelock Blue #577BD8
RGB
CMYK
RGB Variations
Color information
#577BD8 (or 0x577BD8) is known color: Havelock Blue. HEX triplet: 57, 7B and D8. RGB value is (87,123,216). Sum of RGB (Red+Green+Blue) = 87+123+216=426 (56% of max value = 765). Red value is 87 (34.38% from 255 or 20.42% from 426); Green value is 123 (48.44% from 255 or 28.87% from 426); Blue value is 216 (84.77% from 255 or 50.70% from 426); Max value from RGB is 216 - color contains mainly: blue. Hex color #577BD8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #577BD8 is #A88427. Grayscale: #7A7A7A. Windows color (decimal): -11043880 or 14187351. OLE color: 14187351.
HSL color Cylindrical-coordinate representation of color #577BD8: hue angle of 223.26º 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 #577BD8 is Cyan = 0.60, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 87 | 123 | 216 | - |
| CMYK | 0.60 | 0.43 | 0 | 0.15 |
| HSL | 223.26º | 0.62% | 0.59% | - |
| HSV(B) | 223.26º | 0.6% | 0.85% | - |
| XYZ | 23.41 | 21.15 | 67.81 | - |
| YUV | 122.84 | 180.57 | 102.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 123 | 216 | 0.60 | 0.43 | 0 | 0.15 | 223.26 | 0.62 | 0.59 |
| Hex | 57 | 7B | D8 | 3C | 2B | 0 | F | DF | 3E | 3B |
| Octal | 127 | 173 | 330 | 74 | 53 | 0 | 17 | 337 | 76 | 73 |
| Binary | 1010111 | 1111011 | 11011000 | 111100 | 101011 | 0 | 1111 | 11011111 | 111110 | 111011 |
Color Harmonies of #577BD8
Complementary color
Monochromatic Colors of #577BD8
Black with #577BD8
Text Example
Text Example
White with #577BD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #577BD8; }
p { color: rgb(87,123,216); }
H1.HeaderClassName
{
color: #577BD8;
}
.AnyTagClassName
{
color: #577BD8;
}
</style>
background-color css
<style>
a { background-color: #577BD8; }
a { background-color: rgb(87,123,216); }
div.DivClassName
{
background-color: #577BD8;
}
.BgClassName
{
background-color: #577BD8;
}
</style>
border-color css
<style>
span { border-color: #577BD8; }
span { border-color: rgb(87,123,216); }
td.TdClassName
{
border-color: #577BD8;
}
.TagClassName
{
border-color: #577BD8;
}
</style>