#564C55

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

Shades of Purple Taupe #564C55

Tints of Purple Taupe #564C55

Color information

#564C55 (or 0x564C55) is unknown color: approx Purple Taupe. HEX triplet: 56, 4C and 55. RGB value is (86,76,85). Sum of RGB (Red+Green+Blue) = 86+76+85=247 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.82% from 247); Green value is 76 (30.08% from 255 or 30.77% from 247); Blue value is 85 (33.59% from 255 or 34.41% from 247); Max value from RGB is 86 - color contains mainly: red. Hex color #564C55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564C55 is #A9B3AA. Grayscale: #4F4F4F. Windows color (decimal): -11121579 or 5590102. OLE color: 5590102.

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

Color convert

RGB867685-
CMYK00.120.010.66
HSL306º6.17%31.76%-
HSV(B)306º11.63%33.73%-
XYZ8.067.89.68-
YUV80.02130.81132.27-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.82%
GREEN value IS 76 (30.08% from 255) = 30.77%
BLUE value IS 85 (33.59% from 255) = 34.41%
R=34.82%
G=30.77%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.01
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86768500.120.010.663066.1731.76
Hex564C550C142132620
Octal1261141250141102462640
Binary1010110100110010101010110011000010100110010110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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