#564051

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

Shades of Purple Taupe #564051

Tints of Purple Taupe #564051

Color information

#564051 (or 0x564051) is unknown color: approx Purple Taupe. HEX triplet: 56, 40 and 51. RGB value is (86,64,81). Sum of RGB (Red+Green+Blue) = 86+64+81=231 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.23% from 231); Green value is 64 (25.39% from 255 or 27.71% from 231); Blue value is 81 (32.03% from 255 or 35.06% from 231); Max value from RGB is 86 - color contains mainly: red. Hex color #564051 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564051 is #A9BFAE. Grayscale: #484848. Windows color (decimal): -11124655 or 5324886. OLE color: 5324886.

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

Color convert

RGB866481-
CMYK00.260.060.66
HSL313.64º14.67%29.41%-
HSV(B)313.64º25.58%33.73%-
XYZ7.166.248.61-
YUV72.52132.79137.62-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 37.23%
GREEN value IS 64 (25.39% from 255) = 27.71%
BLUE value IS 81 (32.03% from 255) = 35.06%
R=37.23%
G=27.71%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.06
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86648100.260.060.66313.6414.6729.41
Hex56405101A64213af1d
Octal12610012103261024721735
Binary1010110100000010100010110101101000010100111010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564051; }

 p { color: rgb(86,64,81); }

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

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

 a { background-color: rgb(86,64,81); }

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

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

 span { border-color: rgb(86,64,81); }

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