Shades of Lunar Green #53564C
Tints of Lunar Green #53564C
RGB
CMYK
RGB Variations
Color information
#53564C (or 0x53564C) is known color: Lunar Green. HEX triplet: 53, 56 and 4C. RGB value is (83,86,76). Sum of RGB (Red+Green+Blue) = 83+86+76=245 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.88% from 245); Green value is 86 (33.98% from 255 or 35.10% from 245); Blue value is 76 (30.08% from 255 or 31.02% from 245); Max value from RGB is 86 - color contains mainly: green. Hex color #53564C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53564C is #ACA9B3. Grayscale: #535353. Windows color (decimal): -11315636 or 5002835. OLE color: 5002835.
HSL color Cylindrical-coordinate representation of color #53564C: hue angle of 78º degrees, saturation: 0.06, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #53564C is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 83 | 86 | 76 | - |
| CMYK | 0.03 | 0 | 0.12 | 0.66 |
| HSL | 78º | 0.06% | 0.32% | - |
| HSV(B) | 78º | 0.12% | 0.34% | - |
| XYZ | 8.2 | 9.02 | 8.15 | - |
| YUV | 83.96 | 123.51 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 86 | 76 | 0.03 | 0 | 0.12 | 0.66 | 78 | 0.06 | 0.32 |
| Hex | 53 | 56 | 4C | 3 | 0 | C | 42 | 4E | 6 | 20 |
| Octal | 123 | 126 | 114 | 3 | 0 | 14 | 102 | 116 | 6 | 40 |
| Binary | 1010011 | 1010110 | 1001100 | 11 | 0 | 1100 | 1000010 | 1001110 | 110 | 100000 |
Color Harmonies of #53564C
Complementary color
Monochromatic Colors of #53564C
Black with #53564C
Text Example
Text Example
White with #53564C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53564C; }
p { color: rgb(83,86,76); }
H1.HeaderClassName
{
color: #53564C;
}
.AnyTagClassName
{
color: #53564C;
}
</style>
background-color css
<style>
a { background-color: #53564C; }
a { background-color: rgb(83,86,76); }
div.DivClassName
{
background-color: #53564C;
}
.BgClassName
{
background-color: #53564C;
}
</style>
border-color css
<style>
span { border-color: #53564C; }
span { border-color: rgb(83,86,76); }
td.TdClassName
{
border-color: #53564C;
}
.TagClassName
{
border-color: #53564C;
}
</style>