Shades of Mineral Green #506855
Tints of Mineral Green #506855
RGB
CMYK
RGB Variations
Color information
#506855 (or 0x506855) is known color: Mineral Green. HEX triplet: 50, 68 and 55. RGB value is (80,104,85). Sum of RGB (Red+Green+Blue) = 80+104+85=269 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.74% from 269); Green value is 104 (41.02% from 255 or 38.66% from 269); Blue value is 85 (33.59% from 255 or 31.60% from 269); Max value from RGB is 104 - color contains mainly: green. Hex color #506855 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506855 is #AF97AA. Grayscale: #5E5E5E. Windows color (decimal): -11507627 or 5597264. OLE color: 5597264.
HSL color Cylindrical-coordinate representation of color #506855: hue angle of 132.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 #506855 is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 80 | 104 | 85 | - |
| CMYK | 0.23 | 0 | 0.18 | 0.59 |
| HSL | 132.5º | 0.13% | 0.36% | - |
| HSV(B) | 132.5º | 0.23% | 0.41% | - |
| XYZ | 9.9 | 12.26 | 10.44 | - |
| YUV | 94.66 | 122.55 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 104 | 85 | 0.23 | 0 | 0.18 | 0.59 | 132.5 | 0.13 | 0.36 |
| Hex | 50 | 68 | 55 | 17 | 0 | 12 | 3B | 84 | D | 24 |
| Octal | 120 | 150 | 125 | 27 | 0 | 22 | 73 | 204 | 15 | 44 |
| Binary | 1010000 | 1101000 | 1010101 | 10111 | 0 | 10010 | 111011 | 10000100 | 1101 | 100100 |
Color Harmonies of #506855
Complementary color
Monochromatic Colors of #506855
Black with #506855
Text Example
Text Example
White with #506855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506855; }
p { color: rgb(80,104,85); }
H1.HeaderClassName
{
color: #506855;
}
.AnyTagClassName
{
color: #506855;
}
</style>
background-color css
<style>
a { background-color: #506855; }
a { background-color: rgb(80,104,85); }
div.DivClassName
{
background-color: #506855;
}
.BgClassName
{
background-color: #506855;
}
</style>
border-color css
<style>
span { border-color: #506855; }
span { border-color: rgb(80,104,85); }
td.TdClassName
{
border-color: #506855;
}
.TagClassName
{
border-color: #506855;
}
</style>