Shades of Mineral Green #506D58
Tints of Mineral Green #506D58
RGB
CMYK
RGB Variations
Color information
#506D58 (or 0x506D58) is known color: Mineral Green. HEX triplet: 50, 6D and 58. RGB value is (80,109,88). Sum of RGB (Red+Green+Blue) = 80+109+88=277 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.88% from 277); Green value is 109 (42.97% from 255 or 39.35% from 277); Blue value is 88 (34.77% from 255 or 31.77% from 277); Max value from RGB is 109 - color contains mainly: green. Hex color #506D58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506D58 is #AF92A7. Grayscale: #616161. Windows color (decimal): -11506344 or 5795152. OLE color: 5795152.
HSL color Cylindrical-coordinate representation of color #506D58: hue angle of 136.55º 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 #506D58 is Cyan = 0.27, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 80 | 109 | 88 | - |
| CMYK | 0.27 | 0 | 0.19 | 0.57 |
| HSL | 136.55º | 0.15% | 0.37% | - |
| HSV(B) | 136.55º | 0.27% | 0.43% | - |
| XYZ | 10.54 | 13.35 | 11.25 | - |
| YUV | 97.94 | 122.39 | 115.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 109 | 88 | 0.27 | 0 | 0.19 | 0.57 | 136.55 | 0.15 | 0.37 |
| Hex | 50 | 6D | 58 | 1B | 0 | 13 | 39 | 89 | F | 25 |
| Octal | 120 | 155 | 130 | 33 | 0 | 23 | 71 | 211 | 17 | 45 |
| Binary | 1010000 | 1101101 | 1011000 | 11011 | 0 | 10011 | 111001 | 10001001 | 1111 | 100101 |
Color Harmonies of #506D58
Complementary color
Monochromatic Colors of #506D58
Black with #506D58
Text Example
Text Example
White with #506D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506D58; }
p { color: rgb(80,109,88); }
H1.HeaderClassName
{
color: #506D58;
}
.AnyTagClassName
{
color: #506D58;
}
</style>
background-color css
<style>
a { background-color: #506D58; }
a { background-color: rgb(80,109,88); }
div.DivClassName
{
background-color: #506D58;
}
.BgClassName
{
background-color: #506D58;
}
</style>
border-color css
<style>
span { border-color: #506D58; }
span { border-color: rgb(80,109,88); }
td.TdClassName
{
border-color: #506D58;
}
.TagClassName
{
border-color: #506D58;
}
</style>