#564450

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

Shades of Purple Taupe #564450

Tints of Purple Taupe #564450

Color information

#564450 (or 0x564450) is unknown color: approx Purple Taupe. HEX triplet: 56, 44 and 50. RGB value is (86,68,80). Sum of RGB (Red+Green+Blue) = 86+68+80=234 (30% of max value = 765). Red value is 86 (33.98% from 255 or 36.75% from 234); Green value is 68 (26.95% from 255 or 29.06% from 234); Blue value is 80 (31.64% from 255 or 34.19% from 234); Max value from RGB is 86 - color contains mainly: red. Hex color #564450 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564450 is #A9BBAF. Grayscale: #4A4A4A. Windows color (decimal): -11123632 or 5260374. OLE color: 5260374.

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

Color convert

RGB866880-
CMYK00.210.070.66
HSL320º11.69%30.2%-
HSV(B)320º20.93%33.73%-
XYZ7.356.698.49-
YUV74.75130.96136.02-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 36.75%
GREEN value IS 68 (26.95% from 255) = 29.06%
BLUE value IS 80 (31.64% from 255) = 34.19%
R=36.75%
G=29.06%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.07
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86688000.210.070.6632011.6930.2
Hex564450015742140c1e
Octal12610412002571025001436
Binary1010110100010010100000101011111000010101000000110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564450; }

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

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

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

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

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

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

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

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