#506D4B

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

Shades of Tom Thumb #506D4B

Tints of Tom Thumb #506D4B

Color information

#506D4B (or 0x506D4B) is unknown color: approx Tom Thumb. HEX triplet: 50, 6D and 4B. RGB value is (80,109,75). Sum of RGB (Red+Green+Blue) = 80+109+75=264 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.30% from 264); Green value is 109 (42.97% from 255 or 41.29% from 264); Blue value is 75 (29.69% from 255 or 28.41% from 264); Max value from RGB is 109 - color contains mainly: green. Hex color #506D4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506D4B is #AF92B4. Grayscale: #606060. Windows color (decimal): -11506357 or 4943184. OLE color: 4943184.

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

Color convert

RGB8010975-
CMYK0.2700.310.57
HSL111.18º18.48%36.08%-
HSV(B)111.18º31.19%42.75%-
XYZ10.0513.158.67-
YUV96.45115.89116.26-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.30%
GREEN value IS 109 (42.97% from 255) = 41.29%
BLUE value IS 75 (29.69% from 255) = 28.41%
R=30.30%
G=41.29%
B=28.41%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal80109750.2700.310.57111.1818.4836.08
Hex506D4B1B01F396f1224
Octal12015511333037711572244
Binary10100001101101100101111011011111111001110111110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506D4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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