COLOR #5B7C94

HEX: #5B7C94
RGB: (91,124,148)

Color info

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

RGB color model

#5B7C94 color RGB value is (91,124,148).

  • red value is 91;
  • green value is 124;
  • blue value is 148.
RGB:
(91,124,148)
(36%,49%,58%)

RGB channels and saturation

R 91 of 255 = 36%
G 124 of 255 = 49%
B 148 of 255 = 58%

91
124
148

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

Portions of RGB colors in percentages

R + G + B =
91 + 124 + 148 = 363 (100%)
R 91 of 363 ~ 25.07%
G 124 of 363 ~ 34.16%
B 148 of 363 ~ 40.77%

%25.07
%34.16
%40.77

CMYK color model

#5B7C94 color CMYK value is (39,16,0,42).

  • cyan value is 38.51%
  • magenta value is 16.22%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(39,16,0,42)
C39M16Y0K42 
(39%,16%,0%,42%)
(0.39/0.16/0.00/0.42)	

CMYK percentages

%38.51
%16.22
%0
%41.96

Codes

Color #5B7C94 in popluar color models

5B7C94
RGB91124148
HSL205°23.85%46.86%
HSB/HSV205°38.51%58.04%
CMYK38.51%16.22%0.00%
41.96%

Color #5B7C94 in popluar number systems.

HEX5B7C94
Decimal91124148
Binary1011011111110010010100
Octal133174224

Shades and tints

Shades of #5B7C94

#5B7C94
(91,124,148)
#537187
(83,113,135)
#4B667A
(75,102,122)
#435B6D
(67,91,109)
#3B5060
(59,80,96)
#334553
(51,69,83)
#2B3A46
(43,58,70)
#232F39
(35,47,57)
#1B242C
(27,36,44)
#13191F
(19,25,31)
#0B0E12
(11,14,18)
#000000
(0,0,0)

Tints of #5B7C94

#5B7C94
(91,124,148)
#69879D
(105,135,157)
#7792A6
(119,146,166)
#859DAF
(133,157,175)
#93A8B8
(147,168,184)
#A1B3C1
(161,179,193)
#AFBECA
(175,190,202)
#BDC9D3
(189,201,211)
#CBD4DC
(203,212,220)
#D9DFE5
(217,223,229)
#E7EAEE
(231,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B7C94; }

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

This text font color is #5B7C94.


Background Color

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

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

This div background color is #5B7C94.


Border color

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

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

This div border color is #5B7C94.


Opacity

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

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

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

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

This text has shadow with #5B7C94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B7C94 on black background.


Color preview on white background

This text has color #5B7C94 on white background.



Black color preview on #5B7C94 background

This text has black color on #5B7C94 background.


White color preview on #5B7C94 background

This text has white color on #5B7C94 background.