COLOR #5B7AB6

HEX: #5B7AB6
RGB: (91,122,182)

Color info

#5B7AB6 contains mainly blue color. Web safe color of #5B7AB6 is #6666CC (or #66C).

RGB color model

#5B7AB6 color RGB value is (91,122,182).

  • red value is 91;
  • green value is 122;
  • blue value is 182.
RGB:
(91,122,182)
(36%,48%,71%)

RGB channels and saturation

R 91 of 255 = 36%
G 122 of 255 = 48%
B 182 of 255 = 71%

91
122
182

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

Portions of RGB colors in percentages

R + G + B =
91 + 122 + 182 = 395 (100%)
R 91 of 395 ~ 23.04%
G 122 of 395 ~ 30.89%
B 182 of 395 ~ 46.08%

%23.04
%30.89
%46.08

CMYK color model

#5B7AB6 color CMYK value is (50,33,0,29).

  • cyan value is 50.00%
  • magenta value is 32.97%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(50,33,0,29)
C50M33Y0K29 
(50%,33%,0%,29%)
(0.50/0.33/0.00/0.29)	

CMYK percentages

%50
%32.97
%0
%28.63

Codes

Color #5B7AB6 in popluar color models

5B7AB6
RGB91122182
HSL220°38.40%53.53%
HSB/HSV220°50.00%71.37%
CMYK50.00%32.97%0.00%
28.63%

Color #5B7AB6 in popluar number systems.

HEX5B7AB6
Decimal91122182
Binary1011011111101010110110
Octal133172266

Shades and tints

Shades of #5B7AB6

#5B7AB6
(91,122,182)
#536FA6
(83,111,166)
#4B6496
(75,100,150)
#435986
(67,89,134)
#3B4E76
(59,78,118)
#334366
(51,67,102)
#2B3856
(43,56,86)
#232D46
(35,45,70)
#1B2236
(27,34,54)
#131726
(19,23,38)
#0B0C16
(11,12,22)
#000000
(0,0,0)

Tints of #5B7AB6

#5B7AB6
(91,122,182)
#6986BC
(105,134,188)
#7792C2
(119,146,194)
#859EC8
(133,158,200)
#93AACE
(147,170,206)
#A1B6D4
(161,182,212)
#AFC2DA
(175,194,218)
#BDCEE0
(189,206,224)
#CBDAE6
(203,218,230)
#D9E6EC
(217,230,236)
#E7F2F2
(231,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B7AB6 color. Also use rgb(91,122,182) instead hex code.

Text Font Color

.myTextColor { color: #5B7AB6; }

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

This text font color is #5B7AB6.


Background Color

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

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

This div background color is #5B7AB6.


Border color

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

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

This div border color is #5B7AB6.


Opacity

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

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

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

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

This text has shadow with #5B7AB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B7AB6 on black background.


Color preview on white background

This text has color #5B7AB6 on white background.



Black color preview on #5B7AB6 background

This text has black color on #5B7AB6 background.


White color preview on #5B7AB6 background

This text has white color on #5B7AB6 background.