#564E55

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

Shades of Purple Taupe #564E55

Tints of Purple Taupe #564E55

Color information

#564E55 (or 0x564E55) is unknown color: approx Purple Taupe. HEX triplet: 56, 4E and 55. RGB value is (86,78,85). Sum of RGB (Red+Green+Blue) = 86+78+85=249 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.54% from 249); Green value is 78 (30.86% from 255 or 31.33% from 249); Blue value is 85 (33.59% from 255 or 34.14% from 249); Max value from RGB is 86 - color contains mainly: red. Hex color #564E55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #564E55 is #A9B1AA. Grayscale: #515151. Windows color (decimal): -11121067 or 5590614. OLE color: 5590614.

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

Color convert

RGB867885-
CMYK00.090.010.66
HSL307.5º4.88%32.16%-
HSV(B)307.5º9.3%33.73%-
XYZ8.28.089.72-
YUV81.19130.15131.43-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.54%
GREEN value IS 78 (30.86% from 255) = 31.33%
BLUE value IS 85 (33.59% from 255) = 34.14%
R=34.54%
G=31.33%
B=34.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.01
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86788500.090.010.66307.54.8832.16
Hex564E5509142134520
Octal1261161250111102464540
Binary1010110100111010101010100111000010100110100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,78,85); }

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

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

 a { background-color: rgb(86,78,85); }

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

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

 span { border-color: rgb(86,78,85); }

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