Shades of Como #577C5D
Tints of Como #577C5D
RGB
CMYK
RGB Variations
Color information
#577C5D (or 0x577C5D) is known color: Como. HEX triplet: 57, 7C and 5D. RGB value is (87,124,93). Sum of RGB (Red+Green+Blue) = 87+124+93=304 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.62% from 304); Green value is 124 (48.83% from 255 or 40.79% from 304); Blue value is 93 (36.72% from 255 or 30.59% from 304); Max value from RGB is 124 - color contains mainly: green. Hex color #577C5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #577C5D is #A883A2. Grayscale: #6D6D6D. Windows color (decimal): -11043747 or 6126679. OLE color: 6126679.
HSL color Cylindrical-coordinate representation of color #577C5D: hue angle of 129.73º 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 #577C5D is Cyan = 0.30, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 87 | 124 | 93 | - |
| CMYK | 0.30 | 0 | 0.25 | 0.51 |
| HSL | 129.73º | 0.18% | 0.41% | - |
| HSV(B) | 129.73º | 0.3% | 0.49% | - |
| XYZ | 13.11 | 17.23 | 12.99 | - |
| YUV | 109.4 | 118.74 | 112.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 124 | 93 | 0.30 | 0 | 0.25 | 0.51 | 129.73 | 0.18 | 0.41 |
| Hex | 57 | 7C | 5D | 1E | 0 | 19 | 33 | 82 | 12 | 29 |
| Octal | 127 | 174 | 135 | 36 | 0 | 31 | 63 | 202 | 22 | 51 |
| Binary | 1010111 | 1111100 | 1011101 | 11110 | 0 | 11001 | 110011 | 10000010 | 10010 | 101001 |
Color Harmonies of #577C5D
Complementary color
Monochromatic Colors of #577C5D
Black with #577C5D
Text Example
Text Example
White with #577C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #577C5D; }
p { color: rgb(87,124,93); }
H1.HeaderClassName
{
color: #577C5D;
}
.AnyTagClassName
{
color: #577C5D;
}
</style>
background-color css
<style>
a { background-color: #577C5D; }
a { background-color: rgb(87,124,93); }
div.DivClassName
{
background-color: #577C5D;
}
.BgClassName
{
background-color: #577C5D;
}
</style>
border-color css
<style>
span { border-color: #577C5D; }
span { border-color: rgb(87,124,93); }
td.TdClassName
{
border-color: #577C5D;
}
.TagClassName
{
border-color: #577C5D;
}
</style>