#50684C

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

Shades of Tom Thumb #50684C

Tints of Tom Thumb #50684C

Color information

#50684C (or 0x50684C) is unknown color: approx Tom Thumb. HEX triplet: 50, 68 and 4C. RGB value is (80,104,76). Sum of RGB (Red+Green+Blue) = 80+104+76=260 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.77% from 260); Green value is 104 (41.02% from 255 or 40% from 260); Blue value is 76 (30.08% from 255 or 29.23% from 260); Max value from RGB is 104 - color contains mainly: green. Hex color #50684C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50684C is #AF97B3. Grayscale: #5D5D5D. Windows color (decimal): -11507636 or 5007440. OLE color: 5007440.

HSL color Cylindrical-coordinate representation of color #50684C: hue angle of 111.43º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #50684C is Cyan = 0.23, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.59.

Color convert

RGB8010476-
CMYK0.2300.270.59
HSL111.43º15.56%35.29%-
HSV(B)111.43º26.92%40.78%-
XYZ9.5612.138.67-
YUV93.63118.05118.28-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.77%
GREEN value IS 104 (41.02% from 255) = 40%
BLUE value IS 76 (30.08% from 255) = 29.23%
R=30.77%
G=40%
B=29.23%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal80104760.2300.270.59111.4315.5635.29
Hex50684C1701B3B6f1023
Octal12015011427033731572043
Binary10100001101000100110010111011011111011110111110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50684C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50684C; }

 p { color: rgb(80,104,76); }

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

<style>
 a { background-color: #50684C; }

 a { background-color: rgb(80,104,76); }

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

<style>
 span { border-color: #50684C; }

 span { border-color: rgb(80,104,76); }

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