Shades of Lunar Green #505546
Tints of Lunar Green #505546
RGB
CMYK
RGB Variations
Color information
#505546 (or 0x505546) is known color: Lunar Green. HEX triplet: 50, 55 and 46. RGB value is (80,85,70). Sum of RGB (Red+Green+Blue) = 80+85+70=235 (31% of max value = 765). Red value is 80 (31.64% from 255 or 34.04% from 235); Green value is 85 (33.59% from 255 or 36.17% from 235); Blue value is 70 (27.73% from 255 or 29.79% from 235); Max value from RGB is 85 - color contains mainly: green. Hex color #505546 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505546 is #AFAAB9. Grayscale: #515151. Windows color (decimal): -11512506 or 4609360. OLE color: 4609360.
HSL color Cylindrical-coordinate representation of color #505546: hue angle of 80º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #505546 is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 80 | 85 | 70 | - |
| CMYK | 0.06 | 0 | 0.18 | 0.67 |
| HSL | 80º | 0.1% | 0.3% | - |
| HSV(B) | 80º | 0.18% | 0.33% | - |
| XYZ | 7.66 | 8.64 | 7.06 | - |
| YUV | 81.8 | 121.34 | 126.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 85 | 70 | 0.06 | 0 | 0.18 | 0.67 | 80 | 0.1 | 0.3 |
| Hex | 50 | 55 | 46 | 6 | 0 | 12 | 43 | 50 | A | 1E |
| Octal | 120 | 125 | 106 | 6 | 0 | 22 | 103 | 120 | 12 | 36 |
| Binary | 1010000 | 1010101 | 1000110 | 110 | 0 | 10010 | 1000011 | 1010000 | 1010 | 11110 |
Color Harmonies of #505546
Complementary color
Monochromatic Colors of #505546
Black with #505546
Text Example
Text Example
White with #505546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505546; }
p { color: rgb(80,85,70); }
H1.HeaderClassName
{
color: #505546;
}
.AnyTagClassName
{
color: #505546;
}
</style>
background-color css
<style>
a { background-color: #505546; }
a { background-color: rgb(80,85,70); }
div.DivClassName
{
background-color: #505546;
}
.BgClassName
{
background-color: #505546;
}
</style>
border-color css
<style>
span { border-color: #505546; }
span { border-color: rgb(80,85,70); }
td.TdClassName
{
border-color: #505546;
}
.TagClassName
{
border-color: #505546;
}
</style>