#50765E

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

Shades of Como #50765E

Tints of Como #50765E

Color information

#50765E (or 0x50765E) is unknown color: approx Como. HEX triplet: 50, 76 and 5E. RGB value is (80,118,94). Sum of RGB (Red+Green+Blue) = 80+118+94=292 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.40% from 292); Green value is 118 (46.48% from 255 or 40.41% from 292); Blue value is 94 (37.11% from 255 or 32.19% from 292); Max value from RGB is 118 - color contains mainly: green. Hex color #50765E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50765E is #AF89A1. Grayscale: #676767. Windows color (decimal): -11504034 or 6190672. OLE color: 6190672.

HSL color Cylindrical-coordinate representation of color #50765E: hue angle of 142.11º 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 #50765E is Cyan = 0.32, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB8011894-
CMYK0.3200.200.54
HSL142.11º19.19%38.82%-
HSV(B)142.11º32.2%46.27%-
XYZ11.8115.4712.95-
YUV103.9122.41110.95-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.40%
GREEN value IS 118 (46.48% from 255) = 40.41%
BLUE value IS 94 (37.11% from 255) = 32.19%
R=27.40%
G=40.41%
B=32.19%

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
Decimal80118940.3200.200.54142.1119.1938.82
Hex50765E20014368e1327
Octal12016613640024662162347
Binary1010000111011010111101000000101001101101000111010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50765E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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