#52554C

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

Shades of Lunar Green #52554C

Tints of Lunar Green #52554C

Color information

#52554C (or 0x52554C) is unknown color: approx Lunar Green. HEX triplet: 52, 55 and 4C. RGB value is (82,85,76). Sum of RGB (Red+Green+Blue) = 82+85+76=243 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.74% from 243); Green value is 85 (33.59% from 255 or 34.98% from 243); Blue value is 76 (30.08% from 255 or 31.28% from 243); Max value from RGB is 85 - color contains mainly: green. Hex color #52554C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52554C is #ADAAB3. Grayscale: #535353. Windows color (decimal): -11381428 or 5002578. OLE color: 5002578.

HSL color Cylindrical-coordinate representation of color #52554C: hue angle of 80º degrees, saturation: 0.06, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #52554C is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB828576-
CMYK0.0400.110.67
HSL80º5.59%31.57%-
HSV(B)80º10.59%33.33%-
XYZ8.038.818.12-
YUV83.08124.01127.23-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 33.74%
GREEN value IS 85 (33.59% from 255) = 34.98%
BLUE value IS 76 (30.08% from 255) = 31.28%
R=33.74%
G=34.98%
B=31.28%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8285760.0400.110.67805.5931.57
Hex52554C40B4350620
Octal1221251144013103120640
Binary1010010101010110011001000101110000111010000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52554C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,85,76); }

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

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

 a { background-color: rgb(82,85,76); }

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

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

 span { border-color: rgb(82,85,76); }

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