#55604F

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

Shades of Tom Thumb #55604F

Tints of Tom Thumb #55604F

Color information

#55604F (or 0x55604F) is unknown color: approx Tom Thumb. HEX triplet: 55, 60 and 4F. RGB value is (85,96,79). Sum of RGB (Red+Green+Blue) = 85+96+79=260 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.69% from 260); Green value is 96 (37.89% from 255 or 36.92% from 260); Blue value is 79 (31.25% from 255 or 30.38% from 260); Max value from RGB is 96 - color contains mainly: green. Hex color #55604F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55604F is #AA9FB0. Grayscale: #5A5A5A. Windows color (decimal): -11182001 or 5202005. OLE color: 5202005.

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

Color convert

RGB859679-
CMYK0.1100.180.62
HSL98.82º9.71%34.31%-
HSV(B)98.82º17.71%37.65%-
XYZ9.3410.869-
YUV90.77121.36123.88-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.69%
GREEN value IS 96 (37.89% from 255) = 36.92%
BLUE value IS 79 (31.25% from 255) = 30.38%
R=32.69%
G=36.92%
B=30.38%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8596790.1100.180.6298.829.7134.31
Hex55604FB0123E63a22
Octal12514011713022761431242
Binary101010111000001001111101101001011111011000111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55604F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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