Shades of Mineral Green #506D57
Tints of Mineral Green #506D57
RGB
CMYK
RGB Variations
Color information
#506D57 (or 0x506D57) is known color: Mineral Green. HEX triplet: 50, 6D and 57. RGB value is (80,109,87). Sum of RGB (Red+Green+Blue) = 80+109+87=276 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.99% from 276); Green value is 109 (42.97% from 255 or 39.49% from 276); Blue value is 87 (34.38% from 255 or 31.52% from 276); Max value from RGB is 109 - color contains mainly: green. Hex color #506D57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506D57 is #AF92A8. Grayscale: #616161. Windows color (decimal): -11506345 or 5729616. OLE color: 5729616.
HSL color Cylindrical-coordinate representation of color #506D57: hue angle of 134.48º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #506D57 is Cyan = 0.27, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 80 | 109 | 87 | - |
| CMYK | 0.27 | 0 | 0.20 | 0.57 |
| HSL | 134.48º | 0.15% | 0.37% | - |
| HSV(B) | 134.48º | 0.27% | 0.43% | - |
| XYZ | 10.5 | 13.33 | 11.04 | - |
| YUV | 97.82 | 121.89 | 115.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 109 | 87 | 0.27 | 0 | 0.20 | 0.57 | 134.48 | 0.15 | 0.37 |
| Hex | 50 | 6D | 57 | 1B | 0 | 14 | 39 | 86 | F | 25 |
| Octal | 120 | 155 | 127 | 33 | 0 | 24 | 71 | 206 | 17 | 45 |
| Binary | 1010000 | 1101101 | 1010111 | 11011 | 0 | 10100 | 111001 | 10000110 | 1111 | 100101 |
Color Harmonies of #506D57
Complementary color
Monochromatic Colors of #506D57
Black with #506D57
Text Example
Text Example
White with #506D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506D57; }
p { color: rgb(80,109,87); }
H1.HeaderClassName
{
color: #506D57;
}
.AnyTagClassName
{
color: #506D57;
}
</style>
background-color css
<style>
a { background-color: #506D57; }
a { background-color: rgb(80,109,87); }
div.DivClassName
{
background-color: #506D57;
}
.BgClassName
{
background-color: #506D57;
}
</style>
border-color css
<style>
span { border-color: #506D57; }
span { border-color: rgb(80,109,87); }
td.TdClassName
{
border-color: #506D57;
}
.TagClassName
{
border-color: #506D57;
}
</style>