COLOR #5D355E

HEX: #5D355E RGB: (93,53,94)

Color info

#5D355E contains red, green and blue colors in about the same proportion. Web safe color of #5D355E is #663366 (or #636).

RGB color model

#5D355E color RGB value is (93,53,94).

RGB: (93,53,94) (36%, 21%, 37%)

RGB channels and saturation

R 93 of 255 = 36%
G 53 of 255 = 21%
B 94 of 255 = 37%

93
53
94

R + G + B ~ 31%. #5D355E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 93 + 53 + 94 = 240 (100%)
R 93 of 240 ~ 38.75%
G 53 of 240 ~ 22.08%
B 94 of 240 ~ 39.17'%

%38.75
%22.08
%39.17

CMYK color model

#5D355E color CMYK value is (1,44,0,63).

  • cyan value is 1.06%
  • magenta value is 43.62%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK: (1,44,0,63) C1M44Y0K63 (1%,44%,0%,63%) (0.01/0.44/0.00/0.63) 

CMYK percentages

%1.06
%43.62
%0
%63.14

Codes

Color #5D355E in popluar color models

5D 35 5E
RGB 93 53 94
HSL 299° 27.89% 28.82%
HSB/HSV 299° 43.62% 36.86%
CMYK 1.06% 43.62% 0.00%
63.14%

Color #5D355E in popluar number systems.

HEX 5D 35 5E
Decimal 93 53 94
Binary 1011101 110101 1011110
Octal 135 65 136

Shades and tints

Shades of #5D355E

#5D355E
(93,53,94)
#553156
(85,49,86)
#4D2D4E
(77,45,78)
#452946
(69,41,70)
#3D253E
(61,37,62)
#352136
(53,33,54)
#2D1D2E
(45,29,46)
#251926
(37,25,38)
#1D151E
(29,21,30)
#151116
(21,17,22)
#0D0D0E
(13,13,14)
#000000
(0,0,0)

Tints of #5D355E

#5D355E
(93,53,94)
#6B476C
(107,71,108)
#79597A
(121,89,122)
#876B88
(135,107,136)
#957D96
(149,125,150)
#A38FA4
(163,143,164)
#B1A1B2
(177,161,178)
#BFB3C0
(191,179,192)
#CDC5CE
(205,197,206)
#DBD7DC
(219,215,220)
#E9E9EA
(233,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D355E color. Also use rgb(93,53,94) instead hex code.

Text Font Color

.myTextColor { color: #5D355E; }

<p style="color:#5D355E">This sample text font color is #5D355E.</p>

This text font color is #5D355E.

Background Color

.myBgColor { background-color: #5D355E; }

<div style="background-color:#5D355E">Inner text</div>

This div background color is #5D355E.

Border color

.myBorderColor { border: 1px solid #5D355E; }

<div style="border:3px solid #5D355E">Div</div>

This div border color is #5D355E.

Opacity

.myOpacity80 { color: #5D355E; opacity: 0.8; }

<p style="color:#5D355E;opacity:0.8;">80%</p>

Text with #5D355E color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #5D355E;}

<p style="text-shadow: 3px 3px 1px #5D355E">Text here.</p>

This text has shadow with #5D355E color.


.textShadow {text-shadow: 3px 3px 1px #5D355E', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #5D355E, 5px 5px 20px red">Text here.</p>

This text has shadow with #5D355E primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#5D355E, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#5D355E, Direction=45, Strength=4)">Text</p>

This text has shadow with #5D355E and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #5D355E;
-webkit-box-shadow: 1px 1px 3px 2px #5D355E;
box-shadow: 1px 1px 3px 2px #5D355E;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #5D355E; -webkit-box-shadow: 1px 1px 3px 2px #5D355E; box-shadow:1px 1px 3px 2px #5D355E;">
Div content here
</div>

This div box has shadow with color #5D355E.

Preview

Color preview on black background

This text has color #5D355E on black background.


Color preview on white background

This text has color #5D355E on white background.


Black color preview on #5D355E background

This text has black color on #5D355E background.


White color preview on #5D355E background

This text has white color on #5D355E background.


Related colors

Complementary color

Complementary color for #hex is #A2CAA1.


I love getcolorcode.com

Triadic colors

1 #5E5D35 and #355E5D with #5D355E are triadic colors.

2 #5E355D and #355D5E with #5D355E are triadic colors.