#564451

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

Shades of Purple Taupe #564451

Tints of Purple Taupe #564451

Color information

#564451 (or 0x564451) is unknown color: approx Purple Taupe. HEX triplet: 56, 44 and 51. RGB value is (86,68,81). Sum of RGB (Red+Green+Blue) = 86+68+81=235 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.60% from 235); Green value is 68 (26.95% from 255 or 28.94% from 235); Blue value is 81 (32.03% from 255 or 34.47% from 235); Max value from RGB is 86 - color contains mainly: red. Hex color #564451 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564451 is #A9BBAE. Grayscale: #4A4A4A. Windows color (decimal): -11123631 or 5325910. OLE color: 5325910.

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

Color convert

RGB866881-
CMYK00.210.060.66
HSL316.67º11.69%30.2%-
HSV(B)316.67º20.93%33.73%-
XYZ7.396.718.69-
YUV74.86131.46135.94-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 36.60%
GREEN value IS 68 (26.95% from 255) = 28.94%
BLUE value IS 81 (32.03% from 255) = 34.47%
R=36.60%
G=28.94%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.06
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86688100.210.060.66316.6711.6930.2
Hex56445101564213dc1e
Octal12610412102561024751436
Binary1010110100010010100010101011101000010100111101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564451; }

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

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

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

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

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

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

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

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