Shades of Havelock Blue #577BD0
Tints of Havelock Blue #577BD0
RGB
CMYK
RGB Variations
Color information
#577BD0 (or 0x577BD0) is known color: Havelock Blue. HEX triplet: 57, 7B and D0. RGB value is (87,123,208). Sum of RGB (Red+Green+Blue) = 87+123+208=418 (55% of max value = 765). Red value is 87 (34.38% from 255 or 20.81% from 418); Green value is 123 (48.44% from 255 or 29.43% from 418); Blue value is 208 (81.64% from 255 or 49.76% from 418); Max value from RGB is 208 - color contains mainly: blue. Hex color #577BD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #577BD0 is #A8842F. Grayscale: #797979. Windows color (decimal): -11043888 or 13663063. OLE color: 13663063.
HSL color Cylindrical-coordinate representation of color #577BD0: hue angle of 222.15º 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 #577BD0 is Cyan = 0.58, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 87 | 123 | 208 | - |
| CMYK | 0.58 | 0.41 | 0 | 0.18 |
| HSL | 222.15º | 0.56% | 0.58% | - |
| HSV(B) | 222.15º | 0.58% | 0.82% | - |
| XYZ | 22.4 | 20.75 | 62.5 | - |
| YUV | 121.93 | 176.57 | 103.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 123 | 208 | 0.58 | 0.41 | 0 | 0.18 | 222.15 | 0.56 | 0.58 |
| Hex | 57 | 7B | D0 | 3A | 29 | 0 | 12 | DE | 38 | 3A |
| Octal | 127 | 173 | 320 | 72 | 51 | 0 | 22 | 336 | 70 | 72 |
| Binary | 1010111 | 1111011 | 11010000 | 111010 | 101001 | 0 | 10010 | 11011110 | 111000 | 111010 |
Color Harmonies of #577BD0
Complementary color
Monochromatic Colors of #577BD0
Black with #577BD0
Text Example
Text Example
White with #577BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #577BD0; }
p { color: rgb(87,123,208); }
H1.HeaderClassName
{
color: #577BD0;
}
.AnyTagClassName
{
color: #577BD0;
}
</style>
background-color css
<style>
a { background-color: #577BD0; }
a { background-color: rgb(87,123,208); }
div.DivClassName
{
background-color: #577BD0;
}
.BgClassName
{
background-color: #577BD0;
}
</style>
border-color css
<style>
span { border-color: #577BD0; }
span { border-color: rgb(87,123,208); }
td.TdClassName
{
border-color: #577BD0;
}
.TagClassName
{
border-color: #577BD0;
}
</style>