#55624B

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

Shades of Tom Thumb #55624B

Tints of Tom Thumb #55624B

Color information

#55624B (or 0x55624B) is unknown color: approx Tom Thumb. HEX triplet: 55, 62 and 4B. RGB value is (85,98,75). Sum of RGB (Red+Green+Blue) = 85+98+75=258 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.95% from 258); Green value is 98 (38.67% from 255 or 37.98% from 258); Blue value is 75 (29.69% from 255 or 29.07% from 258); Max value from RGB is 98 - color contains mainly: green. Hex color #55624B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55624B is #AA9DB4. Grayscale: #5B5B5B. Windows color (decimal): -11181493 or 4940373. OLE color: 4940373.

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

Color convert

RGB859875-
CMYK0.1300.230.62
HSL93.91º13.29%33.92%-
HSV(B)93.91º23.47%38.43%-
XYZ9.3811.178.32-
YUV91.49118.69123.37-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.95%
GREEN value IS 98 (38.67% from 255) = 37.98%
BLUE value IS 75 (29.69% from 255) = 29.07%
R=32.95%
G=37.98%
B=29.07%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8598750.1300.230.6293.9113.2933.92
Hex55624BD0173E5ed22
Octal12514211315027761361542
Binary101010111000101001011110101011111111010111101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55624B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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