#50664C

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

Shades of Tom Thumb #50664C

Tints of Tom Thumb #50664C

Color information

#50664C (or 0x50664C) is unknown color: approx Tom Thumb. HEX triplet: 50, 66 and 4C. RGB value is (80,102,76). Sum of RGB (Red+Green+Blue) = 80+102+76=258 (34% of max value = 765). Red value is 80 (31.64% from 255 or 31.01% from 258); Green value is 102 (40.23% from 255 or 39.53% from 258); Blue value is 76 (30.08% from 255 or 29.46% from 258); Max value from RGB is 102 - color contains mainly: green. Hex color #50664C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50664C is #AF99B3. Grayscale: #5C5C5C. Windows color (decimal): -11508148 or 5006928. OLE color: 5006928.

HSL color Cylindrical-coordinate representation of color #50664C: hue angle of 110.77º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #50664C is Cyan = 0.22, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.6.

Color convert

RGB8010276-
CMYK0.2200.250.6
HSL110.77º14.61%34.9%-
HSV(B)110.77º25.49%40%-
XYZ9.3611.738.61-
YUV92.46118.71119.11-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.01%
GREEN value IS 102 (40.23% from 255) = 39.53%
BLUE value IS 76 (30.08% from 255) = 29.46%
R=31.01%
G=39.53%
B=29.46%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal80102760.2200.250.6110.7714.6134.9
Hex50664C160193C6ff23
Octal12014611426031741571743
Binary1010000110011010011001011001100111110011011111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50664C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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