Html Css Color HEX #53574D Lunar Green

📋 copy color: '#53574D'

red 83 ◦ green 87 ◦ blue 77

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

Shades of Lunar Green #53574D

Tints of Lunar Green #53574D

RGB

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

 GREEN value IS 87 (34.38% from 255) = 35.22%

 BLUE value IS 77 (30.47% from 255) = 31.17%

R = 33.6%
G = 35.22%
B = 31.17%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.11

 K value IS 0.66

RGB Variations

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

Color information

#53574D (or 0x53574D) is known color: Lunar Green. HEX triplet: 53, 57 and 4D. RGB value is (83,87,77). Sum of RGB (Red+Green+Blue) = 83+87+77=247 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.60% from 247); Green value is 87 (34.38% from 255 or 35.22% from 247); Blue value is 77 (30.47% from 255 or 31.17% from 247); Max value from RGB is 87 - color contains mainly: green. Hex color #53574D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53574D is #ACA8B2. Grayscale: #545454. Windows color (decimal): -11315379 or 5068627. OLE color: 5068627.

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

Color convert

RGB 83 87 77 -
CMYK 0.05 0 0.11 0.66
HSL 84º 0.06% 0.32% -
HSV(B) 84º 0.11% 0.34% -
XYZ 8.32 9.19 8.36 -
YUV 84.66 123.67 126.81 -
System Red Green Blue C M Y K H S L
Decimal 83 87 77 0.05 0 0.11 0.66 84 0.06 0.32
Hex 53 57 4D 5 0 B 42 54 6 20
Octal 123 127 115 5 0 13 102 124 6 40
Binary 1010011 1010111 1001101 101 0 1011 1000010 1010100 110 100000

Color Harmonies of #53574D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53574D

Black with #53574D

Text Example


Text Example

White with #53574D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #53574D;
 }
 .AnyTagClassName
 {
   color: #53574D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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