Shades of Havelock Blue #577DC2
Tints of Havelock Blue #577DC2
RGB
CMYK
RGB Variations
Color information
#577DC2 (or 0x577DC2) is known color: Havelock Blue. HEX triplet: 57, 7D and C2. RGB value is (87,125,194). Sum of RGB (Red+Green+Blue) = 87+125+194=406 (53% of max value = 765). Red value is 87 (34.38% from 255 or 21.43% from 406); Green value is 125 (49.22% from 255 or 30.79% from 406); Blue value is 194 (76.17% from 255 or 47.78% from 406); Max value from RGB is 194 - color contains mainly: blue. Hex color #577DC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #577DC2 is #A8823D. Grayscale: #797979. Windows color (decimal): -11043390 or 12746071. OLE color: 12746071.
HSL color Cylindrical-coordinate representation of color #577DC2: hue angle of 218.69º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #577DC2 is Cyan = 0.55, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 87 | 125 | 194 | - |
| CMYK | 0.55 | 0.36 | 0 | 0.24 |
| HSL | 218.69º | 0.47% | 0.55% | - |
| HSV(B) | 218.69º | 0.55% | 0.76% | - |
| XYZ | 21 | 20.59 | 53.91 | - |
| YUV | 121.5 | 168.91 | 103.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 125 | 194 | 0.55 | 0.36 | 0 | 0.24 | 218.69 | 0.47 | 0.55 |
| Hex | 57 | 7D | C2 | 37 | 24 | 0 | 18 | DB | 2F | 37 |
| Octal | 127 | 175 | 302 | 67 | 44 | 0 | 30 | 333 | 57 | 67 |
| Binary | 1010111 | 1111101 | 11000010 | 110111 | 100100 | 0 | 11000 | 11011011 | 101111 | 110111 |
Color Harmonies of #577DC2
Complementary color
Monochromatic Colors of #577DC2
Black with #577DC2
Text Example
Text Example
White with #577DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #577DC2; }
p { color: rgb(87,125,194); }
H1.HeaderClassName
{
color: #577DC2;
}
.AnyTagClassName
{
color: #577DC2;
}
</style>
background-color css
<style>
a { background-color: #577DC2; }
a { background-color: rgb(87,125,194); }
div.DivClassName
{
background-color: #577DC2;
}
.BgClassName
{
background-color: #577DC2;
}
</style>
border-color css
<style>
span { border-color: #577DC2; }
span { border-color: rgb(87,125,194); }
td.TdClassName
{
border-color: #577DC2;
}
.TagClassName
{
border-color: #577DC2;
}
</style>