Shades of Mineral Green #506957
Tints of Mineral Green #506957
RGB
CMYK
RGB Variations
Color information
#506957 (or 0x506957) is known color: Mineral Green. HEX triplet: 50, 69 and 57. RGB value is (80,105,87). Sum of RGB (Red+Green+Blue) = 80+105+87=272 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.41% from 272); Green value is 105 (41.41% from 255 or 38.60% from 272); Blue value is 87 (34.38% from 255 or 31.99% from 272); Max value from RGB is 105 - color contains mainly: green. Hex color #506957 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506957 is #AF96A8. Grayscale: #5F5F5F. Windows color (decimal): -11507369 or 5728592. OLE color: 5728592.
HSL color Cylindrical-coordinate representation of color #506957: hue angle of 136.8º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #506957 is Cyan = 0.24, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 80 | 105 | 87 | - |
| CMYK | 0.24 | 0 | 0.17 | 0.59 |
| HSL | 136.8º | 0.14% | 0.36% | - |
| HSV(B) | 136.8º | 0.24% | 0.41% | - |
| XYZ | 10.08 | 12.5 | 10.9 | - |
| YUV | 95.47 | 123.22 | 116.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 105 | 87 | 0.24 | 0 | 0.17 | 0.59 | 136.8 | 0.14 | 0.36 |
| Hex | 50 | 69 | 57 | 18 | 0 | 11 | 3B | 89 | E | 24 |
| Octal | 120 | 151 | 127 | 30 | 0 | 21 | 73 | 211 | 16 | 44 |
| Binary | 1010000 | 1101001 | 1010111 | 11000 | 0 | 10001 | 111011 | 10001001 | 1110 | 100100 |
Color Harmonies of #506957
Complementary color
Monochromatic Colors of #506957
Black with #506957
Text Example
Text Example
White with #506957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506957; }
p { color: rgb(80,105,87); }
H1.HeaderClassName
{
color: #506957;
}
.AnyTagClassName
{
color: #506957;
}
</style>
background-color css
<style>
a { background-color: #506957; }
a { background-color: rgb(80,105,87); }
div.DivClassName
{
background-color: #506957;
}
.BgClassName
{
background-color: #506957;
}
</style>
border-color css
<style>
span { border-color: #506957; }
span { border-color: rgb(80,105,87); }
td.TdClassName
{
border-color: #506957;
}
.TagClassName
{
border-color: #506957;
}
</style>