Shades of Mineral Green #506854
Tints of Mineral Green #506854
RGB
CMYK
RGB Variations
Color information
#506854 (or 0x506854) is known color: Mineral Green. HEX triplet: 50, 68 and 54. RGB value is (80,104,84). Sum of RGB (Red+Green+Blue) = 80+104+84=268 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.85% from 268); Green value is 104 (41.02% from 255 or 38.81% from 268); Blue value is 84 (33.20% from 255 or 31.34% from 268); Max value from RGB is 104 - color contains mainly: green. Hex color #506854 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506854 is #AF97AB. Grayscale: #5E5E5E. Windows color (decimal): -11507628 or 5531728. OLE color: 5531728.
HSL color Cylindrical-coordinate representation of color #506854: hue angle of 130º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #506854 is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 80 | 104 | 84 | - |
| CMYK | 0.23 | 0 | 0.19 | 0.59 |
| HSL | 130º | 0.13% | 0.36% | - |
| HSV(B) | 130º | 0.23% | 0.41% | - |
| XYZ | 9.86 | 12.25 | 10.23 | - |
| YUV | 94.54 | 122.05 | 117.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 104 | 84 | 0.23 | 0 | 0.19 | 0.59 | 130 | 0.13 | 0.36 |
| Hex | 50 | 68 | 54 | 17 | 0 | 13 | 3B | 82 | D | 24 |
| Octal | 120 | 150 | 124 | 27 | 0 | 23 | 73 | 202 | 15 | 44 |
| Binary | 1010000 | 1101000 | 1010100 | 10111 | 0 | 10011 | 111011 | 10000010 | 1101 | 100100 |
Color Harmonies of #506854
Complementary color
Monochromatic Colors of #506854
Black with #506854
Text Example
Text Example
White with #506854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506854; }
p { color: rgb(80,104,84); }
H1.HeaderClassName
{
color: #506854;
}
.AnyTagClassName
{
color: #506854;
}
</style>
background-color css
<style>
a { background-color: #506854; }
a { background-color: rgb(80,104,84); }
div.DivClassName
{
background-color: #506854;
}
.BgClassName
{
background-color: #506854;
}
</style>
border-color css
<style>
span { border-color: #506854; }
span { border-color: rgb(80,104,84); }
td.TdClassName
{
border-color: #506854;
}
.TagClassName
{
border-color: #506854;
}
</style>