#563C4E

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

Shades of Purple Taupe #563C4E

Tints of Purple Taupe #563C4E

Color information

#563C4E (or 0x563C4E) is unknown color: approx Purple Taupe. HEX triplet: 56, 3C and 4E. RGB value is (86,60,78). Sum of RGB (Red+Green+Blue) = 86+60+78=224 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.39% from 224); Green value is 60 (23.83% from 255 or 26.79% from 224); Blue value is 78 (30.86% from 255 or 34.82% from 224); Max value from RGB is 86 - color contains mainly: red. Hex color #563C4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563C4E is #A9C3B1. Grayscale: #454545. Windows color (decimal): -11125682 or 5127254. OLE color: 5127254.

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

Color convert

RGB866078-
CMYK00.300.090.66
HSL318.46º17.81%28.63%-
HSV(B)318.46º30.23%33.73%-
XYZ6.835.767.96-
YUV69.83132.61139.54-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 38.39%
GREEN value IS 60 (23.83% from 255) = 26.79%
BLUE value IS 78 (30.86% from 255) = 34.82%
R=38.39%
G=26.79%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.09
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86607800.300.090.66318.4617.8128.63
Hex563C4E01E94213e121d
Octal12674116036111024762235
Binary10101101111001001110011110100110000101001111101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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