#55614F

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

Shades of Tom Thumb #55614F

Tints of Tom Thumb #55614F

Color information

#55614F (or 0x55614F) is unknown color: approx Tom Thumb. HEX triplet: 55, 61 and 4F. RGB value is (85,97,79). Sum of RGB (Red+Green+Blue) = 85+97+79=261 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.57% from 261); Green value is 97 (38.28% from 255 or 37.16% from 261); Blue value is 79 (31.25% from 255 or 30.27% from 261); Max value from RGB is 97 - color contains mainly: green. Hex color #55614F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55614F is #AA9EB0. Grayscale: #5B5B5B. Windows color (decimal): -11181745 or 5202261. OLE color: 5202261.

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

Color convert

RGB859779-
CMYK0.1200.190.62
HSL100º10.23%34.51%-
HSV(B)100º18.56%38.04%-
XYZ9.4311.059.03-
YUV91.36121.02123.46-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.57%
GREEN value IS 97 (38.28% from 255) = 37.16%
BLUE value IS 79 (31.25% from 255) = 30.27%
R=32.57%
G=37.16%
B=30.27%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8597790.1200.190.6210010.2334.51
Hex55614FC0133E64a23
Octal12514111714023761441243
Binary101010111000011001111110001001111111011001001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55614F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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