#5D3253

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

Shades of Purple Taupe #5D3253

Tints of Purple Taupe #5D3253

Color information

#5D3253 (or 0x5D3253) is unknown color: approx Purple Taupe. HEX triplet: 5D, 32 and 53. RGB value is (93,50,83). Sum of RGB (Red+Green+Blue) = 93+50+83=226 (29% of max value = 765). Red value is 93 (36.72% from 255 or 41.15% from 226); Green value is 50 (19.92% from 255 or 22.12% from 226); Blue value is 83 (32.81% from 255 or 36.73% from 226); Max value from RGB is 93 - color contains mainly: red. Hex color #5D3253 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D3253 is #A2CDAC. Grayscale: #424242. Windows color (decimal): -10669485 or 5452381. OLE color: 5452381.

HSL color Cylindrical-coordinate representation of color #5D3253: hue angle of 313.95º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5D3253 is Cyan = 0, Magento = 0.46, Yellow = 0.11 and Black (K on CMYK) = 0.64.

Color convert

RGB935083-
CMYK00.460.110.64
HSL313.95º30.07%28.04%-
HSV(B)313.95º46.24%36.47%-
XYZ7.225.238.81-
YUV66.62137.25146.82-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 41.15%
GREEN value IS 50 (19.92% from 255) = 22.12%
BLUE value IS 83 (32.81% from 255) = 36.73%
R=41.15%
G=22.12%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.11
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93508300.460.110.64313.9530.0728.04
Hex5D325302EB4013a1e1c
Octal13562123056131004723634
Binary101110111001010100110101110101110000001001110101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D3253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,50,83); }

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

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

 a { background-color: rgb(93,50,83); }

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

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

 span { border-color: rgb(93,50,83); }

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