#563F53

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

Shades of Purple Taupe #563F53

Tints of Purple Taupe #563F53

Color information

#563F53 (or 0x563F53) is unknown color: approx Purple Taupe. HEX triplet: 56, 3F and 53. RGB value is (86,63,83). Sum of RGB (Red+Green+Blue) = 86+63+83=232 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.07% from 232); Green value is 63 (25% from 255 or 27.16% from 232); Blue value is 83 (32.81% from 255 or 35.78% from 232); Max value from RGB is 86 - color contains mainly: red. Hex color #563F53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563F53 is #A9C0AC. Grayscale: #484848. Windows color (decimal): -11124909 or 5455702. OLE color: 5455702.

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

Color convert

RGB866383-
CMYK00.270.030.66
HSL307.83º15.44%29.22%-
HSV(B)307.83º26.74%33.73%-
XYZ7.186.168.99-
YUV72.16134.12137.87-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 37.07%
GREEN value IS 63 (25% from 255) = 27.16%
BLUE value IS 83 (32.81% from 255) = 35.78%
R=37.07%
G=27.16%
B=35.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.03
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86638300.270.030.66307.8315.4429.22
Hex563F5301B342134f1d
Octal1267712303331024641735
Binary10101101111111010011011011111000010100110100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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