#575256

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

Shades of Purple Taupe #575256

Tints of Purple Taupe #575256

Color information

#575256 (or 0x575256) is unknown color: approx Purple Taupe. HEX triplet: 57, 52 and 56. RGB value is (87,82,86). Sum of RGB (Red+Green+Blue) = 87+82+86=255 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.12% from 255); Green value is 82 (32.42% from 255 or 32.16% from 255); Blue value is 86 (33.98% from 255 or 33.73% from 255); Max value from RGB is 87 - color contains mainly: red. Hex color #575256 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575256 is #A8ADA9. Grayscale: #535353. Windows color (decimal): -11054506 or 5657175. OLE color: 5657175.

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

Color convert

RGB878286-
CMYK00.060.010.66
HSL312º2.96%33.14%-
HSV(B)312º5.75%34.12%-
XYZ8.638.7310.03-
YUV83.95129.16130.17-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 34.12%
GREEN value IS 82 (32.42% from 255) = 32.16%
BLUE value IS 86 (33.98% from 255) = 33.73%
R=34.12%
G=32.16%
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
Decimal87828600.060.010.663122.9633.14
Hex57525606142138321
Octal127122126061102470341
Binary10101111010010101011001101100001010011100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575256; }

 p { color: rgb(87,82,86); }

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

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

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

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

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

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

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