#50745D

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

Shades of Como #50745D

Tints of Como #50745D

Color information

#50745D (or 0x50745D) is unknown color: approx Como. HEX triplet: 50, 74 and 5D. RGB value is (80,116,93). Sum of RGB (Red+Green+Blue) = 80+116+93=289 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.68% from 289); Green value is 116 (45.70% from 255 or 40.14% from 289); Blue value is 93 (36.72% from 255 or 32.18% from 289); Max value from RGB is 116 - color contains mainly: green. Hex color #50745D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50745D is #AF8BA2. Grayscale: #666666. Windows color (decimal): -11504547 or 6124624. OLE color: 6124624.

HSL color Cylindrical-coordinate representation of color #50745D: hue angle of 141.67º 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 #50745D is Cyan = 0.31, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB8011693-
CMYK0.3100.200.55
HSL141.67º18.37%38.43%-
HSV(B)141.67º31.03%45.49%-
XYZ11.5314.9912.64-
YUV102.61122.57111.87-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.68%
GREEN value IS 116 (45.70% from 255) = 40.14%
BLUE value IS 93 (36.72% from 255) = 32.18%
R=27.68%
G=40.14%
B=32.18%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal80116930.3100.200.55141.6718.3738.43
Hex50745D1F014378e1226
Octal12016413537024672162246
Binary101000011101001011101111110101001101111000111010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50745D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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