#50865E

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

Shades of Como #50865E

Tints of Como #50865E

Color information

#50865E (or 0x50865E) is unknown color: approx Como. HEX triplet: 50, 86 and 5E. RGB value is (80,134,94). Sum of RGB (Red+Green+Blue) = 80+134+94=308 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.97% from 308); Green value is 134 (52.73% from 255 or 43.51% from 308); Blue value is 94 (37.11% from 255 or 30.52% from 308); Max value from RGB is 134 - color contains mainly: green. Hex color #50865E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50865E is #AF79A1. Grayscale: #717171. Windows color (decimal): -11499938 or 6194768. OLE color: 6194768.

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

Color convert

RGB8013494-
CMYK0.4000.300.47
HSL135.56º25.23%41.96%-
HSV(B)135.56º40.3%52.55%-
XYZ13.8519.5613.64-
YUV113.29117.11104.25-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.97%
GREEN value IS 134 (52.73% from 255) = 43.51%
BLUE value IS 94 (37.11% from 255) = 30.52%
R=25.97%
G=43.51%
B=30.52%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal80134940.4000.300.47135.5625.2341.96
Hex50865E2801E2F88192a
Octal12020613650036572103152
Binary10100001000011010111101010000111101011111000100011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50865E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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