#50885E

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

Shades of Como #50885E

Tints of Como #50885E

Color information

#50885E (or 0x50885E) is unknown color: approx Como. HEX triplet: 50, 88 and 5E. RGB value is (80,136,94). Sum of RGB (Red+Green+Blue) = 80+136+94=310 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.81% from 310); Green value is 136 (53.52% from 255 or 43.87% from 310); Blue value is 94 (37.11% from 255 or 30.32% from 310); Max value from RGB is 136 - color contains mainly: green. Hex color #50885E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50885E is #AF77A1. Grayscale: #727272. Windows color (decimal): -11499426 or 6195280. OLE color: 6195280.

HSL color Cylindrical-coordinate representation of color #50885E: hue angle of 135º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #50885E is Cyan = 0.41, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB8013694-
CMYK0.4100.310.47
HSL135º25.93%42.35%-
HSV(B)135º41.18%53.33%-
XYZ14.1320.1213.73-
YUV114.47116.45103.42-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.81%
GREEN value IS 136 (53.52% from 255) = 43.87%
BLUE value IS 94 (37.11% from 255) = 30.32%
R=25.81%
G=43.87%
B=30.32%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal80136940.4100.310.4713525.9342.35
Hex50885E2901F2F871a2a
Octal12021013651037572073252
Binary10100001000100010111101010010111111011111000011111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50885E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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