#565155

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

Shades of Purple Taupe #565155

Tints of Purple Taupe #565155

Color information

#565155 (or 0x565155) is unknown color: approx Purple Taupe. HEX triplet: 56, 51 and 55. RGB value is (86,81,85). Sum of RGB (Red+Green+Blue) = 86+81+85=252 (33% of max value = 765). Red value is 86 (33.98% from 255 or 34.13% from 252); Green value is 81 (32.03% from 255 or 32.14% from 252); Blue value is 85 (33.59% from 255 or 33.73% from 252); Max value from RGB is 86 - color contains mainly: red. Hex color #565155 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565155 is #A9AEAA. Grayscale: #525252. Windows color (decimal): -11120299 or 5591382. OLE color: 5591382.

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

Color convert

RGB868185-
CMYK00.060.010.66
HSL312º2.99%32.75%-
HSV(B)312º5.81%33.73%-
XYZ8.428.529.79-
YUV82.95129.16130.17-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.13%
GREEN value IS 81 (32.03% from 255) = 32.14%
BLUE value IS 85 (33.59% from 255) = 33.73%
R=34.13%
G=32.14%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.01
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86818500.060.010.663122.9932.75
Hex56515506142138321
Octal126121125061102470341
Binary10101101010001101010101101100001010011100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565155; }

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

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

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

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

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

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

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

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