#53574C

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

Shades of Lunar Green #53574C

Tints of Lunar Green #53574C

Color information

#53574C (or 0x53574C) is unknown color: approx Lunar Green. HEX triplet: 53, 57 and 4C. RGB value is (83,87,76). Sum of RGB (Red+Green+Blue) = 83+87+76=246 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.74% from 246); Green value is 87 (34.38% from 255 or 35.37% from 246); Blue value is 76 (30.08% from 255 or 30.89% from 246); Max value from RGB is 87 - color contains mainly: green. Hex color #53574C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53574C is #ACA8B3. Grayscale: #545454. Windows color (decimal): -11315380 or 5003091. OLE color: 5003091.

HSL color Cylindrical-coordinate representation of color #53574C: hue angle of 81.82º degrees, saturation: 0.07, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #53574C is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.66.

Color convert

RGB838776-
CMYK0.0500.130.66
HSL81.82º6.75%31.96%-
HSV(B)81.82º12.64%34.12%-
XYZ8.289.188.17-
YUV84.55123.17126.89-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 33.74%
GREEN value IS 87 (34.38% from 255) = 35.37%
BLUE value IS 76 (30.08% from 255) = 30.89%
R=33.74%
G=35.37%
B=30.89%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8387760.0500.130.6681.826.7531.96
Hex53574C50D4252720
Octal1231271145015102122740
Binary1010011101011110011001010110110000101010010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53574C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53574C; }

 p { color: rgb(83,87,76); }

 H1.HeaderClassName
 {
   color: #53574C;
 }
 .AnyTagClassName
 {
   color: #53574C;
 }
</style>
background-color css

<style>
 a { background-color: #53574C; }

 a { background-color: rgb(83,87,76); }

 div.DivClassName
 {
   background-color: #53574C;
 }
 .BgClassName
 {
   background-color: #53574C;
 }
</style>
border-color css

<style>
 span { border-color: #53574C; }

 span { border-color: rgb(83,87,76); }

 td.TdClassName
 {
   border-color: #53574C;
 }
 .TagClassName
 {
   border-color: #53574C;
 }
</style>