COLOR #5B6BEC

HEX: #5B6BEC
RGB: (91,107,236)

Color info

#5B6BEC contains mainly blue color. Web safe color of #5B6BEC is #6666FF (or #66F).

RGB color model

#5B6BEC color RGB value is (91,107,236).

  • red value is 91;
  • green value is 107;
  • blue value is 236.
RGB:
(91,107,236)
(36%,42%,93%)

RGB channels and saturation

R 91 of 255 = 36%
G 107 of 255 = 42%
B 236 of 255 = 93%

91
107
236

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

Portions of RGB colors in percentages

R + G + B =
91 + 107 + 236 = 434 (100%)
R 91 of 434 ~ 20.97%
G 107 of 434 ~ 24.65%
B 236 of 434 ~ 54.38%

%20.97
%24.65
%54.38

CMYK color model

#5B6BEC color CMYK value is (61,55,0,7).

  • cyan value is 61.44%
  • magenta value is 54.66%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(61,55,0,7)
C61M55Y0K7 
(61%,55%,0%,7%)
(0.61/0.55/0.00/0.07)	

CMYK percentages

%61.44
%54.66
%0
%7.45

Codes

Color #5B6BEC in popluar color models

5B6BEC
RGB91107236
HSL233°79.23%64.12%
HSB/HSV233°61.44%92.55%
CMYK61.44%54.66%0.00%
7.45%

Color #5B6BEC in popluar number systems.

HEX5B6BEC
Decimal91107236
Binary1011011110101111101100
Octal133153354

Shades and tints

Shades of #5B6BEC

#5B6BEC
(91,107,236)
#5362D7
(83,98,215)
#4B59C2
(75,89,194)
#4350AD
(67,80,173)
#3B4798
(59,71,152)
#333E83
(51,62,131)
#2B356E
(43,53,110)
#232C59
(35,44,89)
#1B2344
(27,35,68)
#131A2F
(19,26,47)
#0B111A
(11,17,26)
#000000
(0,0,0)

Tints of #5B6BEC

#5B6BEC
(91,107,236)
#6978ED
(105,120,237)
#7785EE
(119,133,238)
#8592EF
(133,146,239)
#939FF0
(147,159,240)
#A1ACF1
(161,172,241)
#AFB9F2
(175,185,242)
#BDC6F3
(189,198,243)
#CBD3F4
(203,211,244)
#D9E0F5
(217,224,245)
#E7EDF6
(231,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B6BEC color. Also use rgb(91,107,236) instead hex code.

Text Font Color

.myTextColor { color: #5B6BEC; }

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

This text font color is #5B6BEC.


Background Color

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

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

This div background color is #5B6BEC.


Border color

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

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

This div border color is #5B6BEC.


Opacity

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

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

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

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

This text has shadow with #5B6BEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B6BEC on black background.


Color preview on white background

This text has color #5B6BEC on white background.



Black color preview on #5B6BEC background

This text has black color on #5B6BEC background.


White color preview on #5B6BEC background

This text has white color on #5B6BEC background.