#563C54

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

Shades of Purple Taupe #563C54

Tints of Purple Taupe #563C54

Color information

#563C54 (or 0x563C54) is unknown color: approx Purple Taupe. HEX triplet: 56, 3C and 54. RGB value is (86,60,84). Sum of RGB (Red+Green+Blue) = 86+60+84=230 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.39% from 230); Green value is 60 (23.83% from 255 or 26.09% from 230); Blue value is 84 (33.20% from 255 or 36.52% from 230); Max value from RGB is 86 - color contains mainly: red. Hex color #563C54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563C54 is #A9C3AB. Grayscale: #464646. Windows color (decimal): -11125676 or 5520470. OLE color: 5520470.

HSL color Cylindrical-coordinate representation of color #563C54: hue angle of 304.62º degrees, saturation: 0.18, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #563C54 is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.66.

Color convert

RGB866084-
CMYK00.300.020.66
HSL304.62º17.81%28.63%-
HSV(B)304.62º30.23%33.73%-
XYZ7.055.859.14-
YUV70.51135.61139.05-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 37.39%
GREEN value IS 60 (23.83% from 255) = 26.09%
BLUE value IS 84 (33.20% from 255) = 36.52%
R=37.39%
G=26.09%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.02
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86608400.300.020.66304.6217.8128.63
Hex563C5401E242131121d
Octal1267412403621024612235
Binary101011011110010101000111101010000101001100011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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