#50785A

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

Shades of Como #50785A

Tints of Como #50785A

Color information

#50785A (or 0x50785A) is unknown color: approx Como. HEX triplet: 50, 78 and 5A. RGB value is (80,120,90). Sum of RGB (Red+Green+Blue) = 80+120+90=290 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.59% from 290); Green value is 120 (47.27% from 255 or 41.38% from 290); Blue value is 90 (35.55% from 255 or 31.03% from 290); Max value from RGB is 120 - color contains mainly: green. Hex color #50785A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50785A is #AF87A5. Grayscale: #686868. Windows color (decimal): -11503526 or 5929040. OLE color: 5929040.

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

Color convert

RGB8012090-
CMYK0.3300.250.53
HSL135º20%39.22%-
HSV(B)135º33.33%47.06%-
XYZ11.8715.8812.11-
YUV104.62119.75110.44-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.59%
GREEN value IS 120 (47.27% from 255) = 41.38%
BLUE value IS 90 (35.55% from 255) = 31.03%
R=27.59%
G=41.38%
B=31.03%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal80120900.3300.250.531352039.22
Hex50785A2101935871427
Octal12017013241031652072447
Binary1010000111100010110101000010110011101011000011110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50785A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50785A; }

 p { color: rgb(80,120,90); }

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

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

 a { background-color: rgb(80,120,90); }

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

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

 span { border-color: rgb(80,120,90); }

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