#565156

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

Shades of Purple Taupe #565156

Tints of Purple Taupe #565156

Color information

#565156 (or 0x565156) is unknown color: approx Purple Taupe. HEX triplet: 56, 51 and 56. RGB value is (86,81,86). Sum of RGB (Red+Green+Blue) = 86+81+86=253 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.99% from 253); Green value is 81 (32.03% from 255 or 32.02% from 253); Blue value is 86 (33.98% from 255 or 33.99% from 253); Max value from RGB is 86 - color contains mainly: red, blue. Hex color #565156 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565156 is #A9AEA9. Grayscale: #535353. Windows color (decimal): -11120298 or 5656918. OLE color: 5656918.

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

Color convert

RGB868186-
CMYK00.0600.66
HSL300º2.99%32.75%-
HSV(B)300º5.81%33.73%-
XYZ8.468.5410.01-
YUV83.06129.66130.09-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 33.99%
GREEN value IS 81 (32.03% from 255) = 32.02%
BLUE value IS 86 (33.98% from 255) = 33.99%
R=33.99%
G=32.02%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86818600.0600.663002.9932.75
Hex5651560604212c321
Octal126121126060102454341
Binary10101101010001101011001100100001010010110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565156; }

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

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

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

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

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

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

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

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