#563D4F

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

Shades of Purple Taupe #563D4F

Tints of Purple Taupe #563D4F

Color information

#563D4F (or 0x563D4F) is unknown color: approx Purple Taupe. HEX triplet: 56, 3D and 4F. RGB value is (86,61,79). Sum of RGB (Red+Green+Blue) = 86+61+79=226 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.05% from 226); Green value is 61 (24.22% from 255 or 26.99% from 226); Blue value is 79 (31.25% from 255 or 34.96% from 226); Max value from RGB is 86 - color contains mainly: red. Hex color #563D4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563D4F is #A9C2B0. Grayscale: #464646. Windows color (decimal): -11125425 or 5193046. OLE color: 5193046.

HSL color Cylindrical-coordinate representation of color #563D4F: hue angle of 316.8º degrees, saturation: 0.17, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #563D4F is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.66.

Color convert

RGB866179-
CMYK00.290.080.66
HSL316.8º17.01%28.82%-
HSV(B)316.8º29.07%33.73%-
XYZ6.925.888.17-
YUV70.53132.78139.04-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 38.05%
GREEN value IS 61 (24.22% from 255) = 26.99%
BLUE value IS 79 (31.25% from 255) = 34.96%
R=38.05%
G=26.99%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.08
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86617900.290.080.66316.817.0128.82
Hex563D4F01D84213d111d
Octal12675117035101024752135
Binary10101101111011001111011101100010000101001111011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563D4F; }

 p { color: rgb(86,61,79); }

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

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

 a { background-color: rgb(86,61,79); }

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

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

 span { border-color: rgb(86,61,79); }

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