COLOR #5B7BE2

HEX: #5B7BE2
RGB: (91,123,226)

Color info

#5B7BE2 contains mainly blue color. Web safe color of #5B7BE2 is #6666CC (or #66C).

RGB color model

#5B7BE2 color RGB value is (91,123,226).

  • red value is 91;
  • green value is 123;
  • blue value is 226.
RGB:
(91,123,226)
(36%,48%,89%)

RGB channels and saturation

R 91 of 255 = 36%
G 123 of 255 = 48%
B 226 of 255 = 89%

91
123
226

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

Portions of RGB colors in percentages

R + G + B =
91 + 123 + 226 = 440 (100%)
R 91 of 440 ~ 20.68%
G 123 of 440 ~ 27.95%
B 226 of 440 ~ 51.36%

%20.68
%27.95
%51.36

CMYK color model

#5B7BE2 color CMYK value is (60,46,0,11).

  • cyan value is 59.73%
  • magenta value is 45.58%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(60,46,0,11)
C60M46Y0K11 
(60%,46%,0%,11%)
(0.60/0.46/0.00/0.11)	

CMYK percentages

%59.73
%45.58
%0
%11.37

Codes

Color #5B7BE2 in popluar color models

5B7BE2
RGB91123226
HSL226°69.95%62.16%
HSB/HSV226°59.73%88.63%
CMYK59.73%45.58%0.00%
11.37%

Color #5B7BE2 in popluar number systems.

HEX5B7BE2
Decimal91123226
Binary1011011111101111100010
Octal133173342

Shades and tints

Shades of #5B7BE2

#5B7BE2
(91,123,226)
#5370CE
(83,112,206)
#4B65BA
(75,101,186)
#435AA6
(67,90,166)
#3B4F92
(59,79,146)
#33447E
(51,68,126)
#2B396A
(43,57,106)
#232E56
(35,46,86)
#1B2342
(27,35,66)
#13182E
(19,24,46)
#0B0D1A
(11,13,26)
#000000
(0,0,0)

Tints of #5B7BE2

#5B7BE2
(91,123,226)
#6987E4
(105,135,228)
#7793E6
(119,147,230)
#859FE8
(133,159,232)
#93ABEA
(147,171,234)
#A1B7EC
(161,183,236)
#AFC3EE
(175,195,238)
#BDCFF0
(189,207,240)
#CBDBF2
(203,219,242)
#D9E7F4
(217,231,244)
#E7F3F6
(231,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B7BE2 color. Also use rgb(91,123,226) instead hex code.

Text Font Color

.myTextColor { color: #5B7BE2; }

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

This text font color is #5B7BE2.


Background Color

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

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

This div background color is #5B7BE2.


Border color

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

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

This div border color is #5B7BE2.


Opacity

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

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

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

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

This text has shadow with #5B7BE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B7BE2 on black background.


Color preview on white background

This text has color #5B7BE2 on white background.



Black color preview on #5B7BE2 background

This text has black color on #5B7BE2 background.


White color preview on #5B7BE2 background

This text has white color on #5B7BE2 background.