COLOR #5B57CD

HEX: #5B57CD
RGB: (91,87,205)

Color info

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

RGB color model

#5B57CD color RGB value is (91,87,205).

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

RGB channels and saturation

R 91 of 255 = 36%
G 87 of 255 = 34%
B 205 of 255 = 80%

91
87
205

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

Portions of RGB colors in percentages

R + G + B =
91 + 87 + 205 = 383 (100%)
R 91 of 383 ~ 23.76%
G 87 of 383 ~ 22.72%
B 205 of 383 ~ 53.52%

%23.76
%22.72
%53.52

CMYK color model

#5B57CD color CMYK value is (56,58,0,20).

  • cyan value is 55.61%
  • magenta value is 57.56%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(56,58,0,20)
C56M58Y0K20 
(56%,58%,0%,20%)
(0.56/0.58/0.00/0.20)	

CMYK percentages

%55.61
%57.56
%0
%19.61

Codes

Color #5B57CD in popluar color models

5B57CD
RGB9187205
HSL242°54.13%57.25%
HSB/HSV242°57.56%80.39%
CMYK55.61%57.56%0.00%
19.61%

Color #5B57CD in popluar number systems.

HEX5B57CD
Decimal9187205
Binary1011011101011111001101
Octal133127315

Shades and tints

Shades of #5B57CD

#5B57CD
(91,87,205)
#5350BB
(83,80,187)
#4B49A9
(75,73,169)
#434297
(67,66,151)
#3B3B85
(59,59,133)
#333473
(51,52,115)
#2B2D61
(43,45,97)
#23264F
(35,38,79)
#1B1F3D
(27,31,61)
#13182B
(19,24,43)
#0B1119
(11,17,25)
#000000
(0,0,0)

Tints of #5B57CD

#5B57CD
(91,87,205)
#6966D1
(105,102,209)
#7775D5
(119,117,213)
#8584D9
(133,132,217)
#9393DD
(147,147,221)
#A1A2E1
(161,162,225)
#AFB1E5
(175,177,229)
#BDC0E9
(189,192,233)
#CBCFED
(203,207,237)
#D9DEF1
(217,222,241)
#E7EDF5
(231,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B57CD; }

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

This text font color is #5B57CD.


Background Color

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

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

This div background color is #5B57CD.


Border color

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

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

This div border color is #5B57CD.


Opacity

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

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

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

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

This text has shadow with #5B57CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B57CD on black background.


Color preview on white background

This text has color #5B57CD on white background.



Black color preview on #5B57CD background

This text has black color on #5B57CD background.


White color preview on #5B57CD background

This text has white color on #5B57CD background.