#50755E

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

Shades of Como #50755E

Tints of Como #50755E

Color information

#50755E (or 0x50755E) is unknown color: approx Como. HEX triplet: 50, 75 and 5E. RGB value is (80,117,94). Sum of RGB (Red+Green+Blue) = 80+117+94=291 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.49% from 291); Green value is 117 (46.09% from 255 or 40.21% from 291); Blue value is 94 (37.11% from 255 or 32.30% from 291); Max value from RGB is 117 - color contains mainly: green. Hex color #50755E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50755E is #AF8AA1. Grayscale: #676767. Windows color (decimal): -11504290 or 6190416. OLE color: 6190416.

HSL color Cylindrical-coordinate representation of color #50755E: hue angle of 142.7º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #50755E is Cyan = 0.32, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB8011794-
CMYK0.3200.200.54
HSL142.7º18.78%38.63%-
HSV(B)142.7º31.62%45.88%-
XYZ11.6915.2412.91-
YUV103.32122.74111.37-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.49%
GREEN value IS 117 (46.09% from 255) = 40.21%
BLUE value IS 94 (37.11% from 255) = 32.30%
R=27.49%
G=40.21%
B=32.30%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal80117940.3200.200.54142.718.7838.63
Hex50755E20014368f1327
Octal12016513640024662172347
Binary1010000111010110111101000000101001101101000111110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50755E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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