COLOR #5B68C6

HEX: #5B68C6
RGB: (91,104,198)

Color info

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

RGB color model

#5B68C6 color RGB value is (91,104,198).

  • red value is 91;
  • green value is 104;
  • blue value is 198.
RGB:
(91,104,198)
(36%,41%,78%)

RGB channels and saturation

R 91 of 255 = 36%
G 104 of 255 = 41%
B 198 of 255 = 78%

91
104
198

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

Portions of RGB colors in percentages

R + G + B =
91 + 104 + 198 = 393 (100%)
R 91 of 393 ~ 23.16%
G 104 of 393 ~ 26.46%
B 198 of 393 ~ 50.38%

%23.16
%26.46
%50.38

CMYK color model

#5B68C6 color CMYK value is (54,47,0,22).

  • cyan value is 54.04%
  • magenta value is 47.47%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(54,47,0,22)
C54M47Y0K22 
(54%,47%,0%,22%)
(0.54/0.47/0.00/0.22)	

CMYK percentages

%54.04
%47.47
%0
%22.35

Codes

Color #5B68C6 in popluar color models

5B68C6
RGB91104198
HSL233°48.42%56.67%
HSB/HSV233°54.04%77.65%
CMYK54.04%47.47%0.00%
22.35%

Color #5B68C6 in popluar number systems.

HEX5B68C6
Decimal91104198
Binary1011011110100011000110
Octal133150306

Shades and tints

Shades of #5B68C6

#5B68C6
(91,104,198)
#535FB4
(83,95,180)
#4B56A2
(75,86,162)
#434D90
(67,77,144)
#3B447E
(59,68,126)
#333B6C
(51,59,108)
#2B325A
(43,50,90)
#232948
(35,41,72)
#1B2036
(27,32,54)
#131724
(19,23,36)
#0B0E12
(11,14,18)
#000000
(0,0,0)

Tints of #5B68C6

#5B68C6
(91,104,198)
#6975CB
(105,117,203)
#7782D0
(119,130,208)
#858FD5
(133,143,213)
#939CDA
(147,156,218)
#A1A9DF
(161,169,223)
#AFB6E4
(175,182,228)
#BDC3E9
(189,195,233)
#CBD0EE
(203,208,238)
#D9DDF3
(217,221,243)
#E7EAF8
(231,234,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B68C6 color. Also use rgb(91,104,198) instead hex code.

Text Font Color

.myTextColor { color: #5B68C6; }

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

This text font color is #5B68C6.


Background Color

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

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

This div background color is #5B68C6.


Border color

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

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

This div border color is #5B68C6.


Opacity

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

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

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

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

This text has shadow with #5B68C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B68C6 on black background.


Color preview on white background

This text has color #5B68C6 on white background.



Black color preview on #5B68C6 background

This text has black color on #5B68C6 background.


White color preview on #5B68C6 background

This text has white color on #5B68C6 background.