COLOR #5B7398

HEX: #5B7398
RGB: (91,115,152)

Color info

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

RGB color model

#5B7398 color RGB value is (91,115,152).

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

RGB channels and saturation

R 91 of 255 = 36%
G 115 of 255 = 45%
B 152 of 255 = 60%

91
115
152

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

Portions of RGB colors in percentages

R + G + B =
91 + 115 + 152 = 358 (100%)
R 91 of 358 ~ 25.42%
G 115 of 358 ~ 32.12%
B 152 of 358 ~ 42.46%

%25.42
%32.12
%42.46

CMYK color model

#5B7398 color CMYK value is (40,24,0,40).

  • cyan value is 40.13%
  • magenta value is 24.34%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(40,24,0,40)
C40M24Y0K40 
(40%,24%,0%,40%)
(0.40/0.24/0.00/0.40)	

CMYK percentages

%40.13
%24.34
%0
%40.39

Codes

Color #5B7398 in popluar color models

5B7398
RGB91115152
HSL216°25.10%47.65%
HSB/HSV216°40.13%59.61%
CMYK40.13%24.34%0.00%
40.39%

Color #5B7398 in popluar number systems.

HEX5B7398
Decimal91115152
Binary1011011111001110011000
Octal133163230

Shades and tints

Shades of #5B7398

#5B7398
(91,115,152)
#53698B
(83,105,139)
#4B5F7E
(75,95,126)
#435571
(67,85,113)
#3B4B64
(59,75,100)
#334157
(51,65,87)
#2B374A
(43,55,74)
#232D3D
(35,45,61)
#1B2330
(27,35,48)
#131923
(19,25,35)
#0B0F16
(11,15,22)
#000000
(0,0,0)

Tints of #5B7398

#5B7398
(91,115,152)
#697FA1
(105,127,161)
#778BAA
(119,139,170)
#8597B3
(133,151,179)
#93A3BC
(147,163,188)
#A1AFC5
(161,175,197)
#AFBBCE
(175,187,206)
#BDC7D7
(189,199,215)
#CBD3E0
(203,211,224)
#D9DFE9
(217,223,233)
#E7EBF2
(231,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B7398; }

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

This text font color is #5B7398.


Background Color

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

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

This div background color is #5B7398.


Border color

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

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

This div border color is #5B7398.


Opacity

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

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

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

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

This text has shadow with #5B7398 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B7398 on black background.


Color preview on white background

This text has color #5B7398 on white background.



Black color preview on #5B7398 background

This text has black color on #5B7398 background.


White color preview on #5B7398 background

This text has white color on #5B7398 background.