#50845E

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

Shades of Como #50845E

Tints of Como #50845E

Color information

#50845E (or 0x50845E) is unknown color: approx Como. HEX triplet: 50, 84 and 5E. RGB value is (80,132,94). Sum of RGB (Red+Green+Blue) = 80+132+94=306 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.14% from 306); Green value is 132 (51.95% from 255 or 43.14% from 306); Blue value is 94 (37.11% from 255 or 30.72% from 306); Max value from RGB is 132 - color contains mainly: green. Hex color #50845E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50845E is #AF7BA1. Grayscale: #707070. Windows color (decimal): -11500450 or 6194256. OLE color: 6194256.

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

Color convert

RGB8013294-
CMYK0.3900.290.48
HSL136.15º24.53%41.57%-
HSV(B)136.15º39.39%51.76%-
XYZ13.5819.0213.54-
YUV112.12117.77105.09-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.14%
GREEN value IS 132 (51.95% from 255) = 43.14%
BLUE value IS 94 (37.11% from 255) = 30.72%
R=26.14%
G=43.14%
B=30.72%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal80132940.3900.290.48136.1524.5341.57
Hex50845E2701D3088192a
Octal12020413647035602103152
Binary10100001000010010111101001110111011100001000100011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50845E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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