COLOR #5B84D9

HEX: #5B84D9
RGB: (91,132,217)

Color info

#5B84D9 contains mainly blue color. Web safe color of #5B84D9 is #6699CC (or #69C).

RGB color model

#5B84D9 color RGB value is (91,132,217).

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

RGB channels and saturation

R 91 of 255 = 36%
G 132 of 255 = 52%
B 217 of 255 = 85%

91
132
217

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

Portions of RGB colors in percentages

R + G + B =
91 + 132 + 217 = 440 (100%)
R 91 of 440 ~ 20.68%
G 132 of 440 ~ 30%
B 217 of 440 ~ 49.32%

%20.68
%30
%49.32

CMYK color model

#5B84D9 color CMYK value is (58,39,0,15).

  • cyan value is 58.06%
  • magenta value is 39.17%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(58,39,0,15)
C58M39Y0K15 
(58%,39%,0%,15%)
(0.58/0.39/0.00/0.15)	

CMYK percentages

%58.06
%39.17
%0
%14.9

Codes

Color #5B84D9 in popluar color models

5B84D9
RGB91132217
HSL220°62.38%60.39%
HSB/HSV220°58.06%85.10%
CMYK58.06%39.17%0.00%
14.90%

Color #5B84D9 in popluar number systems.

HEX5B84D9
Decimal91132217
Binary10110111000010011011001
Octal133204331

Shades and tints

Shades of #5B84D9

#5B84D9
(91,132,217)
#5378C6
(83,120,198)
#4B6CB3
(75,108,179)
#4360A0
(67,96,160)
#3B548D
(59,84,141)
#33487A
(51,72,122)
#2B3C67
(43,60,103)
#233054
(35,48,84)
#1B2441
(27,36,65)
#13182E
(19,24,46)
#0B0C1B
(11,12,27)
#000000
(0,0,0)

Tints of #5B84D9

#5B84D9
(91,132,217)
#698FDC
(105,143,220)
#779ADF
(119,154,223)
#85A5E2
(133,165,226)
#93B0E5
(147,176,229)
#A1BBE8
(161,187,232)
#AFC6EB
(175,198,235)
#BDD1EE
(189,209,238)
#CBDCF1
(203,220,241)
#D9E7F4
(217,231,244)
#E7F2F7
(231,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B84D9; }

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

This text font color is #5B84D9.


Background Color

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

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

This div background color is #5B84D9.


Border color

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

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

This div border color is #5B84D9.


Opacity

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

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

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

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

This text has shadow with #5B84D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B84D9 on black background.


Color preview on white background

This text has color #5B84D9 on white background.



Black color preview on #5B84D9 background

This text has black color on #5B84D9 background.


White color preview on #5B84D9 background

This text has white color on #5B84D9 background.