#5D445C

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

Shades of Purple Taupe #5D445C

Tints of Purple Taupe #5D445C

Color information

#5D445C (or 0x5D445C) is unknown color: approx Purple Taupe. HEX triplet: 5D, 44 and 5C. RGB value is (93,68,92). Sum of RGB (Red+Green+Blue) = 93+68+92=253 (33% of max value = 765). Red value is 93 (36.72% from 255 or 36.76% from 253); Green value is 68 (26.95% from 255 or 26.88% from 253); Blue value is 92 (36.33% from 255 or 36.36% from 253); Max value from RGB is 93 - color contains mainly: red. Hex color #5D445C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D445C is #A2BBA3. Grayscale: #4E4E4E. Windows color (decimal): -10664868 or 6046813. OLE color: 6046813.

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

Color convert

RGB936892-
CMYK00.270.010.64
HSL302.4º15.53%31.57%-
HSV(B)302.4º26.88%36.47%-
XYZ8.517.2311.07-
YUV78.21135.78138.55-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 36.76%
GREEN value IS 68 (26.95% from 255) = 26.88%
BLUE value IS 92 (36.33% from 255) = 36.36%
R=36.76%
G=26.88%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.01
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93689200.270.010.64302.415.5331.57
Hex5D445C01B14012e1020
Octal13510413403311004562040
Binary1011101100010010111000110111100000010010111010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D445C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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