#50745E

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

Shades of Como #50745E

Tints of Como #50745E

Color information

#50745E (or 0x50745E) is unknown color: approx Como. HEX triplet: 50, 74 and 5E. RGB value is (80,116,94). Sum of RGB (Red+Green+Blue) = 80+116+94=290 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.59% from 290); Green value is 116 (45.70% from 255 or 40% from 290); Blue value is 94 (37.11% from 255 or 32.41% from 290); Max value from RGB is 116 - color contains mainly: green. Hex color #50745E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50745E is #AF8BA1. Grayscale: #666666. Windows color (decimal): -11504546 or 6190160. OLE color: 6190160.

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

Color convert

RGB8011694-
CMYK0.3100.190.55
HSL143.33º18.37%38.43%-
HSV(B)143.33º31.03%45.49%-
XYZ11.571512.88-
YUV102.73123.07111.79-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.59%
GREEN value IS 116 (45.70% from 255) = 40%
BLUE value IS 94 (37.11% from 255) = 32.41%
R=27.59%
G=40%
B=32.41%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal80116940.3100.190.55143.3318.3738.43
Hex50745E1F013378f1226
Octal12016413637023672172246
Binary101000011101001011110111110100111101111000111110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50745E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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