#563C52

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

Shades of Purple Taupe #563C52

Tints of Purple Taupe #563C52

Color information

#563C52 (or 0x563C52) is unknown color: approx Purple Taupe. HEX triplet: 56, 3C and 52. RGB value is (86,60,82). Sum of RGB (Red+Green+Blue) = 86+60+82=228 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.72% from 228); Green value is 60 (23.83% from 255 or 26.32% from 228); Blue value is 82 (32.42% from 255 or 35.96% from 228); Max value from RGB is 86 - color contains mainly: red. Hex color #563C52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563C52 is #A9C3AD. Grayscale: #464646. Windows color (decimal): -11125678 or 5389398. OLE color: 5389398.

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

Color convert

RGB866082-
CMYK00.300.050.66
HSL309.23º17.81%28.63%-
HSV(B)309.23º30.23%33.73%-
XYZ6.985.828.74-
YUV70.28134.61139.21-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 37.72%
GREEN value IS 60 (23.83% from 255) = 26.32%
BLUE value IS 82 (32.42% from 255) = 35.96%
R=37.72%
G=26.32%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.05
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86608200.300.050.66309.2317.8128.63
Hex563C5201E542135121d
Octal1267412203651024652235
Binary1010110111100101001001111010110000101001101011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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