COLOR #5B5691

HEX: #5B5691
RGB: (91,86,145)

Color info

#5B5691 contains red, green and blue colors in about the same proportion. Web safe color of #5B5691 is #666699 (or #669).

RGB color model

#5B5691 color RGB value is (91,86,145).

  • red value is 91;
  • green value is 86;
  • blue value is 145.
RGB:
(91,86,145)
(36%,34%,57%)

RGB channels and saturation

R 91 of 255 = 36%
G 86 of 255 = 34%
B 145 of 255 = 57%

91
86
145

R + G + B ~ 42%. #5B5691 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
91 + 86 + 145 = 322 (100%)
R 91 of 322 ~ 28.26%
G 86 of 322 ~ 26.71%
B 145 of 322 ~ 45.03%

%28.26
%26.71
%45.03

CMYK color model

#5B5691 color CMYK value is (37,41,0,43).

  • cyan value is 37.24%
  • magenta value is 40.69%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(37,41,0,43)
C37M41Y0K43 
(37%,41%,0%,43%)
(0.37/0.41/0.00/0.43)	

CMYK percentages

%37.24
%40.69
%0
%43.14

Codes

Color #5B5691 in popluar color models

5B5691
RGB9186145
HSL245°25.54%45.29%
HSB/HSV245°40.69%56.86%
CMYK37.24%40.69%0.00%
43.14%

Color #5B5691 in popluar number systems.

HEX5B5691
Decimal9186145
Binary1011011101011010010001
Octal133126221

Shades and tints

Shades of #5B5691

#5B5691
(91,86,145)
#534F84
(83,79,132)
#4B4877
(75,72,119)
#43416A
(67,65,106)
#3B3A5D
(59,58,93)
#333350
(51,51,80)
#2B2C43
(43,44,67)
#232536
(35,37,54)
#1B1E29
(27,30,41)
#13171C
(19,23,28)
#0B100F
(11,16,15)
#000000
(0,0,0)

Tints of #5B5691

#5B5691
(91,86,145)
#69659B
(105,101,155)
#7774A5
(119,116,165)
#8583AF
(133,131,175)
#9392B9
(147,146,185)
#A1A1C3
(161,161,195)
#AFB0CD
(175,176,205)
#BDBFD7
(189,191,215)
#CBCEE1
(203,206,225)
#D9DDEB
(217,221,235)
#E7ECF5
(231,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B5691 color. Also use rgb(91,86,145) instead hex code.

Text Font Color

.myTextColor { color: #5B5691; }

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

This text font color is #5B5691.


Background Color

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

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

This div background color is #5B5691.


Border color

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

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

This div border color is #5B5691.


Opacity

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

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

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

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

This text has shadow with #5B5691 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B5691 on black background.


Color preview on white background

This text has color #5B5691 on white background.



Black color preview on #5B5691 background

This text has black color on #5B5691 background.


White color preview on #5B5691 background

This text has white color on #5B5691 background.