COLOR #5B3659

HEX: #5B3659
RGB: (91,54,89)

Color info

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

RGB color model

#5B3659 color RGB value is (91,54,89).

  • red value is 91;
  • green value is 54;
  • blue value is 89.
RGB:
(91,54,89)
(36%,21%,35%)

RGB channels and saturation

R 91 of 255 = 36%
G 54 of 255 = 21%
B 89 of 255 = 35%

91
54
89

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

Portions of RGB colors in percentages

R + G + B =
91 + 54 + 89 = 234 (100%)
R 91 of 234 ~ 38.89%
G 54 of 234 ~ 23.08%
B 89 of 234 ~ 38.03%

%38.89
%23.08
%38.03

CMYK color model

#5B3659 color CMYK value is (0,41,2,64).

  • cyan value is 0.00%
  • magenta value is 40.66%
  • yellow value is 2.20%
  • key color value is 64.31%
CMYK:
(0,41,2,64)
C0M41Y2K64 
(0%,41%,2%,64%)
(0.00/0.41/0.02/0.64)	

CMYK percentages

%0
%40.66
%2.2
%64.31

Codes

Color #5B3659 in popluar color models

5B3659
RGB915489
HSL303°25.52%28.43%
HSB/HSV303°40.66%35.69%
CMYK0.00%40.66%2.20%
64.31%

Color #5B3659 in popluar number systems.

HEX5B3659
Decimal915489
Binary10110111101101011001
Octal13366131

Shades and tints

Shades of #5B3659

#5B3659
(91,54,89)
#533251
(83,50,81)
#4B2E49
(75,46,73)
#432A41
(67,42,65)
#3B2639
(59,38,57)
#332231
(51,34,49)
#2B1E29
(43,30,41)
#231A21
(35,26,33)
#1B1619
(27,22,25)
#131211
(19,18,17)
#0B0E09
(11,14,9)
#000000
(0,0,0)

Tints of #5B3659

#5B3659
(91,54,89)
#694868
(105,72,104)
#775A77
(119,90,119)
#856C86
(133,108,134)
#937E95
(147,126,149)
#A190A4
(161,144,164)
#AFA2B3
(175,162,179)
#BDB4C2
(189,180,194)
#CBC6D1
(203,198,209)
#D9D8E0
(217,216,224)
#E7EAEF
(231,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B3659 color. Also use rgb(91,54,89) instead hex code.

Text Font Color

.myTextColor { color: #5B3659; }

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

This text font color is #5B3659.


Background Color

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

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

This div background color is #5B3659.


Border color

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

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

This div border color is #5B3659.


Opacity

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

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

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

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

This text has shadow with #5B3659 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B3659 on black background.


Color preview on white background

This text has color #5B3659 on white background.



Black color preview on #5B3659 background

This text has black color on #5B3659 background.


White color preview on #5B3659 background

This text has white color on #5B3659 background.