COLOR #5B5B96

HEX: #5B5B96
RGB: (91,91,150)

Color info

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

RGB color model

#5B5B96 color RGB value is (91,91,150).

  • red value is 91;
  • green value is 91;
  • blue value is 150.
RGB:
(91,91,150)
(36%,36%,59%)

RGB channels and saturation

R 91 of 255 = 36%
G 91 of 255 = 36%
B 150 of 255 = 59%

91
91
150

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

Portions of RGB colors in percentages

R + G + B =
91 + 91 + 150 = 332 (100%)
R 91 of 332 ~ 27.41%
G 91 of 332 ~ 27.41%
B 150 of 332 ~ 45.18%

%27.41
%27.41
%45.18

CMYK color model

#5B5B96 color CMYK value is (39,39,0,41).

  • cyan value is 39.33%
  • magenta value is 39.33%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(39,39,0,41)
C39M39Y0K41 
(39%,39%,0%,41%)
(0.39/0.39/0.00/0.41)	

CMYK percentages

%39.33
%39.33
%0
%41.18

Codes

Color #5B5B96 in popluar color models

5B5B96
RGB9191150
HSL240°24.48%47.25%
HSB/HSV240°39.33%58.82%
CMYK39.33%39.33%0.00%
41.18%

Color #5B5B96 in popluar number systems.

HEX5B5B96
Decimal9191150
Binary1011011101101110010110
Octal133133226

Shades and tints

Shades of #5B5B96

#5B5B96
(91,91,150)
#535389
(83,83,137)
#4B4B7C
(75,75,124)
#43436F
(67,67,111)
#3B3B62
(59,59,98)
#333355
(51,51,85)
#2B2B48
(43,43,72)
#23233B
(35,35,59)
#1B1B2E
(27,27,46)
#131321
(19,19,33)
#0B0B14
(11,11,20)
#000000
(0,0,0)

Tints of #5B5B96

#5B5B96
(91,91,150)
#69699F
(105,105,159)
#7777A8
(119,119,168)
#8585B1
(133,133,177)
#9393BA
(147,147,186)
#A1A1C3
(161,161,195)
#AFAFCC
(175,175,204)
#BDBDD5
(189,189,213)
#CBCBDE
(203,203,222)
#D9D9E7
(217,217,231)
#E7E7F0
(231,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B5B96; }

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

This text font color is #5B5B96.


Background Color

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

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

This div background color is #5B5B96.


Border color

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

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

This div border color is #5B5B96.


Opacity

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

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

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

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

This text has shadow with #5B5B96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B5B96 on black background.


Color preview on white background

This text has color #5B5B96 on white background.



Black color preview on #5B5B96 background

This text has black color on #5B5B96 background.


White color preview on #5B5B96 background

This text has white color on #5B5B96 background.