COLOR #5357E7

HEX: #5357E7
RGB: (83,87,231)

Color info

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

RGB color model

#5357E7 color RGB value is (83,87,231).

  • red value is 83;
  • green value is 87;
  • blue value is 231.
RGB:
(83,87,231)
(33%,34%,91%)

RGB channels and saturation

R 83 of 255 = 33%
G 87 of 255 = 34%
B 231 of 255 = 91%

83
87
231

R + G + B ~ 53%. #5357E7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
83 + 87 + 231 = 401 (100%)
R 83 of 401 ~ 20.7%
G 87 of 401 ~ 21.7%
B 231 of 401 ~ 57.61%

%20.7
%21.7
%57.61

CMYK color model

#5357E7 color CMYK value is (64,62,0,9).

  • cyan value is 64.07%
  • magenta value is 62.34%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(64,62,0,9)
C64M62Y0K9 
(64%,62%,0%,9%)
(0.64/0.62/0.00/0.09)	

CMYK percentages

%64.07
%62.34
%0
%9.41

Codes

Color #5357E7 in popluar color models

5357E7
RGB8387231
HSL238°75.51%61.57%
HSB/HSV238°64.07%90.59%
CMYK64.07%62.34%0.00%
9.41%

Color #5357E7 in popluar number systems.

HEX5357E7
Decimal8387231
Binary1010011101011111100111
Octal123127347

Shades and tints

Shades of #5357E7

#5357E7
(83,87,231)
#4C50D2
(76,80,210)
#4549BD
(69,73,189)
#3E42A8
(62,66,168)
#373B93
(55,59,147)
#30347E
(48,52,126)
#292D69
(41,45,105)
#222654
(34,38,84)
#1B1F3F
(27,31,63)
#14182A
(20,24,42)
#0D1115
(13,17,21)
#000000
(0,0,0)

Tints of #5357E7

#5357E7
(83,87,231)
#6266E9
(98,102,233)
#7175EB
(113,117,235)
#8084ED
(128,132,237)
#8F93EF
(143,147,239)
#9EA2F1
(158,162,241)
#ADB1F3
(173,177,243)
#BCC0F5
(188,192,245)
#CBCFF7
(203,207,247)
#DADEF9
(218,222,249)
#E9EDFB
(233,237,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5357E7 color. Also use rgb(83,87,231) instead hex code.

Text Font Color

.myTextColor { color: #5357E7; }

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

This text font color is #5357E7.


Background Color

.myBgColor { background-color: #5357E7; }

<div style="background-color:#5357E7">Inner text</div>

This div background color is #5357E7.


Border color

.myBorderColor { border: 1px solid #5357E7; }

<div style="border:3px solid #5357E7">Div</div>

This div border color is #5357E7.


Opacity

.myOpacity80 { color: #5357E7; opacity: 0.8; }

<p style="color:#5357E7;opacity:0.8;">80%</p>

Text with #5357E7 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 #5357E7;}

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

This text has shadow with #5357E7 color.

.textShadow {text-shadow: 3px 3px 1px #5357E7, 3px 3px 1px red;}

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

This text has shadow with #5357E7 primary color and red secondary color.


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

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

This text has shadow with #5357E7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5357E7 on black background.


Color preview on white background

This text has color #5357E7 on white background.



Black color preview on #5357E7 background

This text has black color on #5357E7 background.


White color preview on #5357E7 background

This text has white color on #5357E7 background.