#5C4759

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

Shades of Purple Taupe #5C4759

Tints of Purple Taupe #5C4759

Color information

#5C4759 (or 0x5C4759) is unknown color: approx Purple Taupe. HEX triplet: 5C, 47 and 59. RGB value is (92,71,89). Sum of RGB (Red+Green+Blue) = 92+71+89=252 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.51% from 252); Green value is 71 (28.12% from 255 or 28.17% from 252); Blue value is 89 (35.16% from 255 or 35.32% from 252); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4759 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C4759 is #A3B8A6. Grayscale: #4F4F4F. Windows color (decimal): -10729639 or 5850972. OLE color: 5850972.

HSL color Cylindrical-coordinate representation of color #5C4759: hue angle of 308.57º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5C4759 is Cyan = 0, Magento = 0.23, Yellow = 0.03 and Black (K on CMYK) = 0.64.

Color convert

RGB927189-
CMYK00.230.030.64
HSL308.57º12.88%31.96%-
HSV(B)308.57º22.83%36.08%-
XYZ8.477.510.45-
YUV79.33133.46137.04-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 36.51%
GREEN value IS 71 (28.12% from 255) = 28.17%
BLUE value IS 89 (35.16% from 255) = 35.32%
R=36.51%
G=28.17%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.03
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92718900.230.030.64308.5712.8831.96
Hex5C4759017340135d20
Octal13410713102731004651540
Binary1011100100011110110010101111110000001001101011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C4759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,71,89); }

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

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

 a { background-color: rgb(92,71,89); }

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

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

 span { border-color: rgb(92,71,89); }

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