#564C53

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

Shades of Purple Taupe #564C53

Tints of Purple Taupe #564C53

Color information

#564C53 (or 0x564C53) is unknown color: approx Purple Taupe. HEX triplet: 56, 4C and 53. RGB value is (86,76,83). Sum of RGB (Red+Green+Blue) = 86+76+83=245 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.10% from 245); Green value is 76 (30.08% from 255 or 31.02% from 245); Blue value is 83 (32.81% from 255 or 33.88% from 245); Max value from RGB is 86 - color contains mainly: red. Hex color #564C53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564C53 is #A9B3AC. Grayscale: #4F4F4F. Windows color (decimal): -11121581 or 5459030. OLE color: 5459030.

HSL color Cylindrical-coordinate representation of color #564C53: hue angle of 318º 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 #564C53 is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.66.

Color convert

RGB867683-
CMYK00.120.030.66
HSL318º6.17%31.76%-
HSV(B)318º11.63%33.73%-
XYZ7.987.779.26-
YUV79.79129.81132.43-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 35.10%
GREEN value IS 76 (30.08% from 255) = 31.02%
BLUE value IS 83 (32.81% from 255) = 33.88%
R=35.10%
G=31.02%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.03
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86768300.120.030.663186.1731.76
Hex564C530C34213e620
Octal1261141230143102476640
Binary10101101001100101001101100111000010100111110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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