COLOR #5B87F3

HEX: #5B87F3
RGB: (91,135,243)

Color info

#5B87F3 contains mainly blue color. Web safe color of #5B87F3 is #6699FF (or #69F).

RGB color model

#5B87F3 color RGB value is (91,135,243).

  • red value is 91;
  • green value is 135;
  • blue value is 243.
RGB:
(91,135,243)
(36%,53%,95%)

RGB channels and saturation

R 91 of 255 = 36%
G 135 of 255 = 53%
B 243 of 255 = 95%

91
135
243

R + G + B ~ 61%. #5B87F3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
91 + 135 + 243 = 469 (100%)
R 91 of 469 ~ 19.4%
G 135 of 469 ~ 28.78%
B 243 of 469 ~ 51.81%

%19.4
%28.78
%51.81

CMYK color model

#5B87F3 color CMYK value is (63,44,0,5).

  • cyan value is 62.55%
  • magenta value is 44.44%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(63,44,0,5)
C63M44Y0K5 
(63%,44%,0%,5%)
(0.63/0.44/0.00/0.05)	

CMYK percentages

%62.55
%44.44
%0
%4.71

Codes

Color #5B87F3 in popluar color models

5B87F3
RGB91135243
HSL223°86.36%65.49%
HSB/HSV223°62.55%95.29%
CMYK62.55%44.44%0.00%
4.71%

Color #5B87F3 in popluar number systems.

HEX5B87F3
Decimal91135243
Binary10110111000011111110011
Octal133207363

Shades and tints

Shades of #5B87F3

#5B87F3
(91,135,243)
#537BDD
(83,123,221)
#4B6FC7
(75,111,199)
#4363B1
(67,99,177)
#3B579B
(59,87,155)
#334B85
(51,75,133)
#2B3F6F
(43,63,111)
#233359
(35,51,89)
#1B2743
(27,39,67)
#131B2D
(19,27,45)
#0B0F17
(11,15,23)
#000000
(0,0,0)

Tints of #5B87F3

#5B87F3
(91,135,243)
#6991F4
(105,145,244)
#779BF5
(119,155,245)
#85A5F6
(133,165,246)
#93AFF7
(147,175,247)
#A1B9F8
(161,185,248)
#AFC3F9
(175,195,249)
#BDCDFA
(189,205,250)
#CBD7FB
(203,215,251)
#D9E1FC
(217,225,252)
#E7EBFD
(231,235,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B87F3 color. Also use rgb(91,135,243) instead hex code.

Text Font Color

.myTextColor { color: #5B87F3; }

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

This text font color is #5B87F3.


Background Color

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

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

This div background color is #5B87F3.


Border color

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

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

This div border color is #5B87F3.


Opacity

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

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

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

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

This text has shadow with #5B87F3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B87F3 on black background.


Color preview on white background

This text has color #5B87F3 on white background.



Black color preview on #5B87F3 background

This text has black color on #5B87F3 background.


White color preview on #5B87F3 background

This text has white color on #5B87F3 background.