#50694D

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

Shades of Tom Thumb #50694D

Tints of Tom Thumb #50694D

Color information

#50694D (or 0x50694D) is unknown color: approx Tom Thumb. HEX triplet: 50, 69 and 4D. RGB value is (80,105,77). Sum of RGB (Red+Green+Blue) = 80+105+77=262 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.53% from 262); Green value is 105 (41.41% from 255 or 40.08% from 262); Blue value is 77 (30.47% from 255 or 29.39% from 262); Max value from RGB is 105 - color contains mainly: green. Hex color #50694D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50694D is #AF96B2. Grayscale: #5E5E5E. Windows color (decimal): -11507379 or 5073232. OLE color: 5073232.

HSL color Cylindrical-coordinate representation of color #50694D: hue angle of 113.57º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #50694D is Cyan = 0.24, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.59.

Color convert

RGB8010577-
CMYK0.2400.270.59
HSL113.57º15.38%35.69%-
HSV(B)113.57º26.67%41.18%-
XYZ9.712.348.89-
YUV94.33118.22117.78-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.53%
GREEN value IS 105 (41.41% from 255) = 40.08%
BLUE value IS 77 (30.47% from 255) = 29.39%
R=30.53%
G=40.08%
B=29.39%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal80105770.2400.270.59113.5715.3835.69
Hex50694D1801B3B72f24
Octal12015111530033731621744
Binary1010000110100110011011100001101111101111100101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50694D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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