Shades of Como #577C5E
Tints of Como #577C5E
RGB
CMYK
RGB Variations
Color information
#577C5E (or 0x577C5E) is known color: Como. HEX triplet: 57, 7C and 5E. RGB value is (87,124,94). Sum of RGB (Red+Green+Blue) = 87+124+94=305 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.52% from 305); Green value is 124 (48.83% from 255 or 40.66% from 305); Blue value is 94 (37.11% from 255 or 30.82% from 305); Max value from RGB is 124 - color contains mainly: green. Hex color #577C5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #577C5E is #A883A1. Grayscale: #6D6D6D. Windows color (decimal): -11043746 or 6192215. OLE color: 6192215.
HSL color Cylindrical-coordinate representation of color #577C5E: hue angle of 131.35º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #577C5E is Cyan = 0.30, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 87 | 124 | 94 | - |
| CMYK | 0.30 | 0 | 0.24 | 0.51 |
| HSL | 131.35º | 0.18% | 0.41% | - |
| HSV(B) | 131.35º | 0.3% | 0.49% | - |
| XYZ | 13.16 | 17.25 | 13.23 | - |
| YUV | 109.52 | 119.24 | 111.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 124 | 94 | 0.30 | 0 | 0.24 | 0.51 | 131.35 | 0.18 | 0.41 |
| Hex | 57 | 7C | 5E | 1E | 0 | 18 | 33 | 83 | 12 | 29 |
| Octal | 127 | 174 | 136 | 36 | 0 | 30 | 63 | 203 | 22 | 51 |
| Binary | 1010111 | 1111100 | 1011110 | 11110 | 0 | 11000 | 110011 | 10000011 | 10010 | 101001 |
Color Harmonies of #577C5E
Complementary color
Monochromatic Colors of #577C5E
Black with #577C5E
Text Example
Text Example
White with #577C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #577C5E; }
p { color: rgb(87,124,94); }
H1.HeaderClassName
{
color: #577C5E;
}
.AnyTagClassName
{
color: #577C5E;
}
</style>
background-color css
<style>
a { background-color: #577C5E; }
a { background-color: rgb(87,124,94); }
div.DivClassName
{
background-color: #577C5E;
}
.BgClassName
{
background-color: #577C5E;
}
</style>
border-color css
<style>
span { border-color: #577C5E; }
span { border-color: rgb(87,124,94); }
td.TdClassName
{
border-color: #577C5E;
}
.TagClassName
{
border-color: #577C5E;
}
</style>