#505546

Color #505546 Lunar Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lunar Green #505546

Tints of Lunar Green #505546

Color information

#505546 (or 0x505546) is unknown color: approx Lunar Green. HEX triplet: 50, 55 and 46. RGB value is (80,85,70). Sum of RGB (Red+Green+Blue) = 80+85+70=235 (31% of max value = 765). Red value is 80 (31.64% from 255 or 34.04% from 235); Green value is 85 (33.59% from 255 or 36.17% from 235); Blue value is 70 (27.73% from 255 or 29.79% from 235); Max value from RGB is 85 - color contains mainly: green. Hex color #505546 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505546 is #AFAAB9. Grayscale: #515151. Windows color (decimal): -11512506 or 4609360. OLE color: 4609360.

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

Color convert

RGB808570-
CMYK0.0600.180.67
HSL80º9.68%30.39%-
HSV(B)80º17.65%33.33%-
XYZ7.668.647.06-
YUV81.8121.34126.72-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.04%
GREEN value IS 85 (33.59% from 255) = 36.17%
BLUE value IS 70 (27.73% from 255) = 29.79%
R=34.04%
G=36.17%
B=29.79%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8085700.0600.180.67809.6830.39
Hex50554660124350a1e
Octal12012510660221031201236
Binary10100001010101100011011001001010000111010000101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505546; }

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

 H1.HeaderClassName
 {
   color: #505546;
 }
 .AnyTagClassName
 {
   color: #505546;
 }
</style>
background-color css

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

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

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

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

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

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