#563353

Color #563353 Purple Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Taupe #563353

Tints of Purple Taupe #563353

Color information

#563353 (or 0x563353) is unknown color: approx Purple Taupe. HEX triplet: 56, 33 and 53. RGB value is (86,51,83). Sum of RGB (Red+Green+Blue) = 86+51+83=220 (29% of max value = 765). Red value is 86 (33.98% from 255 or 39.09% from 220); Green value is 51 (20.31% from 255 or 23.18% from 220); Blue value is 83 (32.81% from 255 or 37.73% from 220); Max value from RGB is 86 - color contains mainly: red. Hex color #563353 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563353 is #A9CCAC. Grayscale: #414141. Windows color (decimal): -11127981 or 5452630. OLE color: 5452630.

HSL color Cylindrical-coordinate representation of color #563353: hue angle of 305.14º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #563353 is Cyan = 0, Magento = 0.41, Yellow = 0.03 and Black (K on CMYK) = 0.66.

Color convert

RGB865183-
CMYK00.410.030.66
HSL305.14º25.55%26.86%-
HSV(B)305.14º40.7%33.73%-
XYZ6.584.978.8-
YUV65.11138.1142.9-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 39.09%
GREEN value IS 51 (20.31% from 255) = 23.18%
BLUE value IS 83 (32.81% from 255) = 37.73%
R=39.09%
G=23.18%
B=37.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.03
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86518300.410.030.66305.1425.5526.86
Hex5633530293421311a1b
Octal1266312305131024613233
Binary1010110110011101001101010011110000101001100011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563353; }

 p { color: rgb(86,51,83); }

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

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

 a { background-color: rgb(86,51,83); }

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

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

 span { border-color: rgb(86,51,83); }

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