#564653

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

Shades of Purple Taupe #564653

Tints of Purple Taupe #564653

Color information

#564653 (or 0x564653) is unknown color: approx Purple Taupe. HEX triplet: 56, 46 and 53. RGB value is (86,70,83). Sum of RGB (Red+Green+Blue) = 86+70+83=239 (31% of max value = 765). Red value is 86 (33.98% from 255 or 35.98% from 239); Green value is 70 (27.73% from 255 or 29.29% from 239); Blue value is 83 (32.81% from 255 or 34.73% from 239); Max value from RGB is 86 - color contains mainly: red. Hex color #564653 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564653 is #A9B9AC. Grayscale: #4C4C4C. Windows color (decimal): -11123117 or 5457494. OLE color: 5457494.

HSL color Cylindrical-coordinate representation of color #564653: hue angle of 311.25º degrees, saturation: 0.1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #564653 is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.66.

Color convert

RGB867083-
CMYK00.190.030.66
HSL311.25º10.26%30.59%-
HSV(B)311.25º18.6%33.73%-
XYZ7.596.989.13-
YUV76.27131.8134.94-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 35.98%
GREEN value IS 70 (27.73% from 255) = 29.29%
BLUE value IS 83 (32.81% from 255) = 34.73%
R=35.98%
G=29.29%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.03
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86708300.190.030.66311.2510.2630.59
Hex564653013342137a1f
Octal12610612302331024671237
Binary101011010001101010011010011111000010100110111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564653; }

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

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

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

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

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

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

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

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