COLOR #5B57DE

HEX: #5B57DE
RGB: (91,87,222)

Color info

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

RGB color model

#5B57DE color RGB value is (91,87,222).

  • red value is 91;
  • green value is 87;
  • blue value is 222.
RGB:
(91,87,222)
(36%,34%,87%)

RGB channels and saturation

R 91 of 255 = 36%
G 87 of 255 = 34%
B 222 of 255 = 87%

91
87
222

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

Portions of RGB colors in percentages

R + G + B =
91 + 87 + 222 = 400 (100%)
R 91 of 400 ~ 22.75%
G 87 of 400 ~ 21.75%
B 222 of 400 ~ 55.5%

%22.75
%21.75
%55.5

CMYK color model

#5B57DE color CMYK value is (59,61,0,13).

  • cyan value is 59.01%
  • magenta value is 60.81%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(59,61,0,13)
C59M61Y0K13 
(59%,61%,0%,13%)
(0.59/0.61/0.00/0.13)	

CMYK percentages

%59.01
%60.81
%0
%12.94

Codes

Color #5B57DE in popluar color models

5B57DE
RGB9187222
HSL242°67.16%60.59%
HSB/HSV242°60.81%87.06%
CMYK59.01%60.81%0.00%
12.94%

Color #5B57DE in popluar number systems.

HEX5B57DE
Decimal9187222
Binary1011011101011111011110
Octal133127336

Shades and tints

Shades of #5B57DE

#5B57DE
(91,87,222)
#5350CA
(83,80,202)
#4B49B6
(75,73,182)
#4342A2
(67,66,162)
#3B3B8E
(59,59,142)
#33347A
(51,52,122)
#2B2D66
(43,45,102)
#232652
(35,38,82)
#1B1F3E
(27,31,62)
#13182A
(19,24,42)
#0B1116
(11,17,22)
#000000
(0,0,0)

Tints of #5B57DE

#5B57DE
(91,87,222)
#6966E1
(105,102,225)
#7775E4
(119,117,228)
#8584E7
(133,132,231)
#9393EA
(147,147,234)
#A1A2ED
(161,162,237)
#AFB1F0
(175,177,240)
#BDC0F3
(189,192,243)
#CBCFF6
(203,207,246)
#D9DEF9
(217,222,249)
#E7EDFC
(231,237,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B57DE color. Also use rgb(91,87,222) instead hex code.

Text Font Color

.myTextColor { color: #5B57DE; }

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

This text font color is #5B57DE.


Background Color

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

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

This div background color is #5B57DE.


Border color

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

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

This div border color is #5B57DE.


Opacity

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

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

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

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

This text has shadow with #5B57DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B57DE on black background.


Color preview on white background

This text has color #5B57DE on white background.



Black color preview on #5B57DE background

This text has black color on #5B57DE background.


White color preview on #5B57DE background

This text has white color on #5B57DE background.