Html Css Color HEX #505544 Lunar Green

📋 copy color: '#505544'

red 80 ◦ green 85 ◦ blue 68

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

Shades of Lunar Green #505544

Tints of Lunar Green #505544

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 29.18%

R = 34.33%
G = 36.48%
B = 29.18%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.20

 K value IS 0.67

RGB Variations

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

Color information

#505544 (or 0x505544) is known color: Lunar Green. HEX triplet: 50, 55 and 44. RGB value is (80,85,68). Sum of RGB (Red+Green+Blue) = 80+85+68=233 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.33% from 233); Green value is 85 (33.59% from 255 or 36.48% from 233); Blue value is 68 (26.95% from 255 or 29.18% from 233); Max value from RGB is 85 - color contains mainly: green. Hex color #505544 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505544 is #AFAABB. Grayscale: #515151. Windows color (decimal): -11512508 or 4478288. OLE color: 4478288.

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

Color convert

RGB 80 85 68 -
CMYK 0.06 0 0.20 0.67
HSL 77.65º 0.11% 0.3% -
HSV(B) 77.65º 0.2% 0.33% -
XYZ 7.6 8.62 6.73 -
YUV 81.57 120.34 126.88 -
System Red Green Blue C M Y K H S L
Decimal 80 85 68 0.06 0 0.20 0.67 77.65 0.11 0.3
Hex 50 55 44 6 0 14 43 4E B 1E
Octal 120 125 104 6 0 24 103 116 13 36
Binary 1010000 1010101 1000100 110 0 10100 1000011 1001110 1011 11110

Color Harmonies of #505544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505544

Black with #505544

Text Example


Text Example

White with #505544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505544; }

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

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

background-color css

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

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

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

border-color css

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

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

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