#50664D

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

Shades of Tom Thumb #50664D

Tints of Tom Thumb #50664D

Color information

#50664D (or 0x50664D) is unknown color: approx Tom Thumb. HEX triplet: 50, 66 and 4D. RGB value is (80,102,77). Sum of RGB (Red+Green+Blue) = 80+102+77=259 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.89% from 259); Green value is 102 (40.23% from 255 or 39.38% from 259); Blue value is 77 (30.47% from 255 or 29.73% from 259); Max value from RGB is 102 - color contains mainly: green. Hex color #50664D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50664D is #AF99B2. Grayscale: #5C5C5C. Windows color (decimal): -11508147 or 5072464. OLE color: 5072464.

HSL color Cylindrical-coordinate representation of color #50664D: hue angle of 112.8º degrees, saturation: 0.14, 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 #50664D is Cyan = 0.22, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.6.

Color convert

RGB8010277-
CMYK0.2200.250.6
HSL112.8º13.97%35.1%-
HSV(B)112.8º24.51%40%-
XYZ9.411.748.79-
YUV92.57119.21119.03-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.89%
GREEN value IS 102 (40.23% from 255) = 39.38%
BLUE value IS 77 (30.47% from 255) = 29.73%
R=30.89%
G=39.38%
B=29.73%

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
Decimal80102770.2200.250.6112.813.9735.1
Hex50664D160193C71e23
Octal12014611526031741611643
Binary1010000110011010011011011001100111110011100011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50664D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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