COLOR #5B7EB4

HEX: #5B7EB4
RGB: (91,126,180)

Color info

#5B7EB4 contains mainly green and blue colors. Web safe color of #5B7EB4 is #6666CC (or #66C).

RGB color model

#5B7EB4 color RGB value is (91,126,180).

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

RGB channels and saturation

R 91 of 255 = 36%
G 126 of 255 = 49%
B 180 of 255 = 71%

91
126
180

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

Portions of RGB colors in percentages

R + G + B =
91 + 126 + 180 = 397 (100%)
R 91 of 397 ~ 22.92%
G 126 of 397 ~ 31.74%
B 180 of 397 ~ 45.34%

%22.92
%31.74
%45.34

CMYK color model

#5B7EB4 color CMYK value is (49,30,0,29).

  • cyan value is 49.44%
  • magenta value is 30.00%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(49,30,0,29)
C49M30Y0K29 
(49%,30%,0%,29%)
(0.49/0.30/0.00/0.29)	

CMYK percentages

%49.44
%30
%0
%29.41

Codes

Color #5B7EB4 in popluar color models

5B7EB4
RGB91126180
HSL216°37.24%53.14%
HSB/HSV216°49.44%70.59%
CMYK49.44%30.00%0.00%
29.41%

Color #5B7EB4 in popluar number systems.

HEX5B7EB4
Decimal91126180
Binary1011011111111010110100
Octal133176264

Shades and tints

Shades of #5B7EB4

#5B7EB4
(91,126,180)
#5373A4
(83,115,164)
#4B6894
(75,104,148)
#435D84
(67,93,132)
#3B5274
(59,82,116)
#334764
(51,71,100)
#2B3C54
(43,60,84)
#233144
(35,49,68)
#1B2634
(27,38,52)
#131B24
(19,27,36)
#0B1014
(11,16,20)
#000000
(0,0,0)

Tints of #5B7EB4

#5B7EB4
(91,126,180)
#6989BA
(105,137,186)
#7794C0
(119,148,192)
#859FC6
(133,159,198)
#93AACC
(147,170,204)
#A1B5D2
(161,181,210)
#AFC0D8
(175,192,216)
#BDCBDE
(189,203,222)
#CBD6E4
(203,214,228)
#D9E1EA
(217,225,234)
#E7ECF0
(231,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B7EB4; }

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

This text font color is #5B7EB4.


Background Color

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

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

This div background color is #5B7EB4.


Border color

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

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

This div border color is #5B7EB4.


Opacity

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

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

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

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

This text has shadow with #5B7EB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B7EB4 on black background.


Color preview on white background

This text has color #5B7EB4 on white background.



Black color preview on #5B7EB4 background

This text has black color on #5B7EB4 background.


White color preview on #5B7EB4 background

This text has white color on #5B7EB4 background.