Html Css Color HEX #53564C Lunar Green

📋 copy color: '#53564C'

red 83 ◦ green 86 ◦ blue 76

#53564C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lunar Green #53564C

Tints of Lunar Green #53564C

RGB

 RED value IS 83 (32.81% from 255) = 33.88%

 GREEN value IS 86 (33.98% from 255) = 35.1%

 BLUE value IS 76 (30.08% from 255) = 31.02%

R = 33.88%
G = 35.1%
B = 31.02%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.12

 K value IS 0.66

RGB Variations

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

Color information

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

RGB 83 86 76 -
CMYK 0.03 0 0.12 0.66
HSL 78º 0.06% 0.32% -
HSV(B) 78º 0.12% 0.34% -
XYZ 8.2 9.02 8.15 -
YUV 83.96 123.51 127.31 -
System Red Green Blue C M Y K H S L
Decimal 83 86 76 0.03 0 0.12 0.66 78 0.06 0.32
Hex 53 56 4C 3 0 C 42 4E 6 20
Octal 123 126 114 3 0 14 102 116 6 40
Binary 1010011 1010110 1001100 11 0 1100 1000010 1001110 110 100000

Color Harmonies of #53564C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53564C

Black with #53564C

Text Example


Text Example

White with #53564C

Text Example


Text Example

HTML Codes & Css Web 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>