#50855E

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

Shades of Como #50855E

Tints of Como #50855E

Color information

#50855E (or 0x50855E) is unknown color: approx Como. HEX triplet: 50, 85 and 5E. RGB value is (80,133,94). Sum of RGB (Red+Green+Blue) = 80+133+94=307 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.06% from 307); Green value is 133 (52.34% from 255 or 43.32% from 307); Blue value is 94 (37.11% from 255 or 30.62% from 307); Max value from RGB is 133 - color contains mainly: green. Hex color #50855E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50855E is #AF7AA1. Grayscale: #707070. Windows color (decimal): -11500194 or 6194512. OLE color: 6194512.

HSL color Cylindrical-coordinate representation of color #50855E: hue angle of 135.85º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #50855E is Cyan = 0.40, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB8013394-
CMYK0.4000.290.48
HSL135.85º24.88%41.76%-
HSV(B)135.85º39.85%52.16%-
XYZ13.7219.2913.59-
YUV112.71117.44104.67-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.06%
GREEN value IS 133 (52.34% from 255) = 43.32%
BLUE value IS 94 (37.11% from 255) = 30.62%
R=26.06%
G=43.32%
B=30.62%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal80133940.4000.290.48135.8524.8841.76
Hex50855E2801D3088192a
Octal12020513650035602103152
Binary10100001000010110111101010000111011100001000100011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50855E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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