#566352

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

Shades of Tom Thumb #566352

Tints of Tom Thumb #566352

Color information

#566352 (or 0x566352) is unknown color: approx Tom Thumb. HEX triplet: 56, 63 and 52. RGB value is (86,99,82). Sum of RGB (Red+Green+Blue) = 86+99+82=267 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.21% from 267); Green value is 99 (39.06% from 255 or 37.08% from 267); Blue value is 82 (32.42% from 255 or 30.71% from 267); Max value from RGB is 99 - color contains mainly: green. Hex color #566352 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566352 is #A99CAD. Grayscale: #5D5D5D. Windows color (decimal): -11115694 or 5399382. OLE color: 5399382.

HSL color Cylindrical-coordinate representation of color #566352: hue angle of 105.88º degrees, saturation: 0.09, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #566352 is Cyan = 0.13, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.61.

Color convert

RGB869982-
CMYK0.1300.170.61
HSL105.88º9.39%35.49%-
HSV(B)105.88º17.17%38.82%-
XYZ9.8211.519.69-
YUV93.18121.69122.88-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 32.21%
GREEN value IS 99 (39.06% from 255) = 37.08%
BLUE value IS 82 (32.42% from 255) = 30.71%
R=32.21%
G=37.08%
B=30.71%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8699820.1300.170.61105.889.3935.49
Hex566352D0113D6a923
Octal12614312215021751521143
Binary101011011000111010010110101000111110111010101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566352; }

 p { color: rgb(86,99,82); }

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

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

 a { background-color: rgb(86,99,82); }

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

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

 span { border-color: rgb(86,99,82); }

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