Shades of Havelock Blue #577BD1
Tints of Havelock Blue #577BD1
RGB
CMYK
RGB Variations
Color information
#577BD1 (or 0x577BD1) is known color: Havelock Blue. HEX triplet: 57, 7B and D1. RGB value is (87,123,209). Sum of RGB (Red+Green+Blue) = 87+123+209=419 (55% of max value = 765). Red value is 87 (34.38% from 255 or 20.76% from 419); Green value is 123 (48.44% from 255 or 29.36% from 419); Blue value is 209 (82.03% from 255 or 49.88% from 419); Max value from RGB is 209 - color contains mainly: blue. Hex color #577BD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #577BD1 is #A8842E. Grayscale: #797979. Windows color (decimal): -11043887 or 13728599. OLE color: 13728599.
HSL color Cylindrical-coordinate representation of color #577BD1: hue angle of 222.3º degrees, saturation: 0.57, 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 #577BD1 is Cyan = 0.58, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 87 | 123 | 209 | - |
| CMYK | 0.58 | 0.41 | 0 | 0.18 |
| HSL | 222.3º | 0.57% | 0.58% | - |
| HSV(B) | 222.3º | 0.58% | 0.82% | - |
| XYZ | 22.52 | 20.8 | 63.15 | - |
| YUV | 122.04 | 177.07 | 103.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 123 | 209 | 0.58 | 0.41 | 0 | 0.18 | 222.3 | 0.57 | 0.58 |
| Hex | 57 | 7B | D1 | 3A | 29 | 0 | 12 | DE | 39 | 3A |
| Octal | 127 | 173 | 321 | 72 | 51 | 0 | 22 | 336 | 71 | 72 |
| Binary | 1010111 | 1111011 | 11010001 | 111010 | 101001 | 0 | 10010 | 11011110 | 111001 | 111010 |
Color Harmonies of #577BD1
Complementary color
Monochromatic Colors of #577BD1
Black with #577BD1
Text Example
Text Example
White with #577BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #577BD1; }
p { color: rgb(87,123,209); }
H1.HeaderClassName
{
color: #577BD1;
}
.AnyTagClassName
{
color: #577BD1;
}
</style>
background-color css
<style>
a { background-color: #577BD1; }
a { background-color: rgb(87,123,209); }
div.DivClassName
{
background-color: #577BD1;
}
.BgClassName
{
background-color: #577BD1;
}
</style>
border-color css
<style>
span { border-color: #577BD1; }
span { border-color: rgb(87,123,209); }
td.TdClassName
{
border-color: #577BD1;
}
.TagClassName
{
border-color: #577BD1;
}
</style>