#564254

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

Shades of Purple Taupe #564254

Tints of Purple Taupe #564254

Color information

#564254 (or 0x564254) is unknown color: approx Purple Taupe. HEX triplet: 56, 42 and 54. RGB value is (86,66,84). Sum of RGB (Red+Green+Blue) = 86+66+84=236 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.44% from 236); Green value is 66 (26.17% from 255 or 27.97% from 236); Blue value is 84 (33.20% from 255 or 35.59% from 236); Max value from RGB is 86 - color contains mainly: red. Hex color #564254 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564254 is #A9BDAB. Grayscale: #494949. Windows color (decimal): -11124140 or 5522006. OLE color: 5522006.

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

Color convert

RGB866684-
CMYK00.230.020.66
HSL306º13.16%29.8%-
HSV(B)306º23.26%33.73%-
XYZ7.396.519.26-
YUV74.03133.63136.54-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 36.44%
GREEN value IS 66 (26.17% from 255) = 27.97%
BLUE value IS 84 (33.20% from 255) = 35.59%
R=36.44%
G=27.97%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.02
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86668400.230.020.6630613.1629.8
Hex564254017242132d1e
Octal12610212402721024621536
Binary101011010000101010100010111101000010100110010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564254; }

 p { color: rgb(86,66,84); }

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

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

 a { background-color: rgb(86,66,84); }

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

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

 span { border-color: rgb(86,66,84); }

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