#575156

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

Shades of Purple Taupe #575156

Tints of Purple Taupe #575156

Color information

#575156 (or 0x575156) is unknown color: approx Purple Taupe. HEX triplet: 57, 51 and 56. RGB value is (87,81,86). Sum of RGB (Red+Green+Blue) = 87+81+86=254 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.25% from 254); Green value is 81 (32.03% from 255 or 31.89% from 254); Blue value is 86 (33.98% from 255 or 33.86% from 254); Max value from RGB is 87 - color contains mainly: red. Hex color #575156 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575156 is #A8AEA9. Grayscale: #535353. Windows color (decimal): -11054762 or 5656919. OLE color: 5656919.

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

Color convert

RGB878186-
CMYK00.070.010.66
HSL310º3.57%32.94%-
HSV(B)310º6.9%34.12%-
XYZ8.558.5810.01-
YUV83.36129.49130.59-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 34.25%
GREEN value IS 81 (32.03% from 255) = 31.89%
BLUE value IS 86 (33.98% from 255) = 33.86%
R=34.25%
G=31.89%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.01
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87818600.070.010.663103.5732.94
Hex57515607142136421
Octal127121126071102466441
Binary101011110100011010110011111000010100110110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575156; }

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

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

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

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

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

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

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

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