#5A4F57

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

Shades of Purple Taupe #5A4F57

Tints of Purple Taupe #5A4F57

Color information

#5A4F57 (or 0x5A4F57) is unknown color: approx Purple Taupe. HEX triplet: 5A, 4F and 57. RGB value is (90,79,87). Sum of RGB (Red+Green+Blue) = 90+79+87=256 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.16% from 256); Green value is 79 (31.25% from 255 or 30.86% from 256); Blue value is 87 (34.38% from 255 or 33.98% from 256); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4F57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A4F57 is #A5B0A8. Grayscale: #535353. Windows color (decimal): -10858665 or 5721946. OLE color: 5721946.

HSL color Cylindrical-coordinate representation of color #5A4F57: hue angle of 316.36º degrees, saturation: 0.07, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #5A4F57 is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.65.

Color convert

RGB907987-
CMYK00.120.030.65
HSL316.36º6.51%33.14%-
HSV(B)316.36º12.22%35.29%-
XYZ8.738.4510.19-
YUV83.2130.14132.85-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 35.16%
GREEN value IS 79 (31.25% from 255) = 30.86%
BLUE value IS 87 (34.38% from 255) = 33.98%
R=35.16%
G=30.86%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.03
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90798700.120.030.65316.366.5133.14
Hex5A4F570C34113c721
Octal1321171270143101474741
Binary10110101001111101011101100111000001100111100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A4F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A4F57; }

 p { color: rgb(90,79,87); }

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

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

 a { background-color: rgb(90,79,87); }

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

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

 span { border-color: rgb(90,79,87); }

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