Html Css Color HEX #53574C Lunar Green

📋 copy color: '#53574C'

red 83 ◦ green 87 ◦ blue 76

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

Shades of Lunar Green #53574C

Tints of Lunar Green #53574C

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 value IS 0.05

 M value IS 0

 Y value IS 0.13

 K value IS 0.66

RGB Variations

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

Color information

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

RGB 83 87 76 -
CMYK 0.05 0 0.13 0.66
HSL 81.82º 0.07% 0.32% -
HSV(B) 81.82º 0.13% 0.34% -
XYZ 8.28 9.18 8.17 -
YUV 84.55 123.17 126.89 -
System Red Green Blue C M Y K H S L
Decimal 83 87 76 0.05 0 0.13 0.66 81.82 0.07 0.32
Hex 53 57 4C 5 0 D 42 52 7 20
Octal 123 127 114 5 0 15 102 122 7 40
Binary 1010011 1010111 1001100 101 0 1101 1000010 1010010 111 100000

Color Harmonies of #53574C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53574C

Black with #53574C

Text Example


Text Example

White with #53574C

Text Example


Text Example

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