COLOR #5B5E99

HEX: #5B5E99
RGB: (91,94,153)

Color info

#5B5E99 contains mainly green and blue colors. Web safe color of #5B5E99 is #666699 (or #669).

RGB color model

#5B5E99 color RGB value is (91,94,153).

  • red value is 91;
  • green value is 94;
  • blue value is 153.
RGB:
(91,94,153)
(36%,37%,60%)

RGB channels and saturation

R 91 of 255 = 36%
G 94 of 255 = 37%
B 153 of 255 = 60%

91
94
153

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

Portions of RGB colors in percentages

R + G + B =
91 + 94 + 153 = 338 (100%)
R 91 of 338 ~ 26.92%
G 94 of 338 ~ 27.81%
B 153 of 338 ~ 45.27%

%26.92
%27.81
%45.27

CMYK color model

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

  • cyan value is 40.52%
  • magenta value is 38.56%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(41,39,0,40)
C41M39Y0K40 
(41%,39%,0%,40%)
(0.41/0.39/0.00/0.40)	

CMYK percentages

%40.52
%38.56
%0
%40

Codes

Color #5B5E99 in popluar color models

5B5E99
RGB9194153
HSL237°25.41%47.84%
HSB/HSV237°40.52%60.00%
CMYK40.52%38.56%0.00%
40.00%

Color #5B5E99 in popluar number systems.

HEX5B5E99
Decimal9194153
Binary1011011101111010011001
Octal133136231

Shades and tints

Shades of #5B5E99

#5B5E99
(91,94,153)
#53568C
(83,86,140)
#4B4E7F
(75,78,127)
#434672
(67,70,114)
#3B3E65
(59,62,101)
#333658
(51,54,88)
#2B2E4B
(43,46,75)
#23263E
(35,38,62)
#1B1E31
(27,30,49)
#131624
(19,22,36)
#0B0E17
(11,14,23)
#000000
(0,0,0)

Tints of #5B5E99

#5B5E99
(91,94,153)
#696CA2
(105,108,162)
#777AAB
(119,122,171)
#8588B4
(133,136,180)
#9396BD
(147,150,189)
#A1A4C6
(161,164,198)
#AFB2CF
(175,178,207)
#BDC0D8
(189,192,216)
#CBCEE1
(203,206,225)
#D9DCEA
(217,220,234)
#E7EAF3
(231,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B5E99; }

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

This text font color is #5B5E99.


Background Color

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

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

This div background color is #5B5E99.


Border color

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

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

This div border color is #5B5E99.


Opacity

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

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

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

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

This text has shadow with #5B5E99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B5E99 on black background.


Color preview on white background

This text has color #5B5E99 on white background.



Black color preview on #5B5E99 background

This text has black color on #5B5E99 background.


White color preview on #5B5E99 background

This text has white color on #5B5E99 background.