#507F5E

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

Shades of Como #507F5E

Tints of Como #507F5E

Color information

#507F5E (or 0x507F5E) is unknown color: approx Como. HEX triplet: 50, 7F and 5E. RGB value is (80,127,94). Sum of RGB (Red+Green+Blue) = 80+127+94=301 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.58% from 301); Green value is 127 (50% from 255 or 42.19% from 301); Blue value is 94 (37.11% from 255 or 31.23% from 301); Max value from RGB is 127 - color contains mainly: green. Hex color #507F5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507F5E is #AF80A1. Grayscale: #6D6D6D. Windows color (decimal): -11501730 or 6192976. OLE color: 6192976.

HSL color Cylindrical-coordinate representation of color #507F5E: hue angle of 137.87º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #507F5E is Cyan = 0.37, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.50.

Color convert

RGB8012794-
CMYK0.3700.260.50
HSL137.87º22.71%40.59%-
HSV(B)137.87º37.01%49.8%-
XYZ12.9217.6913.32-
YUV109.18119.43107.18-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.58%
GREEN value IS 127 (50% from 255) = 42.19%
BLUE value IS 94 (37.11% from 255) = 31.23%
R=26.58%
G=42.19%
B=31.23%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal80127940.3700.260.50137.8722.7140.59
Hex507F5E2501A328a1729
Octal12017713645032622122751
Binary1010000111111110111101001010110101100101000101010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507F5E; }

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

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

<style>
 a { background-color: #507F5E; }

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

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

<style>
 span { border-color: #507F5E; }

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

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