#50745B

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

Shades of Como #50745B

Tints of Como #50745B

Color information

#50745B (or 0x50745B) is unknown color: approx Como. HEX triplet: 50, 74 and 5B. RGB value is (80,116,91). Sum of RGB (Red+Green+Blue) = 80+116+91=287 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.87% from 287); Green value is 116 (45.70% from 255 or 40.42% from 287); Blue value is 91 (35.94% from 255 or 31.71% from 287); Max value from RGB is 116 - color contains mainly: green. Hex color #50745B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50745B is #AF8BA4. Grayscale: #666666. Windows color (decimal): -11504549 or 5993552. OLE color: 5993552.

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

Color convert

RGB8011691-
CMYK0.3100.220.55
HSL138.33º18.37%38.43%-
HSV(B)138.33º31.03%45.49%-
XYZ11.4414.9512.18-
YUV102.39121.57112.03-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.87%
GREEN value IS 116 (45.70% from 255) = 40.42%
BLUE value IS 91 (35.94% from 255) = 31.71%
R=27.87%
G=40.42%
B=31.71%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal80116910.3100.220.55138.3318.3738.43
Hex50745B1F016378a1226
Octal12016413337026672122246
Binary101000011101001011011111110101101101111000101010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50745B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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