#55604E

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

Shades of Tom Thumb #55604E

Tints of Tom Thumb #55604E

Color information

#55604E (or 0x55604E) is unknown color: approx Tom Thumb. HEX triplet: 55, 60 and 4E. RGB value is (85,96,78). Sum of RGB (Red+Green+Blue) = 85+96+78=259 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.82% from 259); Green value is 96 (37.89% from 255 or 37.07% from 259); Blue value is 78 (30.86% from 255 or 30.12% from 259); Max value from RGB is 96 - color contains mainly: green. Hex color #55604E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55604E is #AA9FB1. Grayscale: #5A5A5A. Windows color (decimal): -11182002 or 5136469. OLE color: 5136469.

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

Color convert

RGB859678-
CMYK0.1100.190.62
HSL96.67º10.34%34.12%-
HSV(B)96.67º18.75%37.65%-
XYZ9.310.858.81-
YUV90.66120.86123.96-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.82%
GREEN value IS 96 (37.89% from 255) = 37.07%
BLUE value IS 78 (30.86% from 255) = 30.12%
R=32.82%
G=37.07%
B=30.12%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8596780.1100.190.6296.6710.3434.12
Hex55604EB0133E61a22
Octal12514011613023761411242
Binary101010111000001001110101101001111111011000011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55604E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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