COLOR #5B438D

HEX: #5B438D
RGB: (91,67,141)

Color info

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

RGB color model

#5B438D color RGB value is (91,67,141).

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

RGB channels and saturation

R 91 of 255 = 36%
G 67 of 255 = 26%
B 141 of 255 = 55%

91
67
141

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

Portions of RGB colors in percentages

R + G + B =
91 + 67 + 141 = 299 (100%)
R 91 of 299 ~ 30.43%
G 67 of 299 ~ 22.41%
B 141 of 299 ~ 47.16%

%30.43
%22.41
%47.16

CMYK color model

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

  • cyan value is 35.46%
  • magenta value is 52.48%
  • 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
%52.48
%0
%44.71

Codes

Color #5B438D in popluar color models

5B438D
RGB9167141
HSL259°35.58%40.78%
HSB/HSV259°52.48%55.29%
CMYK35.46%52.48%0.00%
44.71%

Color #5B438D in popluar number systems.

HEX5B438D
Decimal9167141
Binary1011011100001110001101
Octal133103215

Shades and tints

Shades of #5B438D

#5B438D
(91,67,141)
#533D81
(83,61,129)
#4B3775
(75,55,117)
#433169
(67,49,105)
#3B2B5D
(59,43,93)
#332551
(51,37,81)
#2B1F45
(43,31,69)
#231939
(35,25,57)
#1B132D
(27,19,45)
#130D21
(19,13,33)
#0B0715
(11,7,21)
#000000
(0,0,0)

Tints of #5B438D

#5B438D
(91,67,141)
#695497
(105,84,151)
#7765A1
(119,101,161)
#8576AB
(133,118,171)
#9387B5
(147,135,181)
#A198BF
(161,152,191)
#AFA9C9
(175,169,201)
#BDBAD3
(189,186,211)
#CBCBDD
(203,203,221)
#D9DCE7
(217,220,231)
#E7EDF1
(231,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B438D; }

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

This text font color is #5B438D.


Background Color

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

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

This div background color is #5B438D.


Border color

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

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

This div border color is #5B438D.


Opacity

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

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

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

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

This text has shadow with #5B438D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B438D on black background.


Color preview on white background

This text has color #5B438D on white background.



Black color preview on #5B438D background

This text has black color on #5B438D background.


White color preview on #5B438D background

This text has white color on #5B438D background.