#55664D

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

Shades of Tom Thumb #55664D

Tints of Tom Thumb #55664D

Color information

#55664D (or 0x55664D) is unknown color: approx Tom Thumb. HEX triplet: 55, 66 and 4D. RGB value is (85,102,77). Sum of RGB (Red+Green+Blue) = 85+102+77=264 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.20% from 264); Green value is 102 (40.23% from 255 or 38.64% from 264); Blue value is 77 (30.47% from 255 or 29.17% from 264); Max value from RGB is 102 - color contains mainly: green. Hex color #55664D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55664D is #AA99B2. Grayscale: #5E5E5E. Windows color (decimal): -11180467 or 5072469. OLE color: 5072469.

HSL color Cylindrical-coordinate representation of color #55664D: hue angle of 100.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 #55664D is Cyan = 0.17, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.6.

Color convert

RGB8510277-
CMYK0.1700.250.6
HSL100.8º13.97%35.1%-
HSV(B)100.8º24.51%40%-
XYZ9.8411.978.81-
YUV94.07118.37121.53-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.20%
GREEN value IS 102 (40.23% from 255) = 38.64%
BLUE value IS 77 (30.47% from 255) = 29.17%
R=32.20%
G=38.64%
B=29.17%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal85102770.1700.250.6100.813.9735.1
Hex55664D110193C65e23
Octal12514611521031741451643
Binary1010101110011010011011000101100111110011001011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55664D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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