#55684B

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

Shades of Tom Thumb #55684B

Tints of Tom Thumb #55684B

Color information

#55684B (or 0x55684B) is unknown color: approx Tom Thumb. HEX triplet: 55, 68 and 4B. RGB value is (85,104,75). Sum of RGB (Red+Green+Blue) = 85+104+75=264 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.20% from 264); Green value is 104 (41.02% from 255 or 39.39% from 264); Blue value is 75 (29.69% from 255 or 28.41% from 264); Max value from RGB is 104 - color contains mainly: green. Hex color #55684B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55684B is #AA97B4. Grayscale: #5F5F5F. Windows color (decimal): -11179957 or 4941909. OLE color: 4941909.

HSL color Cylindrical-coordinate representation of color #55684B: hue angle of 99.31º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #55684B is Cyan = 0.18, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.59.

Color convert

RGB8510475-
CMYK0.1800.280.59
HSL99.31º16.2%35.1%-
HSV(B)99.31º27.88%40.78%-
XYZ9.9712.348.51-
YUV95.01116.71120.86-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.20%
GREEN value IS 104 (41.02% from 255) = 39.39%
BLUE value IS 75 (29.69% from 255) = 28.41%
R=32.20%
G=39.39%
B=28.41%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal85104750.1800.280.5999.3116.235.1
Hex55684B1201C3B631023
Octal12515011322034731432043
Binary10101011101000100101110010011100111011110001110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55684B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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