Shades of Mineral Green #506B59
Tints of Mineral Green #506B59
RGB
CMYK
RGB Variations
Color information
#506B59 (or 0x506B59) is known color: Mineral Green. HEX triplet: 50, 6B and 59. RGB value is (80,107,89). Sum of RGB (Red+Green+Blue) = 80+107+89=276 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.99% from 276); Green value is 107 (42.19% from 255 or 38.77% from 276); Blue value is 89 (35.16% from 255 or 32.25% from 276); Max value from RGB is 107 - color contains mainly: green. Hex color #506B59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506B59 is #AF94A6. Grayscale: #606060. Windows color (decimal): -11506855 or 5860176. OLE color: 5860176.
HSL color Cylindrical-coordinate representation of color #506B59: hue angle of 140º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #506B59 is Cyan = 0.25, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 80 | 107 | 89 | - |
| CMYK | 0.25 | 0 | 0.17 | 0.58 |
| HSL | 140º | 0.14% | 0.37% | - |
| HSV(B) | 140º | 0.25% | 0.42% | - |
| XYZ | 10.37 | 12.94 | 11.4 | - |
| YUV | 96.88 | 123.55 | 115.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 107 | 89 | 0.25 | 0 | 0.17 | 0.58 | 140 | 0.14 | 0.37 |
| Hex | 50 | 6B | 59 | 19 | 0 | 11 | 3A | 8C | E | 25 |
| Octal | 120 | 153 | 131 | 31 | 0 | 21 | 72 | 214 | 16 | 45 |
| Binary | 1010000 | 1101011 | 1011001 | 11001 | 0 | 10001 | 111010 | 10001100 | 1110 | 100101 |
Color Harmonies of #506B59
Complementary color
Monochromatic Colors of #506B59
Black with #506B59
Text Example
Text Example
White with #506B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506B59; }
p { color: rgb(80,107,89); }
H1.HeaderClassName
{
color: #506B59;
}
.AnyTagClassName
{
color: #506B59;
}
</style>
background-color css
<style>
a { background-color: #506B59; }
a { background-color: rgb(80,107,89); }
div.DivClassName
{
background-color: #506B59;
}
.BgClassName
{
background-color: #506B59;
}
</style>
border-color css
<style>
span { border-color: #506B59; }
span { border-color: rgb(80,107,89); }
td.TdClassName
{
border-color: #506B59;
}
.TagClassName
{
border-color: #506B59;
}
</style>