#563952

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

Shades of Purple Taupe #563952

Tints of Purple Taupe #563952

Color information

#563952 (or 0x563952) is unknown color: approx Purple Taupe. HEX triplet: 56, 39 and 52. RGB value is (86,57,82). Sum of RGB (Red+Green+Blue) = 86+57+82=225 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.22% from 225); Green value is 57 (22.66% from 255 or 25.33% from 225); Blue value is 82 (32.42% from 255 or 36.44% from 225); Max value from RGB is 86 - color contains mainly: red. Hex color #563952 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563952 is #A9C6AD. Grayscale: #444444. Windows color (decimal): -11126446 or 5388630. OLE color: 5388630.

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

Color convert

RGB865782-
CMYK00.340.050.66
HSL308.28º20.28%28.04%-
HSV(B)308.28º33.72%33.73%-
XYZ6.825.518.69-
YUV68.52135.61140.47-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 38.22%
GREEN value IS 57 (22.66% from 255) = 25.33%
BLUE value IS 82 (32.42% from 255) = 36.44%
R=38.22%
G=25.33%
B=36.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.05
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86578200.340.050.66308.2820.2828.04
Hex563952022542134141c
Octal1267112204251024642434
Binary10101101110011010010010001010110000101001101001010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563952; }

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

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

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

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

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

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

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

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