#55614E

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

Shades of Tom Thumb #55614E

Tints of Tom Thumb #55614E

Color information

#55614E (or 0x55614E) is unknown color: approx Tom Thumb. HEX triplet: 55, 61 and 4E. RGB value is (85,97,78). Sum of RGB (Red+Green+Blue) = 85+97+78=260 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.69% from 260); Green value is 97 (38.28% from 255 or 37.31% from 260); Blue value is 78 (30.86% from 255 or 30% from 260); Max value from RGB is 97 - color contains mainly: green. Hex color #55614E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55614E is #AA9EB1. Grayscale: #5B5B5B. Windows color (decimal): -11181746 or 5136725. OLE color: 5136725.

HSL color Cylindrical-coordinate representation of color #55614E: hue angle of 97.89º 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 #55614E is Cyan = 0.12, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB859778-
CMYK0.1200.200.62
HSL97.89º10.86%34.31%-
HSV(B)97.89º19.59%38.04%-
XYZ9.411.038.84-
YUV91.25120.52123.54-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.69%
GREEN value IS 97 (38.28% from 255) = 37.31%
BLUE value IS 78 (30.86% from 255) = 30%
R=32.69%
G=37.31%
B=30%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8597780.1200.200.6297.8910.8634.31
Hex55614EC0143E62b22
Octal12514111614024761421342
Binary101010111000011001110110001010011111011000101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55614E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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