#5D405A

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

Shades of Purple Taupe #5D405A

Tints of Purple Taupe #5D405A

Color information

#5D405A (or 0x5D405A) is unknown color: approx Purple Taupe. HEX triplet: 5D, 40 and 5A. RGB value is (93,64,90). Sum of RGB (Red+Green+Blue) = 93+64+90=247 (32% of max value = 765). Red value is 93 (36.72% from 255 or 37.65% from 247); Green value is 64 (25.39% from 255 or 25.91% from 247); Blue value is 90 (35.55% from 255 or 36.44% from 247); Max value from RGB is 93 - color contains mainly: red. Hex color #5D405A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D405A is #A2BFA5. Grayscale: #4B4B4B. Windows color (decimal): -10665894 or 5914717. OLE color: 5914717.

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

Color convert

RGB936490-
CMYK00.310.030.64
HSL306.21º18.47%30.78%-
HSV(B)306.21º31.18%36.47%-
XYZ8.196.7310.54-
YUV75.64136.11140.39-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 37.65%
GREEN value IS 64 (25.39% from 255) = 25.91%
BLUE value IS 90 (35.55% from 255) = 36.44%
R=37.65%
G=25.91%
B=36.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.03
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93649000.310.030.64306.2118.4730.78
Hex5D405A01F340132121f
Octal13510013203731004622237
Binary1011101100000010110100111111110000001001100101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D405A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,64,90); }

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

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

 a { background-color: rgb(93,64,90); }

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

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

 span { border-color: rgb(93,64,90); }

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