#564054

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

Shades of Purple Taupe #564054

Tints of Purple Taupe #564054

Color information

#564054 (or 0x564054) is unknown color: approx Purple Taupe. HEX triplet: 56, 40 and 54. RGB value is (86,64,84). Sum of RGB (Red+Green+Blue) = 86+64+84=234 (30% of max value = 765). Red value is 86 (33.98% from 255 or 36.75% from 234); Green value is 64 (25.39% from 255 or 27.35% from 234); Blue value is 84 (33.20% from 255 or 35.90% from 234); Max value from RGB is 86 - color contains mainly: red. Hex color #564054 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564054 is #A9BFAB. Grayscale: #484848. Windows color (decimal): -11124652 or 5521494. OLE color: 5521494.

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

Color convert

RGB866484-
CMYK00.260.020.66
HSL305.45º14.67%29.41%-
HSV(B)305.45º25.58%33.73%-
XYZ7.276.299.22-
YUV72.86134.29137.37-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 36.75%
GREEN value IS 64 (25.39% from 255) = 27.35%
BLUE value IS 84 (33.20% from 255) = 35.90%
R=36.75%
G=27.35%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.02
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86648400.260.020.66305.4514.6729.41
Hex56405401A242131f1d
Octal12610012403221024611735
Binary101011010000001010100011010101000010100110001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564054; }

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

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

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

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

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

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

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

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