#5D495C

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

Shades of Purple Taupe #5D495C

Tints of Purple Taupe #5D495C

Color information

#5D495C (or 0x5D495C) is unknown color: approx Purple Taupe. HEX triplet: 5D, 49 and 5C. RGB value is (93,73,92). Sum of RGB (Red+Green+Blue) = 93+73+92=258 (34% of max value = 765). Red value is 93 (36.72% from 255 or 36.05% from 258); Green value is 73 (28.91% from 255 or 28.29% from 258); Blue value is 92 (36.33% from 255 or 35.66% from 258); Max value from RGB is 93 - color contains mainly: red. Hex color #5D495C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D495C is #A2B6A3. Grayscale: #515151. Windows color (decimal): -10663588 or 6048093. OLE color: 6048093.

HSL color Cylindrical-coordinate representation of color #5D495C: hue angle of 303º degrees, saturation: 0.12, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5D495C is Cyan = 0, Magento = 0.22, Yellow = 0.01 and Black (K on CMYK) = 0.64.

Color convert

RGB937392-
CMYK00.220.010.64
HSL303º12.05%32.55%-
HSV(B)303º21.51%36.47%-
XYZ8.837.8611.18-
YUV81.15134.13136.46-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 36.05%
GREEN value IS 73 (28.91% from 255) = 28.29%
BLUE value IS 92 (36.33% from 255) = 35.66%
R=36.05%
G=28.29%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.01
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93739200.220.010.6430312.0532.55
Hex5D495C01614012fc21
Octal13511113402611004571441
Binary101110110010011011100010110110000001001011111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D495C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,73,92); }

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

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

 a { background-color: rgb(93,73,92); }

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

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

 span { border-color: rgb(93,73,92); }

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