#55604D

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

Shades of Tom Thumb #55604D

Tints of Tom Thumb #55604D

Color information

#55604D (or 0x55604D) is unknown color: approx Tom Thumb. HEX triplet: 55, 60 and 4D. RGB value is (85,96,77). Sum of RGB (Red+Green+Blue) = 85+96+77=258 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.95% from 258); Green value is 96 (37.89% from 255 or 37.21% from 258); Blue value is 77 (30.47% from 255 or 29.84% from 258); Max value from RGB is 96 - color contains mainly: green. Hex color #55604D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55604D is #AA9FB2. Grayscale: #5A5A5A. Windows color (decimal): -11182003 or 5070933. OLE color: 5070933.

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

Color convert

RGB859677-
CMYK0.1100.200.62
HSL94.74º10.98%33.92%-
HSV(B)94.74º19.79%37.65%-
XYZ9.2710.838.62-
YUV90.54120.36124.04-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.95%
GREEN value IS 96 (37.89% from 255) = 37.21%
BLUE value IS 77 (30.47% from 255) = 29.84%
R=32.95%
G=37.21%
B=29.84%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8596770.1100.200.6294.7410.9833.92
Hex55604DB0143E5fb22
Octal12514011513024761371342
Binary101010111000001001101101101010011111010111111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55604D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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