COLOR #5B81AA

HEX: #5B81AA RGB: (91,129,170)

Color info

#5B81AA contains mainly green and blue colors. Web safe color of #5B81AA is #669999 (or #699).

RGB color model

#5B81AA color RGB value is (91,129,170).

RGB: (91,129,170) (36%, 51%, 67%)

RGB channels and saturation

R 91 of 255 = 36%
G 129 of 255 = 51%
B 170 of 255 = 67%

91
129
170

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

Portions of RGB colors in percentages

R + G + B = 91 + 129 + 170 = 390 (100%)
R 91 of 390 ~ 23.33%
G 129 of 390 ~ 33.08%
B 170 of 390 ~ 43.59'%

%23.33
%33.08
%43.59

CMYK color model

#5B81AA color CMYK value is (46,24,0,33).

  • cyan value is 46.47%
  • magenta value is 24.12%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK: (46,24,0,33) C46M24Y0K33 (46%,24%,0%,33%) (0.46/0.24/0.00/0.33) 

CMYK percentages

%46.47
%24.12
%0
%33.33

Codes

Color #5B81AA in popluar color models

5B 81 AA
RGB 91 129 170
HSL 211° 31.73% 51.18%
HSB/HSV 211° 46.47% 66.67%
CMYK 46.47% 24.12% 0.00%
33.33%

Color #5B81AA in popluar number systems.

HEX 5B 81 AA
Decimal 91 129 170
Binary 1011011 10000001 10101010
Octal 133 201 252

Shades and tints

Shades of #5B81AA

#5B81AA
(91,129,170)
#53769B
(83,118,155)
#4B6B8C
(75,107,140)
#43607D
(67,96,125)
#3B556E
(59,85,110)
#334A5F
(51,74,95)
#2B3F50
(43,63,80)
#233441
(35,52,65)
#1B2932
(27,41,50)
#131E23
(19,30,35)
#0B1314
(11,19,20)
#000000
(0,0,0)

Tints of #5B81AA

#5B81AA
(91,129,170)
#698CB1
(105,140,177)
#7797B8
(119,151,184)
#85A2BF
(133,162,191)
#93ADC6
(147,173,198)
#A1B8CD
(161,184,205)
#AFC3D4
(175,195,212)
#BDCEDB
(189,206,219)
#CBD9E2
(203,217,226)
#D9E4E9
(217,228,233)
#E7EFF0
(231,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B81AA color. Also use rgb(91,129,170) instead hex code.

Text Font Color

.myTextColor { color: #5B81AA; }

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

This text font color is #5B81AA.

Background Color

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

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

This div background color is #5B81AA.

Border color

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

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

This div border color is #5B81AA.

Opacity

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

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

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

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

This text has shadow with #5B81AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B81AA.

Preview

Color preview on black background

This text has color #5B81AA on black background.


Color preview on white background

This text has color #5B81AA on white background.


Black color preview on #5B81AA background

This text has black color on #5B81AA background.


White color preview on #5B81AA background

This text has white color on #5B81AA background.


Related colors

Complementary color

Complementary color for #hex is #A47E55.


I love getcolorcode.com

Triadic colors

1 #AA5B81 and #81AA5B with #5B81AA are triadic colors.

2 #AA815B and #815BAA with #5B81AA are triadic colors.