#566550

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

Shades of Tom Thumb #566550

Tints of Tom Thumb #566550

Color information

#566550 (or 0x566550) is unknown color: approx Tom Thumb. HEX triplet: 56, 65 and 50. RGB value is (86,101,80). Sum of RGB (Red+Green+Blue) = 86+101+80=267 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.21% from 267); Green value is 101 (39.84% from 255 or 37.83% from 267); Blue value is 80 (31.64% from 255 or 29.96% from 267); Max value from RGB is 101 - color contains mainly: green. Hex color #566550 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566550 is #A99AAF. Grayscale: #5E5E5E. Windows color (decimal): -11115184 or 5268822. OLE color: 5268822.

HSL color Cylindrical-coordinate representation of color #566550: hue angle of 102.86º 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 #566550 is Cyan = 0.15, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.60.

Color convert

RGB8610180-
CMYK0.1500.210.60
HSL102.86º11.6%35.49%-
HSV(B)102.86º20.79%39.61%-
XYZ9.9411.869.36-
YUV94.12120.03122.21-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 32.21%
GREEN value IS 101 (39.84% from 255) = 37.83%
BLUE value IS 80 (31.64% from 255) = 29.96%
R=32.21%
G=37.83%
B=29.96%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal86101800.1500.210.60102.8611.635.49
Hex566550F0153C67c23
Octal12614512017025741471443
Binary101011011001011010000111101010111110011001111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566550; }

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

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

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

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

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

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

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

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