COLOR #5350EE

HEX: #5350EE
RGB: (83,80,238)

Color info

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

RGB color model

#5350EE color RGB value is (83,80,238).

  • red value is 83;
  • green value is 80;
  • blue value is 238.
RGB:
(83,80,238)
(33%,31%,93%)

RGB channels and saturation

R 83 of 255 = 33%
G 80 of 255 = 31%
B 238 of 255 = 93%

83
80
238

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

Portions of RGB colors in percentages

R + G + B =
83 + 80 + 238 = 401 (100%)
R 83 of 401 ~ 20.7%
G 80 of 401 ~ 19.95%
B 238 of 401 ~ 59.35%

%20.7
%19.95
%59.35

CMYK color model

#5350EE color CMYK value is (65,66,0,7).

  • cyan value is 65.13%
  • magenta value is 66.39%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(65,66,0,7)
C65M66Y0K7 
(65%,66%,0%,7%)
(0.65/0.66/0.00/0.07)	

CMYK percentages

%65.13
%66.39
%0
%6.67

Codes

Color #5350EE in popluar color models

5350EE
RGB8380238
HSL241°82.29%62.35%
HSB/HSV241°66.39%93.33%
CMYK65.13%66.39%0.00%
6.67%

Color #5350EE in popluar number systems.

HEX5350EE
Decimal8380238
Binary1010011101000011101110
Octal123120356

Shades and tints

Shades of #5350EE

#5350EE
(83,80,238)
#4C49D9
(76,73,217)
#4542C4
(69,66,196)
#3E3BAF
(62,59,175)
#37349A
(55,52,154)
#302D85
(48,45,133)
#292670
(41,38,112)
#221F5B
(34,31,91)
#1B1846
(27,24,70)
#141131
(20,17,49)
#0D0A1C
(13,10,28)
#000000
(0,0,0)

Tints of #5350EE

#5350EE
(83,80,238)
#625FEF
(98,95,239)
#716EF0
(113,110,240)
#807DF1
(128,125,241)
#8F8CF2
(143,140,242)
#9E9BF3
(158,155,243)
#ADAAF4
(173,170,244)
#BCB9F5
(188,185,245)
#CBC8F6
(203,200,246)
#DAD7F7
(218,215,247)
#E9E6F8
(233,230,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5350EE color. Also use rgb(83,80,238) instead hex code.

Text Font Color

.myTextColor { color: #5350EE; }

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

This text font color is #5350EE.


Background Color

.myBgColor { background-color: #5350EE; }

<div style="background-color:#5350EE">Inner text</div>

This div background color is #5350EE.


Border color

.myBorderColor { border: 1px solid #5350EE; }

<div style="border:3px solid #5350EE">Div</div>

This div border color is #5350EE.


Opacity

.myOpacity80 { color: #5350EE; opacity: 0.8; }

<p style="color:#5350EE;opacity:0.8;">80%</p>

Text with #5350EE 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 #5350EE;}

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

This text has shadow with #5350EE color.

.textShadow {text-shadow: 3px 3px 1px #5350EE, 3px 3px 1px red;}

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

This text has shadow with #5350EE primary color and red secondary color.


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

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

This text has shadow with #5350EE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5350EE on black background.


Color preview on white background

This text has color #5350EE on white background.



Black color preview on #5350EE background

This text has black color on #5350EE background.


White color preview on #5350EE background

This text has white color on #5350EE background.