COLOR #5B84AA

HEX: #5B84AA
RGB: (91,132,170)

Color info

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

RGB color model

#5B84AA color RGB value is (91,132,170).

  • red value is 91;
  • green value is 132;
  • blue value is 170.
RGB:
(91,132,170)
(36%,52%,67%)

RGB channels and saturation

R 91 of 255 = 36%
G 132 of 255 = 52%
B 170 of 255 = 67%

91
132
170

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

Portions of RGB colors in percentages

R + G + B =
91 + 132 + 170 = 393 (100%)
R 91 of 393 ~ 23.16%
G 132 of 393 ~ 33.59%
B 170 of 393 ~ 43.26%

%23.16
%33.59
%43.26

CMYK color model

#5B84AA color CMYK value is (46,22,0,33).

  • cyan value is 46.47%
  • magenta value is 22.35%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(46,22,0,33)
C46M22Y0K33 
(46%,22%,0%,33%)
(0.46/0.22/0.00/0.33)	

CMYK percentages

%46.47
%22.35
%0
%33.33

Codes

Color #5B84AA in popluar color models

5B84AA
RGB91132170
HSL209°31.73%51.18%
HSB/HSV209°46.47%66.67%
CMYK46.47%22.35%0.00%
33.33%

Color #5B84AA in popluar number systems.

HEX5B84AA
Decimal91132170
Binary10110111000010010101010
Octal133204252

Shades and tints

Shades of #5B84AA

#5B84AA
(91,132,170)
#53789B
(83,120,155)
#4B6C8C
(75,108,140)
#43607D
(67,96,125)
#3B546E
(59,84,110)
#33485F
(51,72,95)
#2B3C50
(43,60,80)
#233041
(35,48,65)
#1B2432
(27,36,50)
#131823
(19,24,35)
#0B0C14
(11,12,20)
#000000
(0,0,0)

Tints of #5B84AA

#5B84AA
(91,132,170)
#698FB1
(105,143,177)
#779AB8
(119,154,184)
#85A5BF
(133,165,191)
#93B0C6
(147,176,198)
#A1BBCD
(161,187,205)
#AFC6D4
(175,198,212)
#BDD1DB
(189,209,219)
#CBDCE2
(203,220,226)
#D9E7E9
(217,231,233)
#E7F2F0
(231,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B84AA; }

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

This text font color is #5B84AA.


Background Color

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

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

This div background color is #5B84AA.


Border color

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

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

This div border color is #5B84AA.


Opacity

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

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

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

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

This text has shadow with #5B84AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B84AA on black background.


Color preview on white background

This text has color #5B84AA on white background.



Black color preview on #5B84AA background

This text has black color on #5B84AA background.


White color preview on #5B84AA background

This text has white color on #5B84AA background.