Shades of Lunar Green #53594A
Tints of Lunar Green #53594A
RGB
CMYK
RGB Variations
Color information
#53594A (or 0x53594A) is known color: Lunar Green. HEX triplet: 53, 59 and 4A. RGB value is (83,89,74). Sum of RGB (Red+Green+Blue) = 83+89+74=246 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.74% from 246); Green value is 89 (35.16% from 255 or 36.18% from 246); Blue value is 74 (29.30% from 255 or 30.08% from 246); Max value from RGB is 89 - color contains mainly: green. Hex color #53594A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53594A is #ACA6B5. Grayscale: #555555. Windows color (decimal): -11314870 or 4872531. OLE color: 4872531.
HSL color Cylindrical-coordinate representation of color #53594A: hue angle of 84º degrees, saturation: 0.09, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #53594A is Cyan = 0.07, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 83 | 89 | 74 | - |
| CMYK | 0.07 | 0 | 0.17 | 0.65 |
| HSL | 84º | 0.09% | 0.32% | - |
| HSV(B) | 84º | 0.17% | 0.35% | - |
| XYZ | 8.38 | 9.48 | 7.87 | - |
| YUV | 85.5 | 121.51 | 126.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 89 | 74 | 0.07 | 0 | 0.17 | 0.65 | 84 | 0.09 | 0.32 |
| Hex | 53 | 59 | 4A | 7 | 0 | 11 | 41 | 54 | 9 | 20 |
| Octal | 123 | 131 | 112 | 7 | 0 | 21 | 101 | 124 | 11 | 40 |
| Binary | 1010011 | 1011001 | 1001010 | 111 | 0 | 10001 | 1000001 | 1010100 | 1001 | 100000 |
Color Harmonies of #53594A
Complementary color
Monochromatic Colors of #53594A
Black with #53594A
Text Example
Text Example
White with #53594A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53594A; }
p { color: rgb(83,89,74); }
H1.HeaderClassName
{
color: #53594A;
}
.AnyTagClassName
{
color: #53594A;
}
</style>
background-color css
<style>
a { background-color: #53594A; }
a { background-color: rgb(83,89,74); }
div.DivClassName
{
background-color: #53594A;
}
.BgClassName
{
background-color: #53594A;
}
</style>
border-color css
<style>
span { border-color: #53594A; }
span { border-color: rgb(83,89,74); }
td.TdClassName
{
border-color: #53594A;
}
.TagClassName
{
border-color: #53594A;
}
</style>