COLOR #5B6EB2

HEX: #5B6EB2
RGB: (91,110,178)

Color info

#5B6EB2 contains mainly blue color. Web safe color of #5B6EB2 is #666699 (or #669).

RGB color model

#5B6EB2 color RGB value is (91,110,178).

  • red value is 91;
  • green value is 110;
  • blue value is 178.
RGB:
(91,110,178)
(36%,43%,70%)

RGB channels and saturation

R 91 of 255 = 36%
G 110 of 255 = 43%
B 178 of 255 = 70%

91
110
178

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

Portions of RGB colors in percentages

R + G + B =
91 + 110 + 178 = 379 (100%)
R 91 of 379 ~ 24.01%
G 110 of 379 ~ 29.02%
B 178 of 379 ~ 46.97%

%24.01
%29.02
%46.97

CMYK color model

#5B6EB2 color CMYK value is (49,38,0,30).

  • cyan value is 48.88%
  • magenta value is 38.20%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(49,38,0,30)
C49M38Y0K30 
(49%,38%,0%,30%)
(0.49/0.38/0.00/0.30)	

CMYK percentages

%48.88
%38.2
%0
%30.2

Codes

Color #5B6EB2 in popluar color models

5B6EB2
RGB91110178
HSL227°36.10%52.75%
HSB/HSV227°48.88%69.80%
CMYK48.88%38.20%0.00%
30.20%

Color #5B6EB2 in popluar number systems.

HEX5B6EB2
Decimal91110178
Binary1011011110111010110010
Octal133156262

Shades and tints

Shades of #5B6EB2

#5B6EB2
(91,110,178)
#5364A2
(83,100,162)
#4B5A92
(75,90,146)
#435082
(67,80,130)
#3B4672
(59,70,114)
#333C62
(51,60,98)
#2B3252
(43,50,82)
#232842
(35,40,66)
#1B1E32
(27,30,50)
#131422
(19,20,34)
#0B0A12
(11,10,18)
#000000
(0,0,0)

Tints of #5B6EB2

#5B6EB2
(91,110,178)
#697BB9
(105,123,185)
#7788C0
(119,136,192)
#8595C7
(133,149,199)
#93A2CE
(147,162,206)
#A1AFD5
(161,175,213)
#AFBCDC
(175,188,220)
#BDC9E3
(189,201,227)
#CBD6EA
(203,214,234)
#D9E3F1
(217,227,241)
#E7F0F8
(231,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B6EB2 color. Also use rgb(91,110,178) instead hex code.

Text Font Color

.myTextColor { color: #5B6EB2; }

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

This text font color is #5B6EB2.


Background Color

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

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

This div background color is #5B6EB2.


Border color

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

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

This div border color is #5B6EB2.


Opacity

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

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

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

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

This text has shadow with #5B6EB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B6EB2 on black background.


Color preview on white background

This text has color #5B6EB2 on white background.



Black color preview on #5B6EB2 background

This text has black color on #5B6EB2 background.


White color preview on #5B6EB2 background

This text has white color on #5B6EB2 background.