#563D52

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

Shades of Purple Taupe #563D52

Tints of Purple Taupe #563D52

Color information

#563D52 (or 0x563D52) is unknown color: approx Purple Taupe. HEX triplet: 56, 3D and 52. RGB value is (86,61,82). Sum of RGB (Red+Green+Blue) = 86+61+82=229 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.55% from 229); Green value is 61 (24.22% from 255 or 26.64% from 229); Blue value is 82 (32.42% from 255 or 35.81% from 229); Max value from RGB is 86 - color contains mainly: red. Hex color #563D52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563D52 is #A9C2AD. Grayscale: #464646. Windows color (decimal): -11125422 or 5389654. OLE color: 5389654.

HSL color Cylindrical-coordinate representation of color #563D52: hue angle of 309.6º 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 #563D52 is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.66.

Color convert

RGB866182-
CMYK00.290.050.66
HSL309.6º17.01%28.82%-
HSV(B)309.6º29.07%33.73%-
XYZ7.035.938.76-
YUV70.87134.28138.79-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 37.55%
GREEN value IS 61 (24.22% from 255) = 26.64%
BLUE value IS 82 (32.42% from 255) = 35.81%
R=37.55%
G=26.64%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.05
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86618200.290.050.66309.617.0128.82
Hex563D5201D542136111d
Octal1267512203551024662135
Binary1010110111101101001001110110110000101001101101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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