Shades of Lunar Green #53564A
Tints of Lunar Green #53564A
RGB
CMYK
RGB Variations
Color information
#53564A (or 0x53564A) is known color: Lunar Green. HEX triplet: 53, 56 and 4A. RGB value is (83,86,74). Sum of RGB (Red+Green+Blue) = 83+86+74=243 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.16% from 243); Green value is 86 (33.98% from 255 or 35.39% from 243); Blue value is 74 (29.30% from 255 or 30.45% from 243); Max value from RGB is 86 - color contains mainly: green. Hex color #53564A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53564A is #ACA9B5. Grayscale: #535353. Windows color (decimal): -11315638 or 4871763. OLE color: 4871763.
HSL color Cylindrical-coordinate representation of color #53564A: hue angle of 75º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #53564A is Cyan = 0.03, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 83 | 86 | 74 | - |
| CMYK | 0.03 | 0 | 0.14 | 0.66 |
| HSL | 75º | 0.08% | 0.31% | - |
| HSV(B) | 75º | 0.14% | 0.34% | - |
| XYZ | 8.13 | 8.99 | 7.79 | - |
| YUV | 83.74 | 122.51 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 86 | 74 | 0.03 | 0 | 0.14 | 0.66 | 75 | 0.08 | 0.31 |
| Hex | 53 | 56 | 4A | 3 | 0 | E | 42 | 4B | 8 | 1F |
| Octal | 123 | 126 | 112 | 3 | 0 | 16 | 102 | 113 | 10 | 37 |
| Binary | 1010011 | 1010110 | 1001010 | 11 | 0 | 1110 | 1000010 | 1001011 | 1000 | 11111 |
Color Harmonies of #53564A
Complementary color
Monochromatic Colors of #53564A
Black with #53564A
Text Example
Text Example
White with #53564A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53564A; }
p { color: rgb(83,86,74); }
H1.HeaderClassName
{
color: #53564A;
}
.AnyTagClassName
{
color: #53564A;
}
</style>
background-color css
<style>
a { background-color: #53564A; }
a { background-color: rgb(83,86,74); }
div.DivClassName
{
background-color: #53564A;
}
.BgClassName
{
background-color: #53564A;
}
</style>
border-color css
<style>
span { border-color: #53564A; }
span { border-color: rgb(83,86,74); }
td.TdClassName
{
border-color: #53564A;
}
.TagClassName
{
border-color: #53564A;
}
</style>