COLOR #5B3975

HEX: #5B3975
RGB: (91,57,117)

Color info

#5B3975 contains mainly red and blue colors. Web safe color of #5B3975 is #663366 (or #636).

RGB color model

#5B3975 color RGB value is (91,57,117).

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

RGB channels and saturation

R 91 of 255 = 36%
G 57 of 255 = 22%
B 117 of 255 = 46%

91
57
117

R + G + B ~ 35%. #5B3975 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 57 + 117 = 265 (100%)
R 91 of 265 ~ 34.34%
G 57 of 265 ~ 21.51%
B 117 of 265 ~ 44.15%

%34.34
%21.51
%44.15

CMYK color model

#5B3975 color CMYK value is (22,51,0,54).

  • cyan value is 22.22%
  • magenta value is 51.28%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(22,51,0,54)
C22M51Y0K54 
(22%,51%,0%,54%)
(0.22/0.51/0.00/0.54)	

CMYK percentages

%22.22
%51.28
%0
%54.12

Codes

Color #5B3975 in popluar color models

5B3975
RGB9157117
HSL274°34.48%34.12%
HSB/HSV274°51.28%45.88%
CMYK22.22%51.28%0.00%
54.12%

Color #5B3975 in popluar number systems.

HEX5B3975
Decimal9157117
Binary10110111110011110101
Octal13371165

Shades and tints

Shades of #5B3975

#5B3975
(91,57,117)
#53346B
(83,52,107)
#4B2F61
(75,47,97)
#432A57
(67,42,87)
#3B254D
(59,37,77)
#332043
(51,32,67)
#2B1B39
(43,27,57)
#23162F
(35,22,47)
#1B1125
(27,17,37)
#130C1B
(19,12,27)
#0B0711
(11,7,17)
#000000
(0,0,0)

Tints of #5B3975

#5B3975
(91,57,117)
#694B81
(105,75,129)
#775D8D
(119,93,141)
#856F99
(133,111,153)
#9381A5
(147,129,165)
#A193B1
(161,147,177)
#AFA5BD
(175,165,189)
#BDB7C9
(189,183,201)
#CBC9D5
(203,201,213)
#D9DBE1
(217,219,225)
#E7EDED
(231,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B3975; }

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

This text font color is #5B3975.


Background Color

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

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

This div background color is #5B3975.


Border color

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

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

This div border color is #5B3975.


Opacity

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

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

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

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

This text has shadow with #5B3975 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B3975 on black background.


Color preview on white background

This text has color #5B3975 on white background.



Black color preview on #5B3975 background

This text has black color on #5B3975 background.


White color preview on #5B3975 background

This text has white color on #5B3975 background.