#506D5E

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

Shades of Como #506D5E

Tints of Como #506D5E

Color information

#506D5E (or 0x506D5E) is unknown color: approx Como. HEX triplet: 50, 6D and 5E. RGB value is (80,109,94). Sum of RGB (Red+Green+Blue) = 80+109+94=283 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.27% from 283); Green value is 109 (42.97% from 255 or 38.52% from 283); Blue value is 94 (37.11% from 255 or 33.22% from 283); Max value from RGB is 109 - color contains mainly: green. Hex color #506D5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506D5E is #AF92A1. Grayscale: #626262. Windows color (decimal): -11506338 or 6188368. OLE color: 6188368.

HSL color Cylindrical-coordinate representation of color #506D5E: hue angle of 148.97º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #506D5E is Cyan = 0.27, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.57.

Color convert

RGB8010994-
CMYK0.2700.140.57
HSL148.97º15.34%37.06%-
HSV(B)148.97º26.61%42.75%-
XYZ10.813.4512.62-
YUV98.62125.39114.72-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.27%
GREEN value IS 109 (42.97% from 255) = 38.52%
BLUE value IS 94 (37.11% from 255) = 33.22%
R=28.27%
G=38.52%
B=33.22%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal80109940.2700.140.57148.9715.3437.06
Hex506D5E1B0E3995f25
Octal12015513633016712251745
Binary1010000110110110111101101101110111001100101011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506D5E; }

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

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

<style>
 a { background-color: #506D5E; }

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

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

<style>
 span { border-color: #506D5E; }

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

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