#55624F

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

Shades of Tom Thumb #55624F

Tints of Tom Thumb #55624F

Color information

#55624F (or 0x55624F) is unknown color: approx Tom Thumb. HEX triplet: 55, 62 and 4F. RGB value is (85,98,79). Sum of RGB (Red+Green+Blue) = 85+98+79=262 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.44% from 262); Green value is 98 (38.67% from 255 or 37.40% from 262); Blue value is 79 (31.25% from 255 or 30.15% from 262); Max value from RGB is 98 - color contains mainly: green. Hex color #55624F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55624F is #AA9DB0. Grayscale: #5C5C5C. Windows color (decimal): -11181489 or 5202517. OLE color: 5202517.

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

Color convert

RGB859879-
CMYK0.1300.190.62
HSL101.05º10.73%34.71%-
HSV(B)101.05º19.39%38.43%-
XYZ9.5311.239.06-
YUV91.95120.69123.04-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.44%
GREEN value IS 98 (38.67% from 255) = 37.40%
BLUE value IS 79 (31.25% from 255) = 30.15%
R=32.44%
G=37.40%
B=30.15%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8598790.1300.190.62101.0510.7334.71
Hex55624FD0133E65b23
Octal12514211715023761451343
Binary101010111000101001111110101001111111011001011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55624F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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