COLOR #5D335E

HEX: #5D335E
RGB: (93,51,94)

Color info

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

RGB color model

#5D335E color RGB value is (93,51,94).

  • red value is 93;
  • green value is 51;
  • blue value is 94.
RGB:
(93,51,94)
(36%,20%,37%)

RGB channels and saturation

R 93 of 255 = 36%
G 51 of 255 = 20%
B 94 of 255 = 37%

93
51
94

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

Portions of RGB colors in percentages

R + G + B =
93 + 51 + 94 = 238 (100%)
R 93 of 238 ~ 39.08%
G 51 of 238 ~ 21.43%
B 94 of 238 ~ 39.5%

%39.08
%21.43
%39.5

CMYK color model

#5D335E color CMYK value is (1,46,0,63).

  • cyan value is 1.06%
  • magenta value is 45.74%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(1,46,0,63)
C1M46Y0K63 
(1%,46%,0%,63%)
(0.01/0.46/0.00/0.63)	

CMYK percentages

%1.06
%45.74
%0
%63.14

Codes

Color #5D335E in popluar color models

5D335E
RGB935194
HSL299°29.66%28.43%
HSB/HSV299°45.74%36.86%
CMYK1.06%45.74%0.00%
63.14%

Color #5D335E in popluar number systems.

HEX5D335E
Decimal935194
Binary10111011100111011110
Octal13563136

Shades and tints

Shades of #5D335E

#5D335E
(93,51,94)
#552F56
(85,47,86)
#4D2B4E
(77,43,78)
#452746
(69,39,70)
#3D233E
(61,35,62)
#351F36
(53,31,54)
#2D1B2E
(45,27,46)
#251726
(37,23,38)
#1D131E
(29,19,30)
#150F16
(21,15,22)
#0D0B0E
(13,11,14)
#000000
(0,0,0)

Tints of #5D335E

#5D335E
(93,51,94)
#6B456C
(107,69,108)
#79577A
(121,87,122)
#876988
(135,105,136)
#957B96
(149,123,150)
#A38DA4
(163,141,164)
#B19FB2
(177,159,178)
#BFB1C0
(191,177,192)
#CDC3CE
(205,195,206)
#DBD5DC
(219,213,220)
#E9E7EA
(233,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D335E; }

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

This text font color is #5D335E.


Background Color

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

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

This div background color is #5D335E.


Border color

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

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

This div border color is #5D335E.


Opacity

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

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

Text with #5D335E 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 #5D335E;}

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

This text has shadow with #5D335E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D335E on black background.


Color preview on white background

This text has color #5D335E on white background.



Black color preview on #5D335E background

This text has black color on #5D335E background.


White color preview on #5D335E background

This text has white color on #5D335E background.