Shades of Mineral Green #506859
Tints of Mineral Green #506859
RGB
CMYK
RGB Variations
Color information
#506859 (or 0x506859) is known color: Mineral Green. HEX triplet: 50, 68 and 59. RGB value is (80,104,89). Sum of RGB (Red+Green+Blue) = 80+104+89=273 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.30% from 273); Green value is 104 (41.02% from 255 or 38.10% from 273); Blue value is 89 (35.16% from 255 or 32.60% from 273); Max value from RGB is 104 - color contains mainly: green. Hex color #506859 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506859 is #AF97A6. Grayscale: #5F5F5F. Windows color (decimal): -11507623 or 5859408. OLE color: 5859408.
HSL color Cylindrical-coordinate representation of color #506859: hue angle of 142.5º 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 #506859 is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 80 | 104 | 89 | - |
| CMYK | 0.23 | 0 | 0.14 | 0.59 |
| HSL | 142.5º | 0.13% | 0.36% | - |
| HSV(B) | 142.5º | 0.23% | 0.41% | - |
| XYZ | 10.06 | 12.33 | 11.3 | - |
| YUV | 95.11 | 124.55 | 117.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 104 | 89 | 0.23 | 0 | 0.14 | 0.59 | 142.5 | 0.13 | 0.36 |
| Hex | 50 | 68 | 59 | 17 | 0 | E | 3B | 8E | D | 24 |
| Octal | 120 | 150 | 131 | 27 | 0 | 16 | 73 | 216 | 15 | 44 |
| Binary | 1010000 | 1101000 | 1011001 | 10111 | 0 | 1110 | 111011 | 10001110 | 1101 | 100100 |
Color Harmonies of #506859
Complementary color
Monochromatic Colors of #506859
Black with #506859
Text Example
Text Example
White with #506859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506859; }
p { color: rgb(80,104,89); }
H1.HeaderClassName
{
color: #506859;
}
.AnyTagClassName
{
color: #506859;
}
</style>
background-color css
<style>
a { background-color: #506859; }
a { background-color: rgb(80,104,89); }
div.DivClassName
{
background-color: #506859;
}
.BgClassName
{
background-color: #506859;
}
</style>
border-color css
<style>
span { border-color: #506859; }
span { border-color: rgb(80,104,89); }
td.TdClassName
{
border-color: #506859;
}
.TagClassName
{
border-color: #506859;
}
</style>