#55624D

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

Shades of Tom Thumb #55624D

Tints of Tom Thumb #55624D

Color information

#55624D (or 0x55624D) is unknown color: approx Tom Thumb. HEX triplet: 55, 62 and 4D. RGB value is (85,98,77). Sum of RGB (Red+Green+Blue) = 85+98+77=260 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.69% from 260); Green value is 98 (38.67% from 255 or 37.69% from 260); Blue value is 77 (30.47% from 255 or 29.62% from 260); Max value from RGB is 98 - color contains mainly: green. Hex color #55624D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55624D is #AA9DB2. Grayscale: #5B5B5B. Windows color (decimal): -11181491 or 5071445. OLE color: 5071445.

HSL color Cylindrical-coordinate representation of color #55624D: hue angle of 97.14º degrees, saturation: 0.12, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #55624D is Cyan = 0.13, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB859877-
CMYK0.1300.210.62
HSL97.14º12%34.31%-
HSV(B)97.14º21.43%38.43%-
XYZ9.4511.28.69-
YUV91.72119.69123.21-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.69%
GREEN value IS 98 (38.67% from 255) = 37.69%
BLUE value IS 77 (30.47% from 255) = 29.62%
R=32.69%
G=37.69%
B=29.62%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8598770.1300.210.6297.141234.31
Hex55624DD0153E61c22
Octal12514211515025761411442
Binary101010111000101001101110101010111111011000011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55624D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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