#50735E

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

Shades of Como #50735E

Tints of Como #50735E

Color information

#50735E (or 0x50735E) is unknown color: approx Como. HEX triplet: 50, 73 and 5E. RGB value is (80,115,94). Sum of RGB (Red+Green+Blue) = 80+115+94=289 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.68% from 289); Green value is 115 (45.31% from 255 or 39.79% from 289); Blue value is 94 (37.11% from 255 or 32.53% from 289); Max value from RGB is 115 - color contains mainly: green. Hex color #50735E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50735E is #AF8CA1. Grayscale: #666666. Windows color (decimal): -11504802 or 6189904. OLE color: 6189904.

HSL color Cylindrical-coordinate representation of color #50735E: hue angle of 144º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #50735E is Cyan = 0.30, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB8011594-
CMYK0.3000.180.55
HSL144º17.95%38.24%-
HSV(B)144º30.43%45.1%-
XYZ11.4614.7812.84-
YUV102.14123.4112.21-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.68%
GREEN value IS 115 (45.31% from 255) = 39.79%
BLUE value IS 94 (37.11% from 255) = 32.53%
R=27.68%
G=39.79%
B=32.53%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal80115940.3000.180.5514417.9538.24
Hex50735E1E01237901226
Octal12016313636022672202246
Binary101000011100111011110111100100101101111001000010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50735E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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