COLOR #5B448D

HEX: #5B448D
RGB: (91,68,141)

Color info

#5B448D contains mainly red and blue colors. Web safe color of #5B448D is #663399 (or #639).

RGB color model

#5B448D color RGB value is (91,68,141).

  • red value is 91;
  • green value is 68;
  • blue value is 141.
RGB:
(91,68,141)
(36%,27%,55%)

RGB channels and saturation

R 91 of 255 = 36%
G 68 of 255 = 27%
B 141 of 255 = 55%

91
68
141

R + G + B ~ 39%. #5B448D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 68 + 141 = 300 (100%)
R 91 of 300 ~ 30.33%
G 68 of 300 ~ 22.67%
B 141 of 300 ~ 47%

%30.33
%22.67
%47

CMYK color model

#5B448D color CMYK value is (35,52,0,45).

  • cyan value is 35.46%
  • magenta value is 51.77%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(35,52,0,45)
C35M52Y0K45 
(35%,52%,0%,45%)
(0.35/0.52/0.00/0.45)	

CMYK percentages

%35.46
%51.77
%0
%44.71

Codes

Color #5B448D in popluar color models

5B448D
RGB9168141
HSL259°34.93%40.98%
HSB/HSV259°51.77%55.29%
CMYK35.46%51.77%0.00%
44.71%

Color #5B448D in popluar number systems.

HEX5B448D
Decimal9168141
Binary1011011100010010001101
Octal133104215

Shades and tints

Shades of #5B448D

#5B448D
(91,68,141)
#533E81
(83,62,129)
#4B3875
(75,56,117)
#433269
(67,50,105)
#3B2C5D
(59,44,93)
#332651
(51,38,81)
#2B2045
(43,32,69)
#231A39
(35,26,57)
#1B142D
(27,20,45)
#130E21
(19,14,33)
#0B0815
(11,8,21)
#000000
(0,0,0)

Tints of #5B448D

#5B448D
(91,68,141)
#695597
(105,85,151)
#7766A1
(119,102,161)
#8577AB
(133,119,171)
#9388B5
(147,136,181)
#A199BF
(161,153,191)
#AFAAC9
(175,170,201)
#BDBBD3
(189,187,211)
#CBCCDD
(203,204,221)
#D9DDE7
(217,221,231)
#E7EEF1
(231,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B448D color. Also use rgb(91,68,141) instead hex code.

Text Font Color

.myTextColor { color: #5B448D; }

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

This text font color is #5B448D.


Background Color

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

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

This div background color is #5B448D.


Border color

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

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

This div border color is #5B448D.


Opacity

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

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

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

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

This text has shadow with #5B448D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B448D on black background.


Color preview on white background

This text has color #5B448D on white background.



Black color preview on #5B448D background

This text has black color on #5B448D background.


White color preview on #5B448D background

This text has white color on #5B448D background.