#53564C

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

Shades of Lunar Green #53564C

Tints of Lunar Green #53564C

Color information

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

RGB838676-
CMYK0.0300.120.66
HSL78º6.17%31.76%-
HSV(B)78º11.63%33.73%-
XYZ8.29.028.15-
YUV83.96123.51127.31-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 33.88%
GREEN value IS 86 (33.98% from 255) = 35.10%
BLUE value IS 76 (30.08% from 255) = 31.02%
R=33.88%
G=35.10%
B=31.02%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8386760.0300.120.66786.1731.76
Hex53564C30C424e620
Octal1231261143014102116640
Binary101001110101101001100110110010000101001110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53564C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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