COLOR #5737E1

HEX: #5737E1
RGB: (87,55,225)

Color info

#5737E1 contains mainly blue color. Web safe color of #5737E1 is #6633CC (or #63C).

RGB color model

#5737E1 color RGB value is (87,55,225).

  • red value is 87;
  • green value is 55;
  • blue value is 225.
RGB:
(87,55,225)
(34%,22%,88%)

RGB channels and saturation

R 87 of 255 = 34%
G 55 of 255 = 22%
B 225 of 255 = 88%

87
55
225

R + G + B ~ 48%. #5737E1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
87 + 55 + 225 = 367 (100%)
R 87 of 367 ~ 23.71%
G 55 of 367 ~ 14.99%
B 225 of 367 ~ 61.31%

%23.71
%14.99
%61.31

CMYK color model

#5737E1 color CMYK value is (61,76,0,12).

  • cyan value is 61.33%
  • magenta value is 75.56%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(61,76,0,12)
C61M76Y0K12 
(61%,76%,0%,12%)
(0.61/0.76/0.00/0.12)	

CMYK percentages

%61.33
%75.56
%0
%11.76

Codes

Color #5737E1 in popluar color models

5737E1
RGB8755225
HSL251°73.91%54.90%
HSB/HSV251°75.56%88.24%
CMYK61.33%75.56%0.00%
11.76%

Color #5737E1 in popluar number systems.

HEX5737E1
Decimal8755225
Binary101011111011111100001
Octal12767341

Shades and tints

Shades of #5737E1

#5737E1
(87,55,225)
#5032CD
(80,50,205)
#492DB9
(73,45,185)
#4228A5
(66,40,165)
#3B2391
(59,35,145)
#341E7D
(52,30,125)
#2D1969
(45,25,105)
#261455
(38,20,85)
#1F0F41
(31,15,65)
#180A2D
(24,10,45)
#110519
(17,5,25)
#000000
(0,0,0)

Tints of #5737E1

#5737E1
(87,55,225)
#6649E3
(102,73,227)
#755BE5
(117,91,229)
#846DE7
(132,109,231)
#937FE9
(147,127,233)
#A291EB
(162,145,235)
#B1A3ED
(177,163,237)
#C0B5EF
(192,181,239)
#CFC7F1
(207,199,241)
#DED9F3
(222,217,243)
#EDEBF5
(237,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5737E1 color. Also use rgb(87,55,225) instead hex code.

Text Font Color

.myTextColor { color: #5737E1; }

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

This text font color is #5737E1.


Background Color

.myBgColor { background-color: #5737E1; }

<div style="background-color:#5737E1">Inner text</div>

This div background color is #5737E1.


Border color

.myBorderColor { border: 1px solid #5737E1; }

<div style="border:3px solid #5737E1">Div</div>

This div border color is #5737E1.


Opacity

.myOpacity80 { color: #5737E1; opacity: 0.8; }

<p style="color:#5737E1;opacity:0.8;">80%</p>

Text with #5737E1 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 #5737E1;}

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

This text has shadow with #5737E1 color.

.textShadow {text-shadow: 3px 3px 1px #5737E1, 3px 3px 1px red;}

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

This text has shadow with #5737E1 primary color and red secondary color.


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

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

This text has shadow with #5737E1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5737E1 on black background.


Color preview on white background

This text has color #5737E1 on white background.



Black color preview on #5737E1 background

This text has black color on #5737E1 background.


White color preview on #5737E1 background

This text has white color on #5737E1 background.