COLOR #5B3569

HEX: #5B3569
RGB: (91,53,105)

Color info

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

RGB color model

#5B3569 color RGB value is (91,53,105).

  • red value is 91;
  • green value is 53;
  • blue value is 105.
RGB:
(91,53,105)
(36%,21%,41%)

RGB channels and saturation

R 91 of 255 = 36%
G 53 of 255 = 21%
B 105 of 255 = 41%

91
53
105

R + G + B ~ 33%. #5B3569 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 53 + 105 = 249 (100%)
R 91 of 249 ~ 36.55%
G 53 of 249 ~ 21.29%
B 105 of 249 ~ 42.17%

%36.55
%21.29
%42.17

CMYK color model

#5B3569 color CMYK value is (13,50,0,59).

  • cyan value is 13.33%
  • magenta value is 49.52%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(13,50,0,59)
C13M50Y0K59 
(13%,50%,0%,59%)
(0.13/0.50/0.00/0.59)	

CMYK percentages

%13.33
%49.52
%0
%58.82

Codes

Color #5B3569 in popluar color models

5B3569
RGB9153105
HSL284°32.91%30.98%
HSB/HSV284°49.52%41.18%
CMYK13.33%49.52%0.00%
58.82%

Color #5B3569 in popluar number systems.

HEX5B3569
Decimal9153105
Binary10110111101011101001
Octal13365151

Shades and tints

Shades of #5B3569

#5B3569
(91,53,105)
#533160
(83,49,96)
#4B2D57
(75,45,87)
#43294E
(67,41,78)
#3B2545
(59,37,69)
#33213C
(51,33,60)
#2B1D33
(43,29,51)
#23192A
(35,25,42)
#1B1521
(27,21,33)
#131118
(19,17,24)
#0B0D0F
(11,13,15)
#000000
(0,0,0)

Tints of #5B3569

#5B3569
(91,53,105)
#694776
(105,71,118)
#775983
(119,89,131)
#856B90
(133,107,144)
#937D9D
(147,125,157)
#A18FAA
(161,143,170)
#AFA1B7
(175,161,183)
#BDB3C4
(189,179,196)
#CBC5D1
(203,197,209)
#D9D7DE
(217,215,222)
#E7E9EB
(231,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B3569 color. Also use rgb(91,53,105) instead hex code.

Text Font Color

.myTextColor { color: #5B3569; }

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

This text font color is #5B3569.


Background Color

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

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

This div background color is #5B3569.


Border color

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

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

This div border color is #5B3569.


Opacity

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

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

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

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

This text has shadow with #5B3569 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B3569 on black background.


Color preview on white background

This text has color #5B3569 on white background.



Black color preview on #5B3569 background

This text has black color on #5B3569 background.


White color preview on #5B3569 background

This text has white color on #5B3569 background.