#564052

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

Shades of Purple Taupe #564052

Tints of Purple Taupe #564052

Color information

#564052 (or 0x564052) is unknown color: approx Purple Taupe. HEX triplet: 56, 40 and 52. RGB value is (86,64,82). Sum of RGB (Red+Green+Blue) = 86+64+82=232 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.07% from 232); Green value is 64 (25.39% from 255 or 27.59% from 232); Blue value is 82 (32.42% from 255 or 35.34% from 232); Max value from RGB is 86 - color contains mainly: red. Hex color #564052 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564052 is #A9BFAD. Grayscale: #484848. Windows color (decimal): -11124654 or 5390422. OLE color: 5390422.

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

Color convert

RGB866482-
CMYK00.260.050.66
HSL310.91º14.67%29.41%-
HSV(B)310.91º25.58%33.73%-
XYZ7.196.258.81-
YUV72.63133.29137.54-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 37.07%
GREEN value IS 64 (25.39% from 255) = 27.59%
BLUE value IS 82 (32.42% from 255) = 35.34%
R=37.07%
G=27.59%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.05
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86648200.260.050.66310.9114.6729.41
Hex56405201A542137f1d
Octal12610012203251024671735
Binary1010110100000010100100110101011000010100110111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564052; }

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

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

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

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

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

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

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

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