COLOR #5B395E

HEX: #5B395E
RGB: (91,57,94)

Color info

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

RGB color model

#5B395E color RGB value is (91,57,94).

  • red value is 91;
  • green value is 57;
  • blue value is 94.
RGB:
(91,57,94)
(36%,22%,37%)

RGB channels and saturation

R 91 of 255 = 36%
G 57 of 255 = 22%
B 94 of 255 = 37%

91
57
94

R + G + B ~ 32%. #5B395E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 57 + 94 = 242 (100%)
R 91 of 242 ~ 37.6%
G 57 of 242 ~ 23.55%
B 94 of 242 ~ 38.84%

%37.6
%23.55
%38.84

CMYK color model

#5B395E color CMYK value is (3,39,0,63).

  • cyan value is 3.19%
  • magenta value is 39.36%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(3,39,0,63)
C3M39Y0K63 
(3%,39%,0%,63%)
(0.03/0.39/0.00/0.63)	

CMYK percentages

%3.19
%39.36
%0
%63.14

Codes

Color #5B395E in popluar color models

5B395E
RGB915794
HSL295°24.50%29.61%
HSB/HSV295°39.36%36.86%
CMYK3.19%39.36%0.00%
63.14%

Color #5B395E in popluar number systems.

HEX5B395E
Decimal915794
Binary10110111110011011110
Octal13371136

Shades and tints

Shades of #5B395E

#5B395E
(91,57,94)
#533456
(83,52,86)
#4B2F4E
(75,47,78)
#432A46
(67,42,70)
#3B253E
(59,37,62)
#332036
(51,32,54)
#2B1B2E
(43,27,46)
#231626
(35,22,38)
#1B111E
(27,17,30)
#130C16
(19,12,22)
#0B070E
(11,7,14)
#000000
(0,0,0)

Tints of #5B395E

#5B395E
(91,57,94)
#694B6C
(105,75,108)
#775D7A
(119,93,122)
#856F88
(133,111,136)
#938196
(147,129,150)
#A193A4
(161,147,164)
#AFA5B2
(175,165,178)
#BDB7C0
(189,183,192)
#CBC9CE
(203,201,206)
#D9DBDC
(217,219,220)
#E7EDEA
(231,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B395E color. Also use rgb(91,57,94) instead hex code.

Text Font Color

.myTextColor { color: #5B395E; }

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

This text font color is #5B395E.


Background Color

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

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

This div background color is #5B395E.


Border color

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

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

This div border color is #5B395E.


Opacity

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

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

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

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

This text has shadow with #5B395E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B395E on black background.


Color preview on white background

This text has color #5B395E on white background.



Black color preview on #5B395E background

This text has black color on #5B395E background.


White color preview on #5B395E background

This text has white color on #5B395E background.