COLOR #5B80AE

HEX: #5B80AE
RGB: (91,128,174)

Color info

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

RGB color model

#5B80AE color RGB value is (91,128,174).

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

RGB channels and saturation

R 91 of 255 = 36%
G 128 of 255 = 50%
B 174 of 255 = 68%

91
128
174

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

Portions of RGB colors in percentages

R + G + B =
91 + 128 + 174 = 393 (100%)
R 91 of 393 ~ 23.16%
G 128 of 393 ~ 32.57%
B 174 of 393 ~ 44.27%

%23.16
%32.57
%44.27

CMYK color model

#5B80AE color CMYK value is (48,26,0,32).

  • cyan value is 47.70%
  • magenta value is 26.44%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(48,26,0,32)
C48M26Y0K32 
(48%,26%,0%,32%)
(0.48/0.26/0.00/0.32)	

CMYK percentages

%47.7
%26.44
%0
%31.76

Codes

Color #5B80AE in popluar color models

5B80AE
RGB91128174
HSL213°33.88%51.96%
HSB/HSV213°47.70%68.24%
CMYK47.70%26.44%0.00%
31.76%

Color #5B80AE in popluar number systems.

HEX5B80AE
Decimal91128174
Binary10110111000000010101110
Octal133200256

Shades and tints

Shades of #5B80AE

#5B80AE
(91,128,174)
#53759F
(83,117,159)
#4B6A90
(75,106,144)
#435F81
(67,95,129)
#3B5472
(59,84,114)
#334963
(51,73,99)
#2B3E54
(43,62,84)
#233345
(35,51,69)
#1B2836
(27,40,54)
#131D27
(19,29,39)
#0B1218
(11,18,24)
#000000
(0,0,0)

Tints of #5B80AE

#5B80AE
(91,128,174)
#698BB5
(105,139,181)
#7796BC
(119,150,188)
#85A1C3
(133,161,195)
#93ACCA
(147,172,202)
#A1B7D1
(161,183,209)
#AFC2D8
(175,194,216)
#BDCDDF
(189,205,223)
#CBD8E6
(203,216,230)
#D9E3ED
(217,227,237)
#E7EEF4
(231,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B80AE; }

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

This text font color is #5B80AE.


Background Color

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

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

This div background color is #5B80AE.


Border color

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

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

This div border color is #5B80AE.


Opacity

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

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

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

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

This text has shadow with #5B80AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B80AE on black background.


Color preview on white background

This text has color #5B80AE on white background.



Black color preview on #5B80AE background

This text has black color on #5B80AE background.


White color preview on #5B80AE background

This text has white color on #5B80AE background.