#575056

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

Shades of Purple Taupe #575056

Tints of Purple Taupe #575056

Color information

#575056 (or 0x575056) is unknown color: approx Purple Taupe. HEX triplet: 57, 50 and 56. RGB value is (87,80,86). Sum of RGB (Red+Green+Blue) = 87+80+86=253 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.39% from 253); Green value is 80 (31.64% from 255 or 31.62% from 253); Blue value is 86 (33.98% from 255 or 33.99% from 253); Max value from RGB is 87 - color contains mainly: red. Hex color #575056 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575056 is #A8AFA9. Grayscale: #525252. Windows color (decimal): -11055018 or 5656663. OLE color: 5656663.

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

Color convert

RGB878086-
CMYK00.080.010.66
HSL308.57º4.19%32.75%-
HSV(B)308.57º8.05%34.12%-
XYZ8.488.449.99-
YUV82.78129.82131.01-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 34.39%
GREEN value IS 80 (31.64% from 255) = 31.62%
BLUE value IS 86 (33.98% from 255) = 33.99%
R=34.39%
G=31.62%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.01
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87808600.080.010.66308.574.1932.75
Hex57505608142135421
Octal1271201260101102465441
Binary1010111101000010101100100011000010100110101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575056; }

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

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

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

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

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

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

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

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