#564153

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

Shades of Purple Taupe #564153

Tints of Purple Taupe #564153

Color information

#564153 (or 0x564153) is unknown color: approx Purple Taupe. HEX triplet: 56, 41 and 53. RGB value is (86,65,83). Sum of RGB (Red+Green+Blue) = 86+65+83=234 (30% of max value = 765). Red value is 86 (33.98% from 255 or 36.75% from 234); Green value is 65 (25.78% from 255 or 27.78% from 234); Blue value is 83 (32.81% from 255 or 35.47% from 234); Max value from RGB is 86 - color contains mainly: red. Hex color #564153 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564153 is #A9BEAC. Grayscale: #494949. Windows color (decimal): -11124397 or 5456214. OLE color: 5456214.

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

Color convert

RGB866583-
CMYK00.240.030.66
HSL308.57º13.91%29.61%-
HSV(B)308.57º24.42%33.73%-
XYZ7.296.389.03-
YUV73.33133.46137.04-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 36.75%
GREEN value IS 65 (25.78% from 255) = 27.78%
BLUE value IS 83 (32.81% from 255) = 35.47%
R=36.75%
G=27.78%
B=35.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.03
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86658300.240.030.66308.5713.9129.61
Hex564153018342135e1e
Octal12610112303031024651636
Binary101011010000011010011011000111000010100110101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564153; }

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

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

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

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

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

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

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

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