#564053

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

Shades of Purple Taupe #564053

Tints of Purple Taupe #564053

Color information

#564053 (or 0x564053) is unknown color: approx Purple Taupe. HEX triplet: 56, 40 and 53. RGB value is (86,64,83). Sum of RGB (Red+Green+Blue) = 86+64+83=233 (30% of max value = 765). Red value is 86 (33.98% from 255 or 36.91% from 233); Green value is 64 (25.39% from 255 or 27.47% from 233); Blue value is 83 (32.81% from 255 or 35.62% from 233); Max value from RGB is 86 - color contains mainly: red. Hex color #564053 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564053 is #A9BFAC. Grayscale: #484848. Windows color (decimal): -11124653 or 5455958. OLE color: 5455958.

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

Color convert

RGB866483-
CMYK00.260.030.66
HSL308.18º14.67%29.41%-
HSV(B)308.18º25.58%33.73%-
XYZ7.236.279.01-
YUV72.74133.79137.46-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 36.91%
GREEN value IS 64 (25.39% from 255) = 27.47%
BLUE value IS 83 (32.81% from 255) = 35.62%
R=36.91%
G=27.47%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.03
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86648300.260.030.66308.1814.6729.41
Hex56405301A342134f1d
Octal12610012303231024641735
Binary101011010000001010011011010111000010100110100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564053; }

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

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

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

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

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

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

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

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