#506D4D

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

Shades of Tom Thumb #506D4D

Tints of Tom Thumb #506D4D

Color information

#506D4D (or 0x506D4D) is unknown color: approx Tom Thumb. HEX triplet: 50, 6D and 4D. RGB value is (80,109,77). Sum of RGB (Red+Green+Blue) = 80+109+77=266 (35% of max value = 765). Red value is 80 (31.64% from 255 or 30.08% from 266); Green value is 109 (42.97% from 255 or 40.98% from 266); Blue value is 77 (30.47% from 255 or 28.95% from 266); Max value from RGB is 109 - color contains mainly: green. Hex color #506D4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506D4D is #AF92B2. Grayscale: #606060. Windows color (decimal): -11506355 or 5074256. OLE color: 5074256.

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

Color convert

RGB8010977-
CMYK0.2700.290.57
HSL114.37º17.2%36.47%-
HSV(B)114.37º29.36%42.75%-
XYZ10.1213.189.03-
YUV96.68116.89116.1-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.08%
GREEN value IS 109 (42.97% from 255) = 40.98%
BLUE value IS 77 (30.47% from 255) = 28.95%
R=30.08%
G=40.98%
B=28.95%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal80109770.2700.290.57114.3717.236.47
Hex506D4D1B01D39721124
Octal12015511533035711622144
Binary10100001101101100110111011011101111001111001010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506D4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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