#556550

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

Shades of Tom Thumb #556550

Tints of Tom Thumb #556550

Color information

#556550 (or 0x556550) is unknown color: approx Tom Thumb. HEX triplet: 55, 65 and 50. RGB value is (85,101,80). Sum of RGB (Red+Green+Blue) = 85+101+80=266 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.95% from 266); Green value is 101 (39.84% from 255 or 37.97% from 266); Blue value is 80 (31.64% from 255 or 30.08% from 266); Max value from RGB is 101 - color contains mainly: green. Hex color #556550 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556550 is #AA9AAF. Grayscale: #5D5D5D. Windows color (decimal): -11180720 or 5268821. OLE color: 5268821.

HSL color Cylindrical-coordinate representation of color #556550: hue angle of 105.71º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #556550 is Cyan = 0.16, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.60.

Color convert

RGB8510180-
CMYK0.1600.210.60
HSL105.71º11.6%35.49%-
HSV(B)105.71º20.79%39.61%-
XYZ9.8511.829.35-
YUV93.82120.2121.71-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.95%
GREEN value IS 101 (39.84% from 255) = 37.97%
BLUE value IS 80 (31.64% from 255) = 30.08%
R=31.95%
G=37.97%
B=30.08%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal85101800.1600.210.60105.7111.635.49
Hex556550100153C6ac23
Octal12514512020025741521443
Binary1010101110010110100001000001010111110011010101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556550; }

 p { color: rgb(85,101,80); }

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

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

 a { background-color: rgb(85,101,80); }

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

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

 span { border-color: rgb(85,101,80); }

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