#564953

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

Shades of Purple Taupe #564953

Tints of Purple Taupe #564953

Color information

#564953 (or 0x564953) is unknown color: approx Purple Taupe. HEX triplet: 56, 49 and 53. RGB value is (86,73,83). Sum of RGB (Red+Green+Blue) = 86+73+83=242 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.54% from 242); Green value is 73 (28.91% from 255 or 30.17% from 242); Blue value is 83 (32.81% from 255 or 34.30% from 242); Max value from RGB is 86 - color contains mainly: red. Hex color #564953 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564953 is #A9B6AC. Grayscale: #4E4E4E. Windows color (decimal): -11122349 or 5458262. OLE color: 5458262.

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

Color convert

RGB867383-
CMYK00.150.030.66
HSL313.85º8.18%31.18%-
HSV(B)313.85º15.12%33.73%-
XYZ7.787.379.2-
YUV78.03130.81133.69-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 35.54%
GREEN value IS 73 (28.91% from 255) = 30.17%
BLUE value IS 83 (32.81% from 255) = 34.30%
R=35.54%
G=30.17%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.03
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86738300.150.030.66313.858.1831.18
Hex5649530F34213a81f
Octal12611112301731024721037
Binary10101101001001101001101111111000010100111010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564953; }

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

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

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

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

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

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

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

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