#564852

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

Shades of Purple Taupe #564852

Tints of Purple Taupe #564852

Color information

#564852 (or 0x564852) is unknown color: approx Purple Taupe. HEX triplet: 56, 48 and 52. RGB value is (86,72,82). Sum of RGB (Red+Green+Blue) = 86+72+82=240 (31% of max value = 765). Red value is 86 (33.98% from 255 or 35.83% from 240); Green value is 72 (28.52% from 255 or 30% from 240); Blue value is 82 (32.42% from 255 or 34.17% from 240); Max value from RGB is 86 - color contains mainly: red. Hex color #564852 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564852 is #A9B7AD. Grayscale: #4D4D4D. Windows color (decimal): -11122606 or 5392470. OLE color: 5392470.

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

Color convert

RGB867282-
CMYK00.160.050.66
HSL317.14º8.86%30.98%-
HSV(B)317.14º16.28%33.73%-
XYZ7.687.228.97-
YUV77.33130.64134.19-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 35.83%
GREEN value IS 72 (28.52% from 255) = 30%
BLUE value IS 82 (32.42% from 255) = 34.17%
R=35.83%
G=30%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.05
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86728200.160.050.66317.148.8630.98
Hex56485201054213d91f
Octal12611012202051024751137
Binary1010110100100010100100100001011000010100111101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564852; }

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

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

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

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

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

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

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

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