#55684E

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

Shades of Tom Thumb #55684E

Tints of Tom Thumb #55684E

Color information

#55684E (or 0x55684E) is unknown color: approx Tom Thumb. HEX triplet: 55, 68 and 4E. RGB value is (85,104,78). Sum of RGB (Red+Green+Blue) = 85+104+78=267 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.84% from 267); Green value is 104 (41.02% from 255 or 38.95% from 267); Blue value is 78 (30.86% from 255 or 29.21% from 267); Max value from RGB is 104 - color contains mainly: green. Hex color #55684E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55684E is #AA97B1. Grayscale: #5F5F5F. Windows color (decimal): -11179954 or 5138517. OLE color: 5138517.

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

Color convert

RGB8510478-
CMYK0.1800.250.59
HSL103.85º14.29%35.69%-
HSV(B)103.85º25%40.78%-
XYZ10.0712.389.07-
YUV95.35118.21120.61-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.84%
GREEN value IS 104 (41.02% from 255) = 38.95%
BLUE value IS 78 (30.86% from 255) = 29.21%
R=31.84%
G=38.95%
B=29.21%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal85104780.1800.250.59103.8514.2935.69
Hex55684E120193B68e24
Octal12515011622031731501644
Binary1010101110100010011101001001100111101111010001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55684E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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