#564D54

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

Shades of Purple Taupe #564D54

Tints of Purple Taupe #564D54

Color information

#564D54 (or 0x564D54) is unknown color: approx Purple Taupe. HEX triplet: 56, 4D and 54. RGB value is (86,77,84). Sum of RGB (Red+Green+Blue) = 86+77+84=247 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.82% from 247); Green value is 77 (30.47% from 255 or 31.17% from 247); Blue value is 84 (33.20% from 255 or 34.01% from 247); Max value from RGB is 86 - color contains mainly: red. Hex color #564D54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #564D54 is #A9B2AB. Grayscale: #505050. Windows color (decimal): -11121324 or 5524822. OLE color: 5524822.

HSL color Cylindrical-coordinate representation of color #564D54: hue angle of 313.33º degrees, saturation: 0.06, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #564D54 is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.66.

Color convert

RGB867784-
CMYK00.100.020.66
HSL313.33º5.52%31.96%-
HSV(B)313.33º10.47%33.73%-
XYZ8.097.939.49-
YUV80.49129.98131.93-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.82%
GREEN value IS 77 (30.47% from 255) = 31.17%
BLUE value IS 84 (33.20% from 255) = 34.01%
R=34.82%
G=31.17%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.02
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86778400.100.020.66313.335.5231.96
Hex564D540A242139620
Octal1261151240122102471640
Binary10101101001101101010001010101000010100111001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564D54; }

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

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

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

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

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

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

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

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