COLOR #5B6E98

HEX: #5B6E98
RGB: (91,110,152)

Color info

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

RGB color model

#5B6E98 color RGB value is (91,110,152).

  • red value is 91;
  • green value is 110;
  • blue value is 152.
RGB:
(91,110,152)
(36%,43%,60%)

RGB channels and saturation

R 91 of 255 = 36%
G 110 of 255 = 43%
B 152 of 255 = 60%

91
110
152

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

Portions of RGB colors in percentages

R + G + B =
91 + 110 + 152 = 353 (100%)
R 91 of 353 ~ 25.78%
G 110 of 353 ~ 31.16%
B 152 of 353 ~ 43.06%

%25.78
%31.16
%43.06

CMYK color model

#5B6E98 color CMYK value is (40,28,0,40).

  • cyan value is 40.13%
  • magenta value is 27.63%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(40,28,0,40)
C40M28Y0K40 
(40%,28%,0%,40%)
(0.40/0.28/0.00/0.40)	

CMYK percentages

%40.13
%27.63
%0
%40.39

Codes

Color #5B6E98 in popluar color models

5B6E98
RGB91110152
HSL221°25.10%47.65%
HSB/HSV221°40.13%59.61%
CMYK40.13%27.63%0.00%
40.39%

Color #5B6E98 in popluar number systems.

HEX5B6E98
Decimal91110152
Binary1011011110111010011000
Octal133156230

Shades and tints

Shades of #5B6E98

#5B6E98
(91,110,152)
#53648B
(83,100,139)
#4B5A7E
(75,90,126)
#435071
(67,80,113)
#3B4664
(59,70,100)
#333C57
(51,60,87)
#2B324A
(43,50,74)
#23283D
(35,40,61)
#1B1E30
(27,30,48)
#131423
(19,20,35)
#0B0A16
(11,10,22)
#000000
(0,0,0)

Tints of #5B6E98

#5B6E98
(91,110,152)
#697BA1
(105,123,161)
#7788AA
(119,136,170)
#8595B3
(133,149,179)
#93A2BC
(147,162,188)
#A1AFC5
(161,175,197)
#AFBCCE
(175,188,206)
#BDC9D7
(189,201,215)
#CBD6E0
(203,214,224)
#D9E3E9
(217,227,233)
#E7F0F2
(231,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B6E98; }

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

This text font color is #5B6E98.


Background Color

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

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

This div background color is #5B6E98.


Border color

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

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

This div border color is #5B6E98.


Opacity

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

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

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

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

This text has shadow with #5B6E98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B6E98 on black background.


Color preview on white background

This text has color #5B6E98 on white background.



Black color preview on #5B6E98 background

This text has black color on #5B6E98 background.


White color preview on #5B6E98 background

This text has white color on #5B6E98 background.