COLOR #5B7E97

HEX: #5B7E97
RGB: (91,126,151)

Color info

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

RGB color model

#5B7E97 color RGB value is (91,126,151).

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

RGB channels and saturation

R 91 of 255 = 36%
G 126 of 255 = 49%
B 151 of 255 = 59%

91
126
151

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

Portions of RGB colors in percentages

R + G + B =
91 + 126 + 151 = 368 (100%)
R 91 of 368 ~ 24.73%
G 126 of 368 ~ 34.24%
B 151 of 368 ~ 41.03%

%24.73
%34.24
%41.03

CMYK color model

#5B7E97 color CMYK value is (40,17,0,41).

  • cyan value is 39.74%
  • magenta value is 16.56%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(40,17,0,41)
C40M17Y0K41 
(40%,17%,0%,41%)
(0.40/0.17/0.00/0.41)	

CMYK percentages

%39.74
%16.56
%0
%40.78

Codes

Color #5B7E97 in popluar color models

5B7E97
RGB91126151
HSL205°24.79%47.45%
HSB/HSV205°39.74%59.22%
CMYK39.74%16.56%0.00%
40.78%

Color #5B7E97 in popluar number systems.

HEX5B7E97
Decimal91126151
Binary1011011111111010010111
Octal133176227

Shades and tints

Shades of #5B7E97

#5B7E97
(91,126,151)
#53738A
(83,115,138)
#4B687D
(75,104,125)
#435D70
(67,93,112)
#3B5263
(59,82,99)
#334756
(51,71,86)
#2B3C49
(43,60,73)
#23313C
(35,49,60)
#1B262F
(27,38,47)
#131B22
(19,27,34)
#0B1015
(11,16,21)
#000000
(0,0,0)

Tints of #5B7E97

#5B7E97
(91,126,151)
#6989A0
(105,137,160)
#7794A9
(119,148,169)
#859FB2
(133,159,178)
#93AABB
(147,170,187)
#A1B5C4
(161,181,196)
#AFC0CD
(175,192,205)
#BDCBD6
(189,203,214)
#CBD6DF
(203,214,223)
#D9E1E8
(217,225,232)
#E7ECF1
(231,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B7E97; }

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

This text font color is #5B7E97.


Background Color

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

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

This div background color is #5B7E97.


Border color

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

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

This div border color is #5B7E97.


Opacity

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

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

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

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

This text has shadow with #5B7E97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B7E97 on black background.


Color preview on white background

This text has color #5B7E97 on white background.



Black color preview on #5B7E97 background

This text has black color on #5B7E97 background.


White color preview on #5B7E97 background

This text has white color on #5B7E97 background.