COLOR #5B84AC

HEX: #5B84AC
RGB: (91,132,172)

Color info

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

RGB color model

#5B84AC color RGB value is (91,132,172).

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

RGB channels and saturation

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

91
132
172

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

Portions of RGB colors in percentages

R + G + B =
91 + 132 + 172 = 395 (100%)
R 91 of 395 ~ 23.04%
G 132 of 395 ~ 33.42%
B 172 of 395 ~ 43.54%

%23.04
%33.42
%43.54

CMYK color model

#5B84AC color CMYK value is (47,23,0,33).

  • cyan value is 47.09%
  • magenta value is 23.26%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(47,23,0,33)
C47M23Y0K33 
(47%,23%,0%,33%)
(0.47/0.23/0.00/0.33)	

CMYK percentages

%47.09
%23.26
%0
%32.55

Codes

Color #5B84AC in popluar color models

5B84AC
RGB91132172
HSL210°32.79%51.57%
HSB/HSV210°47.09%67.45%
CMYK47.09%23.26%0.00%
32.55%

Color #5B84AC in popluar number systems.

HEX5B84AC
Decimal91132172
Binary10110111000010010101100
Octal133204254

Shades and tints

Shades of #5B84AC

#5B84AC
(91,132,172)
#53789D
(83,120,157)
#4B6C8E
(75,108,142)
#43607F
(67,96,127)
#3B5470
(59,84,112)
#334861
(51,72,97)
#2B3C52
(43,60,82)
#233043
(35,48,67)
#1B2434
(27,36,52)
#131825
(19,24,37)
#0B0C16
(11,12,22)
#000000
(0,0,0)

Tints of #5B84AC

#5B84AC
(91,132,172)
#698FB3
(105,143,179)
#779ABA
(119,154,186)
#85A5C1
(133,165,193)
#93B0C8
(147,176,200)
#A1BBCF
(161,187,207)
#AFC6D6
(175,198,214)
#BDD1DD
(189,209,221)
#CBDCE4
(203,220,228)
#D9E7EB
(217,231,235)
#E7F2F2
(231,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B84AC; }

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

This text font color is #5B84AC.


Background Color

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

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

This div background color is #5B84AC.


Border color

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

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

This div border color is #5B84AC.


Opacity

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

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

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

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

This text has shadow with #5B84AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B84AC on black background.


Color preview on white background

This text has color #5B84AC on white background.



Black color preview on #5B84AC background

This text has black color on #5B84AC background.


White color preview on #5B84AC background

This text has white color on #5B84AC background.