#563D53

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

Shades of Purple Taupe #563D53

Tints of Purple Taupe #563D53

Color information

#563D53 (or 0x563D53) is unknown color: approx Purple Taupe. HEX triplet: 56, 3D and 53. RGB value is (86,61,83). Sum of RGB (Red+Green+Blue) = 86+61+83=230 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.39% from 230); Green value is 61 (24.22% from 255 or 26.52% from 230); Blue value is 83 (32.81% from 255 or 36.09% from 230); Max value from RGB is 86 - color contains mainly: red. Hex color #563D53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563D53 is #A9C2AC. Grayscale: #464646. Windows color (decimal): -11125421 or 5455190. OLE color: 5455190.

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

Color convert

RGB866183-
CMYK00.290.030.66
HSL307.2º17.01%28.82%-
HSV(B)307.2º29.07%33.73%-
XYZ7.075.948.96-
YUV70.98134.78138.71-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 37.39%
GREEN value IS 61 (24.22% from 255) = 26.52%
BLUE value IS 83 (32.81% from 255) = 36.09%
R=37.39%
G=26.52%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.03
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86618300.290.030.66307.217.0128.82
Hex563D5301D342133111d
Octal1267512303531024632135
Binary101011011110110100110111011110000101001100111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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