Shades of Mineral Green #506B55
Tints of Mineral Green #506B55
RGB
CMYK
RGB Variations
Color information
#506B55 (or 0x506B55) is known color: Mineral Green. HEX triplet: 50, 6B and 55. RGB value is (80,107,85). Sum of RGB (Red+Green+Blue) = 80+107+85=272 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.41% from 272); Green value is 107 (42.19% from 255 or 39.34% from 272); Blue value is 85 (33.59% from 255 or 31.25% from 272); Max value from RGB is 107 - color contains mainly: green. Hex color #506B55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506B55 is #AF94AA. Grayscale: #606060. Windows color (decimal): -11506859 or 5598032. OLE color: 5598032.
HSL color Cylindrical-coordinate representation of color #506B55: hue angle of 131.11º 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 #506B55 is Cyan = 0.25, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 80 | 107 | 85 | - |
| CMYK | 0.25 | 0 | 0.21 | 0.58 |
| HSL | 131.11º | 0.14% | 0.37% | - |
| HSV(B) | 131.11º | 0.25% | 0.42% | - |
| XYZ | 10.21 | 12.88 | 10.54 | - |
| YUV | 96.42 | 121.55 | 116.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 107 | 85 | 0.25 | 0 | 0.21 | 0.58 | 131.11 | 0.14 | 0.37 |
| Hex | 50 | 6B | 55 | 19 | 0 | 15 | 3A | 83 | E | 25 |
| Octal | 120 | 153 | 125 | 31 | 0 | 25 | 72 | 203 | 16 | 45 |
| Binary | 1010000 | 1101011 | 1010101 | 11001 | 0 | 10101 | 111010 | 10000011 | 1110 | 100101 |
Color Harmonies of #506B55
Complementary color
Monochromatic Colors of #506B55
Black with #506B55
Text Example
Text Example
White with #506B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506B55; }
p { color: rgb(80,107,85); }
H1.HeaderClassName
{
color: #506B55;
}
.AnyTagClassName
{
color: #506B55;
}
</style>
background-color css
<style>
a { background-color: #506B55; }
a { background-color: rgb(80,107,85); }
div.DivClassName
{
background-color: #506B55;
}
.BgClassName
{
background-color: #506B55;
}
</style>
border-color css
<style>
span { border-color: #506B55; }
span { border-color: rgb(80,107,85); }
td.TdClassName
{
border-color: #506B55;
}
.TagClassName
{
border-color: #506B55;
}
</style>