#53564A

Color #53564A Lunar Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lunar Green #53564A

Tints of Lunar Green #53564A

Color information

#53564A (or 0x53564A) is unknown color: approx 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

RGB838674-
CMYK0.0300.140.66
HSL75º7.5%31.37%-
HSV(B)75º13.95%33.73%-
XYZ8.138.997.79-
YUV83.74122.51127.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 83 (32.81% from 255) = 34.16%
GREEN value IS 86 (33.98% from 255) = 35.39%
BLUE value IS 74 (29.30% from 255) = 30.45%
R=34.16%
G=35.39%
B=30.45%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8386740.0300.140.66757.531.37
Hex53564A30E424b81f
Octal12312611230161021131037
Binary101001110101101001010110111010000101001011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53564A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>