#556551

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

Shades of Tom Thumb #556551

Tints of Tom Thumb #556551

Color information

#556551 (or 0x556551) is unknown color: approx Tom Thumb. HEX triplet: 55, 65 and 51. RGB value is (85,101,81). Sum of RGB (Red+Green+Blue) = 85+101+81=267 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.84% from 267); Green value is 101 (39.84% from 255 or 37.83% from 267); Blue value is 81 (32.03% from 255 or 30.34% from 267); Max value from RGB is 101 - color contains mainly: green. Hex color #556551 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556551 is #AA9AAE. Grayscale: #5E5E5E. Windows color (decimal): -11180719 or 5334357. OLE color: 5334357.

HSL color Cylindrical-coordinate representation of color #556551: hue angle of 108º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #556551 is Cyan = 0.16, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.60.

Color convert

RGB8510181-
CMYK0.1600.200.60
HSL108º10.99%35.69%-
HSV(B)108º19.8%39.61%-
XYZ9.8911.839.55-
YUV93.94120.7121.63-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.84%
GREEN value IS 101 (39.84% from 255) = 37.83%
BLUE value IS 81 (32.03% from 255) = 30.34%
R=31.84%
G=37.83%
B=30.34%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal85101810.1600.200.6010810.9935.69
Hex556551100143C6cb24
Octal12514512120024741541344
Binary1010101110010110100011000001010011110011011001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556551; }

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

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

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

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

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

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

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

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