#564354

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

Shades of Purple Taupe #564354

Tints of Purple Taupe #564354

Color information

#564354 (or 0x564354) is unknown color: approx Purple Taupe. HEX triplet: 56, 43 and 54. RGB value is (86,67,84). Sum of RGB (Red+Green+Blue) = 86+67+84=237 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.29% from 237); Green value is 67 (26.56% from 255 or 28.27% from 237); Blue value is 84 (33.20% from 255 or 35.44% from 237); Max value from RGB is 86 - color contains mainly: red. Hex color #564354 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564354 is #A9BCAB. Grayscale: #4A4A4A. Windows color (decimal): -11123884 or 5522262. OLE color: 5522262.

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

Color convert

RGB866784-
CMYK00.220.020.66
HSL306.32º12.42%30%-
HSV(B)306.32º22.09%33.73%-
XYZ7.456.639.28-
YUV74.62133.29136.12-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 36.29%
GREEN value IS 67 (26.56% from 255) = 28.27%
BLUE value IS 84 (33.20% from 255) = 35.44%
R=36.29%
G=28.27%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.02
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86678400.220.020.66306.3212.4230
Hex564354016242132c1e
Octal12610312402621024621436
Binary101011010000111010100010110101000010100110010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564354; }

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

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

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

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

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

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

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

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