COLOR #5B428D

HEX: #5B428D
RGB: (91,66,141)

Color info

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

RGB color model

#5B428D color RGB value is (91,66,141).

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

RGB channels and saturation

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

91
66
141

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

Portions of RGB colors in percentages

R + G + B =
91 + 66 + 141 = 298 (100%)
R 91 of 298 ~ 30.54%
G 66 of 298 ~ 22.15%
B 141 of 298 ~ 47.32%

%30.54
%22.15
%47.32

CMYK color model

#5B428D color CMYK value is (35,53,0,45).

  • cyan value is 35.46%
  • magenta value is 53.19%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(35,53,0,45)
C35M53Y0K45 
(35%,53%,0%,45%)
(0.35/0.53/0.00/0.45)	

CMYK percentages

%35.46
%53.19
%0
%44.71

Codes

Color #5B428D in popluar color models

5B428D
RGB9166141
HSL260°36.23%40.59%
HSB/HSV260°53.19%55.29%
CMYK35.46%53.19%0.00%
44.71%

Color #5B428D in popluar number systems.

HEX5B428D
Decimal9166141
Binary1011011100001010001101
Octal133102215

Shades and tints

Shades of #5B428D

#5B428D
(91,66,141)
#533C81
(83,60,129)
#4B3675
(75,54,117)
#433069
(67,48,105)
#3B2A5D
(59,42,93)
#332451
(51,36,81)
#2B1E45
(43,30,69)
#231839
(35,24,57)
#1B122D
(27,18,45)
#130C21
(19,12,33)
#0B0615
(11,6,21)
#000000
(0,0,0)

Tints of #5B428D

#5B428D
(91,66,141)
#695397
(105,83,151)
#7764A1
(119,100,161)
#8575AB
(133,117,171)
#9386B5
(147,134,181)
#A197BF
(161,151,191)
#AFA8C9
(175,168,201)
#BDB9D3
(189,185,211)
#CBCADD
(203,202,221)
#D9DBE7
(217,219,231)
#E7ECF1
(231,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B428D; }

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

This text font color is #5B428D.


Background Color

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

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

This div background color is #5B428D.


Border color

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

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

This div border color is #5B428D.


Opacity

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

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

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

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

This text has shadow with #5B428D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B428D on black background.


Color preview on white background

This text has color #5B428D on white background.



Black color preview on #5B428D background

This text has black color on #5B428D background.


White color preview on #5B428D background

This text has white color on #5B428D background.