#50604D

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

Shades of Tom Thumb #50604D

Tints of Tom Thumb #50604D

Color information

#50604D (or 0x50604D) is unknown color: approx Tom Thumb. HEX triplet: 50, 60 and 4D. RGB value is (80,96,77). Sum of RGB (Red+Green+Blue) = 80+96+77=253 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.62% from 253); Green value is 96 (37.89% from 255 or 37.94% from 253); Blue value is 77 (30.47% from 255 or 30.43% from 253); Max value from RGB is 96 - color contains mainly: green. Hex color #50604D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50604D is #AF9FB2. Grayscale: #595959. Windows color (decimal): -11509683 or 5070928. OLE color: 5070928.

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

Color convert

RGB809677-
CMYK0.1700.200.62
HSL110.53º10.98%33.92%-
HSV(B)110.53º19.79%37.65%-
XYZ8.8310.618.6-
YUV89.05121.2121.54-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.62%
GREEN value IS 96 (37.89% from 255) = 37.94%
BLUE value IS 77 (30.47% from 255) = 30.43%
R=31.62%
G=37.94%
B=30.43%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8096770.1700.200.62110.5310.9833.92
Hex50604D110143E6fb22
Octal12014011521024761571342
Binary1010000110000010011011000101010011111011011111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50604D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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