#563954

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

Shades of Purple Taupe #563954

Tints of Purple Taupe #563954

Color information

#563954 (or 0x563954) is unknown color: approx Purple Taupe. HEX triplet: 56, 39 and 54. RGB value is (86,57,84). Sum of RGB (Red+Green+Blue) = 86+57+84=227 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.89% from 227); Green value is 57 (22.66% from 255 or 25.11% from 227); Blue value is 84 (33.20% from 255 or 37.00% from 227); Max value from RGB is 86 - color contains mainly: red. Hex color #563954 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563954 is #A9C6AB. Grayscale: #444444. Windows color (decimal): -11126444 or 5519702. OLE color: 5519702.

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

Color convert

RGB865784-
CMYK00.340.020.66
HSL304.14º20.28%28.04%-
HSV(B)304.14º33.72%33.73%-
XYZ6.95.549.09-
YUV68.75136.61140.3-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 37.89%
GREEN value IS 57 (22.66% from 255) = 25.11%
BLUE value IS 84 (33.20% from 255) = 37.00%
R=37.89%
G=25.11%
B=37.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.02
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86578400.340.020.66304.1420.2828.04
Hex563954022242130141c
Octal1267112404221024602434
Binary1010110111001101010001000101010000101001100001010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563954; }

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

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

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

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

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

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

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

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