Html Css Color HEX #505543 Lunar Green

📋 copy color: '#505543'

red 80 ◦ green 85 ◦ blue 67

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

Shades of Lunar Green #505543

Tints of Lunar Green #505543

RGB

 RED value IS 80 (31.64% from 255) = 34.48%

 GREEN value IS 85 (33.59% from 255) = 36.64%

 BLUE value IS 67 (26.56% from 255) = 28.88%

R = 34.48%
G = 36.64%
B = 28.88%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.21

 K value IS 0.67

RGB Variations

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

Color information

#505543 (or 0x505543) is known color: Lunar Green. HEX triplet: 50, 55 and 43. RGB value is (80,85,67). Sum of RGB (Red+Green+Blue) = 80+85+67=232 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.48% from 232); Green value is 85 (33.59% from 255 or 36.64% from 232); Blue value is 67 (26.56% from 255 or 28.88% from 232); Max value from RGB is 85 - color contains mainly: green. Hex color #505543 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505543 is #AFAABC. Grayscale: #515151. Windows color (decimal): -11512509 or 4412752. OLE color: 4412752.

HSL color Cylindrical-coordinate representation of color #505543: hue angle of 76.67º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #505543 is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.67.

Color convert

RGB 80 85 67 -
CMYK 0.06 0 0.21 0.67
HSL 76.67º 0.12% 0.3% -
HSV(B) 76.67º 0.21% 0.33% -
XYZ 7.57 8.61 6.57 -
YUV 81.45 119.84 126.96 -
System Red Green Blue C M Y K H S L
Decimal 80 85 67 0.06 0 0.21 0.67 76.67 0.12 0.3
Hex 50 55 43 6 0 15 43 4D C 1E
Octal 120 125 103 6 0 25 103 115 14 36
Binary 1010000 1010101 1000011 110 0 10101 1000011 1001101 1100 11110

Color Harmonies of #505543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505543

Black with #505543

Text Example


Text Example

White with #505543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505543; }

 p { color: rgb(80,85,67); }

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

background-color css

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

 a { background-color: rgb(80,85,67); }

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

border-color css

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

 span { border-color: rgb(80,85,67); }

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