#563554

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

Shades of Purple Taupe #563554

Tints of Purple Taupe #563554

Color information

#563554 (or 0x563554) is unknown color: approx Purple Taupe. HEX triplet: 56, 35 and 54. RGB value is (86,53,84). Sum of RGB (Red+Green+Blue) = 86+53+84=223 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.57% from 223); Green value is 53 (21.09% from 255 or 23.77% from 223); Blue value is 84 (33.20% from 255 or 37.67% from 223); Max value from RGB is 86 - color contains mainly: red. Hex color #563554 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563554 is #A9CAAB. Grayscale: #424242. Windows color (decimal): -11127468 or 5518678. OLE color: 5518678.

HSL color Cylindrical-coordinate representation of color #563554: hue angle of 303.64º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #563554 is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.66.

Color convert

RGB865384-
CMYK00.380.020.66
HSL303.64º23.74%27.25%-
HSV(B)303.64º38.37%33.73%-
XYZ6.715.169.03-
YUV66.4137.93141.98-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 38.57%
GREEN value IS 53 (21.09% from 255) = 23.77%
BLUE value IS 84 (33.20% from 255) = 37.67%
R=38.57%
G=23.77%
B=37.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.02
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86538400.380.020.66303.6423.7427.25
Hex563554026242130181b
Octal1266512404621024603033
Binary1010110110101101010001001101010000101001100001100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563554; }

 p { color: rgb(86,53,84); }

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

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

 a { background-color: rgb(86,53,84); }

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

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

 span { border-color: rgb(86,53,84); }

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