Html Css Color HEX #53564A Lunar Green

📋 copy color: '#53564A'

red 83 ◦ green 86 ◦ blue 74

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

Shades of Lunar Green #53564A

Tints of Lunar Green #53564A

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.3% from 255) = 30.45%

R = 34.16%
G = 35.39%
B = 30.45%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.14

 K value IS 0.66

RGB Variations

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

Color information

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

RGB 83 86 74 -
CMYK 0.03 0 0.14 0.66
HSL 75º 0.08% 0.31% -
HSV(B) 75º 0.14% 0.34% -
XYZ 8.13 8.99 7.79 -
YUV 83.74 122.51 127.48 -
System Red Green Blue C M Y K H S L
Decimal 83 86 74 0.03 0 0.14 0.66 75 0.08 0.31
Hex 53 56 4A 3 0 E 42 4B 8 1F
Octal 123 126 112 3 0 16 102 113 10 37
Binary 1010011 1010110 1001010 11 0 1110 1000010 1001011 1000 11111

Color Harmonies of #53564A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53564A

Black with #53564A

Text Example


Text Example

White with #53564A

Text Example


Text Example

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