#564050

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

Shades of Purple Taupe #564050

Tints of Purple Taupe #564050

Color information

#564050 (or 0x564050) is unknown color: approx Purple Taupe. HEX triplet: 56, 40 and 50. RGB value is (86,64,80). Sum of RGB (Red+Green+Blue) = 86+64+80=230 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.39% from 230); Green value is 64 (25.39% from 255 or 27.83% from 230); Blue value is 80 (31.64% from 255 or 34.78% from 230); Max value from RGB is 86 - color contains mainly: red. Hex color #564050 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564050 is #A9BFAF. Grayscale: #484848. Windows color (decimal): -11124656 or 5259350. OLE color: 5259350.

HSL color Cylindrical-coordinate representation of color #564050: hue angle of 316.36º 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 #564050 is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.66.

Color convert

RGB866480-
CMYK00.260.070.66
HSL316.36º14.67%29.41%-
HSV(B)316.36º25.58%33.73%-
XYZ7.126.228.42-
YUV72.4132.29137.7-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 37.39%
GREEN value IS 64 (25.39% from 255) = 27.83%
BLUE value IS 80 (31.64% from 255) = 34.78%
R=37.39%
G=27.83%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.07
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86648000.260.070.66316.3614.6729.41
Hex56405001A74213cf1d
Octal12610012003271024741735
Binary1010110100000010100000110101111000010100111100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564050; }

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

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

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

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

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

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

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

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