COLOR #5B417E

HEX: #5B417E
RGB: (91,65,126)

Color info

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

RGB color model

#5B417E color RGB value is (91,65,126).

  • red value is 91;
  • green value is 65;
  • blue value is 126.
RGB:
(91,65,126)
(36%,25%,49%)

RGB channels and saturation

R 91 of 255 = 36%
G 65 of 255 = 25%
B 126 of 255 = 49%

91
65
126

R + G + B ~ 37%. #5B417E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 65 + 126 = 282 (100%)
R 91 of 282 ~ 32.27%
G 65 of 282 ~ 23.05%
B 126 of 282 ~ 44.68%

%32.27
%23.05
%44.68

CMYK color model

#5B417E color CMYK value is (28,48,0,51).

  • cyan value is 27.78%
  • magenta value is 48.41%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(28,48,0,51)
C28M48Y0K51 
(28%,48%,0%,51%)
(0.28/0.48/0.00/0.51)	

CMYK percentages

%27.78
%48.41
%0
%50.59

Codes

Color #5B417E in popluar color models

5B417E
RGB9165126
HSL266°31.94%37.45%
HSB/HSV266°48.41%49.41%
CMYK27.78%48.41%0.00%
50.59%

Color #5B417E in popluar number systems.

HEX5B417E
Decimal9165126
Binary101101110000011111110
Octal133101176

Shades and tints

Shades of #5B417E

#5B417E
(91,65,126)
#533C73
(83,60,115)
#4B3768
(75,55,104)
#43325D
(67,50,93)
#3B2D52
(59,45,82)
#332847
(51,40,71)
#2B233C
(43,35,60)
#231E31
(35,30,49)
#1B1926
(27,25,38)
#13141B
(19,20,27)
#0B0F10
(11,15,16)
#000000
(0,0,0)

Tints of #5B417E

#5B417E
(91,65,126)
#695289
(105,82,137)
#776394
(119,99,148)
#85749F
(133,116,159)
#9385AA
(147,133,170)
#A196B5
(161,150,181)
#AFA7C0
(175,167,192)
#BDB8CB
(189,184,203)
#CBC9D6
(203,201,214)
#D9DAE1
(217,218,225)
#E7EBEC
(231,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B417E color. Also use rgb(91,65,126) instead hex code.

Text Font Color

.myTextColor { color: #5B417E; }

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

This text font color is #5B417E.


Background Color

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

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

This div background color is #5B417E.


Border color

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

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

This div border color is #5B417E.


Opacity

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

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

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

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

This text has shadow with #5B417E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B417E on black background.


Color preview on white background

This text has color #5B417E on white background.



Black color preview on #5B417E background

This text has black color on #5B417E background.


White color preview on #5B417E background

This text has white color on #5B417E background.