#564352

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

Shades of Purple Taupe #564352

Tints of Purple Taupe #564352

Color information

#564352 (or 0x564352) is unknown color: approx Purple Taupe. HEX triplet: 56, 43 and 52. RGB value is (86,67,82). Sum of RGB (Red+Green+Blue) = 86+67+82=235 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.60% from 235); Green value is 67 (26.56% from 255 or 28.51% from 235); Blue value is 82 (32.42% from 255 or 34.89% from 235); Max value from RGB is 86 - color contains mainly: red. Hex color #564352 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564352 is #A9BCAD. Grayscale: #4A4A4A. Windows color (decimal): -11123886 or 5391190. OLE color: 5391190.

HSL color Cylindrical-coordinate representation of color #564352: hue angle of 312.63º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #564352 is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.66.

Color convert

RGB866782-
CMYK00.220.050.66
HSL312.63º12.42%30%-
HSV(B)312.63º22.09%33.73%-
XYZ7.376.68.87-
YUV74.39132.29136.28-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 36.60%
GREEN value IS 67 (26.56% from 255) = 28.51%
BLUE value IS 82 (32.42% from 255) = 34.89%
R=36.60%
G=28.51%
B=34.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.05
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86678200.220.050.66312.6312.4230
Hex564352016542139c1e
Octal12610312202651024711436
Binary1010110100001110100100101101011000010100111001110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564352; }

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

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

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

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

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

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

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

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