#50855D

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

Shades of Como #50855D

Tints of Como #50855D

Color information

#50855D (or 0x50855D) is unknown color: approx Como. HEX triplet: 50, 85 and 5D. RGB value is (80,133,93). Sum of RGB (Red+Green+Blue) = 80+133+93=306 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.14% from 306); Green value is 133 (52.34% from 255 or 43.46% from 306); Blue value is 93 (36.72% from 255 or 30.39% from 306); Max value from RGB is 133 - color contains mainly: green. Hex color #50855D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50855D is #AF7AA2. Grayscale: #707070. Windows color (decimal): -11500195 or 6128976. OLE color: 6128976.

HSL color Cylindrical-coordinate representation of color #50855D: hue angle of 134.72º 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 #50855D is Cyan = 0.40, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB8013393-
CMYK0.4000.300.48
HSL134.72º24.88%41.76%-
HSV(B)134.72º39.85%52.16%-
XYZ13.6719.2713.36-
YUV112.59116.94104.75-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.14%
GREEN value IS 133 (52.34% from 255) = 43.46%
BLUE value IS 93 (36.72% from 255) = 30.39%
R=26.14%
G=43.46%
B=30.39%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal80133930.4000.300.48134.7224.8841.76
Hex50855D2801E3087192a
Octal12020513550036602073152
Binary10100001000010110111011010000111101100001000011111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50855D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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