#564853

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

Shades of Purple Taupe #564853

Tints of Purple Taupe #564853

Color information

#564853 (or 0x564853) is unknown color: approx Purple Taupe. HEX triplet: 56, 48 and 53. RGB value is (86,72,83). Sum of RGB (Red+Green+Blue) = 86+72+83=241 (31% of max value = 765). Red value is 86 (33.98% from 255 or 35.68% from 241); Green value is 72 (28.52% from 255 or 29.88% from 241); Blue value is 83 (32.81% from 255 or 34.44% from 241); Max value from RGB is 86 - color contains mainly: red. Hex color #564853 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564853 is #A9B7AC. Grayscale: #4D4D4D. Windows color (decimal): -11122605 or 5458006. OLE color: 5458006.

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

Color convert

RGB867283-
CMYK00.160.030.66
HSL312.86º8.86%30.98%-
HSV(B)312.86º16.28%33.73%-
XYZ7.727.249.17-
YUV77.44131.14134.11-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 35.68%
GREEN value IS 72 (28.52% from 255) = 29.88%
BLUE value IS 83 (32.81% from 255) = 34.44%
R=35.68%
G=29.88%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.03
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86728300.160.030.66312.868.8630.98
Hex56485301034213991f
Octal12611012302031024711137
Binary101011010010001010011010000111000010100111001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564853; }

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

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

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

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

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

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

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

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