#564C54

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

Shades of Purple Taupe #564C54

Tints of Purple Taupe #564C54

Color information

#564C54 (or 0x564C54) is unknown color: approx Purple Taupe. HEX triplet: 56, 4C and 54. RGB value is (86,76,84). Sum of RGB (Red+Green+Blue) = 86+76+84=246 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.96% from 246); Green value is 76 (30.08% from 255 or 30.89% from 246); Blue value is 84 (33.20% from 255 or 34.15% from 246); Max value from RGB is 86 - color contains mainly: red. Hex color #564C54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564C54 is #A9B3AB. Grayscale: #4F4F4F. Windows color (decimal): -11121580 or 5524566. OLE color: 5524566.

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

Color convert

RGB867684-
CMYK00.120.020.66
HSL312º6.17%31.76%-
HSV(B)312º11.63%33.73%-
XYZ8.027.799.47-
YUV79.9130.31132.35-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.96%
GREEN value IS 76 (30.08% from 255) = 30.89%
BLUE value IS 84 (33.20% from 255) = 34.15%
R=34.96%
G=30.89%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.02
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86768400.120.020.663126.1731.76
Hex564C540C242138620
Octal1261141240142102470640
Binary10101101001100101010001100101000010100111000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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