COLOR #5B80BB

HEX: #5B80BB
RGB: (91,128,187)

Color info

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

RGB color model

#5B80BB color RGB value is (91,128,187).

  • red value is 91;
  • green value is 128;
  • blue value is 187.
RGB:
(91,128,187)
(36%,50%,73%)

RGB channels and saturation

R 91 of 255 = 36%
G 128 of 255 = 50%
B 187 of 255 = 73%

91
128
187

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

Portions of RGB colors in percentages

R + G + B =
91 + 128 + 187 = 406 (100%)
R 91 of 406 ~ 22.41%
G 128 of 406 ~ 31.53%
B 187 of 406 ~ 46.06%

%22.41
%31.53
%46.06

CMYK color model

#5B80BB color CMYK value is (51,32,0,27).

  • cyan value is 51.34%
  • magenta value is 31.55%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(51,32,0,27)
C51M32Y0K27 
(51%,32%,0%,27%)
(0.51/0.32/0.00/0.27)	

CMYK percentages

%51.34
%31.55
%0
%26.67

Codes

Color #5B80BB in popluar color models

5B80BB
RGB91128187
HSL217°41.38%54.51%
HSB/HSV217°51.34%73.33%
CMYK51.34%31.55%0.00%
26.67%

Color #5B80BB in popluar number systems.

HEX5B80BB
Decimal91128187
Binary10110111000000010111011
Octal133200273

Shades and tints

Shades of #5B80BB

#5B80BB
(91,128,187)
#5375AA
(83,117,170)
#4B6A99
(75,106,153)
#435F88
(67,95,136)
#3B5477
(59,84,119)
#334966
(51,73,102)
#2B3E55
(43,62,85)
#233344
(35,51,68)
#1B2833
(27,40,51)
#131D22
(19,29,34)
#0B1211
(11,18,17)
#000000
(0,0,0)

Tints of #5B80BB

#5B80BB
(91,128,187)
#698BC1
(105,139,193)
#7796C7
(119,150,199)
#85A1CD
(133,161,205)
#93ACD3
(147,172,211)
#A1B7D9
(161,183,217)
#AFC2DF
(175,194,223)
#BDCDE5
(189,205,229)
#CBD8EB
(203,216,235)
#D9E3F1
(217,227,241)
#E7EEF7
(231,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B80BB color. Also use rgb(91,128,187) instead hex code.

Text Font Color

.myTextColor { color: #5B80BB; }

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

This text font color is #5B80BB.


Background Color

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

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

This div background color is #5B80BB.


Border color

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

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

This div border color is #5B80BB.


Opacity

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

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

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

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

This text has shadow with #5B80BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B80BB on black background.


Color preview on white background

This text has color #5B80BB on white background.



Black color preview on #5B80BB background

This text has black color on #5B80BB background.


White color preview on #5B80BB background

This text has white color on #5B80BB background.