Shades of Havelock Blue #577AD0
Tints of Havelock Blue #577AD0
RGB
CMYK
RGB Variations
Color information
#577AD0 (or 0x577AD0) is known color: Havelock Blue. HEX triplet: 57, 7A and D0. RGB value is (87,122,208). Sum of RGB (Red+Green+Blue) = 87+122+208=417 (55% of max value = 765). Red value is 87 (34.38% from 255 or 20.86% from 417); Green value is 122 (48.05% from 255 or 29.26% from 417); Blue value is 208 (81.64% from 255 or 49.88% from 417); Max value from RGB is 208 - color contains mainly: blue. Hex color #577AD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #577AD0 is #A8852F. Grayscale: #787878. Windows color (decimal): -11044144 or 13662807. OLE color: 13662807.
HSL color Cylindrical-coordinate representation of color #577AD0: hue angle of 222.64º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #577AD0 is Cyan = 0.58, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 87 | 122 | 208 | - |
| CMYK | 0.58 | 0.41 | 0 | 0.18 |
| HSL | 222.64º | 0.56% | 0.58% | - |
| HSV(B) | 222.64º | 0.58% | 0.82% | - |
| XYZ | 22.28 | 20.5 | 62.46 | - |
| YUV | 121.34 | 176.9 | 103.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 122 | 208 | 0.58 | 0.41 | 0 | 0.18 | 222.64 | 0.56 | 0.58 |
| Hex | 57 | 7A | D0 | 3A | 29 | 0 | 12 | DF | 38 | 3A |
| Octal | 127 | 172 | 320 | 72 | 51 | 0 | 22 | 337 | 70 | 72 |
| Binary | 1010111 | 1111010 | 11010000 | 111010 | 101001 | 0 | 10010 | 11011111 | 111000 | 111010 |
Color Harmonies of #577AD0
Complementary color
Monochromatic Colors of #577AD0
Black with #577AD0
Text Example
Text Example
White with #577AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #577AD0; }
p { color: rgb(87,122,208); }
H1.HeaderClassName
{
color: #577AD0;
}
.AnyTagClassName
{
color: #577AD0;
}
</style>
background-color css
<style>
a { background-color: #577AD0; }
a { background-color: rgb(87,122,208); }
div.DivClassName
{
background-color: #577AD0;
}
.BgClassName
{
background-color: #577AD0;
}
</style>
border-color css
<style>
span { border-color: #577AD0; }
span { border-color: rgb(87,122,208); }
td.TdClassName
{
border-color: #577AD0;
}
.TagClassName
{
border-color: #577AD0;
}
</style>