COLOR #5B397A

HEX: #5B397A
RGB: (91,57,122)

Color info

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

RGB color model

#5B397A color RGB value is (91,57,122).

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

RGB channels and saturation

R 91 of 255 = 36%
G 57 of 255 = 22%
B 122 of 255 = 48%

91
57
122

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

Portions of RGB colors in percentages

R + G + B =
91 + 57 + 122 = 270 (100%)
R 91 of 270 ~ 33.7%
G 57 of 270 ~ 21.11%
B 122 of 270 ~ 45.19%

%33.7
%21.11
%45.19

CMYK color model

#5B397A color CMYK value is (25,53,0,52).

  • cyan value is 25.41%
  • magenta value is 53.28%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(25,53,0,52)
C25M53Y0K52 
(25%,53%,0%,52%)
(0.25/0.53/0.00/0.52)	

CMYK percentages

%25.41
%53.28
%0
%52.16

Codes

Color #5B397A in popluar color models

5B397A
RGB9157122
HSL271°36.31%35.10%
HSB/HSV271°53.28%47.84%
CMYK25.41%53.28%0.00%
52.16%

Color #5B397A in popluar number systems.

HEX5B397A
Decimal9157122
Binary10110111110011111010
Octal13371172

Shades and tints

Shades of #5B397A

#5B397A
(91,57,122)
#53346F
(83,52,111)
#4B2F64
(75,47,100)
#432A59
(67,42,89)
#3B254E
(59,37,78)
#332043
(51,32,67)
#2B1B38
(43,27,56)
#23162D
(35,22,45)
#1B1122
(27,17,34)
#130C17
(19,12,23)
#0B070C
(11,7,12)
#000000
(0,0,0)

Tints of #5B397A

#5B397A
(91,57,122)
#694B86
(105,75,134)
#775D92
(119,93,146)
#856F9E
(133,111,158)
#9381AA
(147,129,170)
#A193B6
(161,147,182)
#AFA5C2
(175,165,194)
#BDB7CE
(189,183,206)
#CBC9DA
(203,201,218)
#D9DBE6
(217,219,230)
#E7EDF2
(231,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B397A; }

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

This text font color is #5B397A.


Background Color

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

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

This div background color is #5B397A.


Border color

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

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

This div border color is #5B397A.


Opacity

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

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

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

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

This text has shadow with #5B397A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B397A on black background.


Color preview on white background

This text has color #5B397A on white background.



Black color preview on #5B397A background

This text has black color on #5B397A background.


White color preview on #5B397A background

This text has white color on #5B397A background.