#50604C

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

Shades of Tom Thumb #50604C

Tints of Tom Thumb #50604C

Color information

#50604C (or 0x50604C) is unknown color: approx Tom Thumb. HEX triplet: 50, 60 and 4C. RGB value is (80,96,76). Sum of RGB (Red+Green+Blue) = 80+96+76=252 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.75% from 252); Green value is 96 (37.89% from 255 or 38.10% from 252); Blue value is 76 (30.08% from 255 or 30.16% from 252); Max value from RGB is 96 - color contains mainly: green. Hex color #50604C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50604C is #AF9FB3. Grayscale: #595959. Windows color (decimal): -11509684 or 5005392. OLE color: 5005392.

HSL color Cylindrical-coordinate representation of color #50604C: hue angle of 108º degrees, saturation: 0.12, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #50604C is Cyan = 0.17, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB809676-
CMYK0.1700.210.62
HSL108º11.63%33.73%-
HSV(B)108º20.83%37.65%-
XYZ8.810.598.42-
YUV88.94120.7121.63-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.75%
GREEN value IS 96 (37.89% from 255) = 38.10%
BLUE value IS 76 (30.08% from 255) = 30.16%
R=31.75%
G=38.10%
B=30.16%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8096760.1700.210.6210811.6333.73
Hex50604C110153E6cc22
Octal12014011421025761541442
Binary1010000110000010011001000101010111111011011001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50604C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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