#563D55

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

Shades of Purple Taupe #563D55

Tints of Purple Taupe #563D55

Color information

#563D55 (or 0x563D55) is unknown color: approx Purple Taupe. HEX triplet: 56, 3D and 55. RGB value is (86,61,85). Sum of RGB (Red+Green+Blue) = 86+61+85=232 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.07% from 232); Green value is 61 (24.22% from 255 or 26.29% from 232); Blue value is 85 (33.59% from 255 or 36.64% from 232); Max value from RGB is 86 - color contains mainly: red. Hex color #563D55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563D55 is #A9C2AA. Grayscale: #474747. Windows color (decimal): -11125419 or 5586262. OLE color: 5586262.

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

Color convert

RGB866185-
CMYK00.290.010.66
HSL302.4º17.01%28.82%-
HSV(B)302.4º29.07%33.73%-
XYZ7.155.979.37-
YUV71.21135.78138.55-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 37.07%
GREEN value IS 61 (24.22% from 255) = 26.29%
BLUE value IS 85 (33.59% from 255) = 36.64%
R=37.07%
G=26.29%
B=36.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.01
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86618500.290.010.66302.417.0128.82
Hex563D5501D14212e111d
Octal1267512503511024562135
Binary10101101111011010101011101110000101001011101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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