#50795E

Color #50795E Como (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Como #50795E

Tints of Como #50795E

Color information

#50795E (or 0x50795E) is unknown color: approx Como. HEX triplet: 50, 79 and 5E. RGB value is (80,121,94). Sum of RGB (Red+Green+Blue) = 80+121+94=295 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.12% from 295); Green value is 121 (47.66% from 255 or 41.02% from 295); Blue value is 94 (37.11% from 255 or 31.86% from 295); Max value from RGB is 121 - color contains mainly: green. Hex color #50795E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50795E is #AF86A1. Grayscale: #696969. Windows color (decimal): -11503266 or 6191440. OLE color: 6191440.

HSL color Cylindrical-coordinate representation of color #50795E: hue angle of 140.49º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #50795E is Cyan = 0.34, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB8012194-
CMYK0.3400.220.53
HSL140.49º20.4%39.41%-
HSV(B)140.49º33.88%47.45%-
XYZ12.1716.1913.07-
YUV105.66121.42109.7-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.12%
GREEN value IS 121 (47.66% from 255) = 41.02%
BLUE value IS 94 (37.11% from 255) = 31.86%
R=27.12%
G=41.02%
B=31.86%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal80121940.3400.220.53140.4920.439.41
Hex50795E22016358c1427
Octal12017113642026652142447
Binary1010000111100110111101000100101101101011000110010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50795E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50795E; }

 p { color: rgb(80,121,94); }

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

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

 a { background-color: rgb(80,121,94); }

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

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

 span { border-color: rgb(80,121,94); }

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