#564455

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

Shades of Purple Taupe #564455

Tints of Purple Taupe #564455

Color information

#564455 (or 0x564455) is unknown color: approx Purple Taupe. HEX triplet: 56, 44 and 55. RGB value is (86,68,85). Sum of RGB (Red+Green+Blue) = 86+68+85=239 (31% of max value = 765). Red value is 86 (33.98% from 255 or 35.98% from 239); Green value is 68 (26.95% from 255 or 28.45% from 239); Blue value is 85 (33.59% from 255 or 35.56% from 239); Max value from RGB is 86 - color contains mainly: red. Hex color #564455 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564455 is #A9BBAA. Grayscale: #4B4B4B. Windows color (decimal): -11123627 or 5588054. OLE color: 5588054.

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

Color convert

RGB866885-
CMYK00.210.010.66
HSL303.33º11.69%30.2%-
HSV(B)303.33º20.93%33.73%-
XYZ7.546.779.5-
YUV75.32133.46135.62-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 35.98%
GREEN value IS 68 (26.95% from 255) = 28.45%
BLUE value IS 85 (33.59% from 255) = 35.56%
R=35.98%
G=28.45%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.01
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86688500.210.010.66303.3311.6930.2
Hex56445501514212fc1e
Octal12610412502511024571436
Binary10101101000100101010101010111000010100101111110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564455; }

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

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

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

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

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

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

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

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