COLOR #5332EA

HEX: #5332EA
RGB: (83,50,234)

Color info

#5332EA contains mainly blue color. Web safe color of #5332EA is #6633FF (or #63F).

RGB color model

#5332EA color RGB value is (83,50,234).

  • red value is 83;
  • green value is 50;
  • blue value is 234.
RGB:
(83,50,234)
(33%,20%,92%)

RGB channels and saturation

R 83 of 255 = 33%
G 50 of 255 = 20%
B 234 of 255 = 92%

83
50
234

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

Portions of RGB colors in percentages

R + G + B =
83 + 50 + 234 = 367 (100%)
R 83 of 367 ~ 22.62%
G 50 of 367 ~ 13.62%
B 234 of 367 ~ 63.76%

%22.62
%13.62
%63.76

CMYK color model

#5332EA color CMYK value is (65,79,0,8).

  • cyan value is 64.53%
  • magenta value is 78.63%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(65,79,0,8)
C65M79Y0K8 
(65%,79%,0%,8%)
(0.65/0.79/0.00/0.08)	

CMYK percentages

%64.53
%78.63
%0
%8.24

Codes

Color #5332EA in popluar color models

5332EA
RGB8350234
HSL251°81.42%55.69%
HSB/HSV251°78.63%91.76%
CMYK64.53%78.63%0.00%
8.24%

Color #5332EA in popluar number systems.

HEX5332EA
Decimal8350234
Binary101001111001011101010
Octal12362352

Shades and tints

Shades of #5332EA

#5332EA
(83,50,234)
#4C2ED5
(76,46,213)
#452AC0
(69,42,192)
#3E26AB
(62,38,171)
#372296
(55,34,150)
#301E81
(48,30,129)
#291A6C
(41,26,108)
#221657
(34,22,87)
#1B1242
(27,18,66)
#140E2D
(20,14,45)
#0D0A18
(13,10,24)
#000000
(0,0,0)

Tints of #5332EA

#5332EA
(83,50,234)
#6244EB
(98,68,235)
#7156EC
(113,86,236)
#8068ED
(128,104,237)
#8F7AEE
(143,122,238)
#9E8CEF
(158,140,239)
#AD9EF0
(173,158,240)
#BCB0F1
(188,176,241)
#CBC2F2
(203,194,242)
#DAD4F3
(218,212,243)
#E9E6F4
(233,230,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5332EA color. Also use rgb(83,50,234) instead hex code.

Text Font Color

.myTextColor { color: #5332EA; }

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

This text font color is #5332EA.


Background Color

.myBgColor { background-color: #5332EA; }

<div style="background-color:#5332EA">Inner text</div>

This div background color is #5332EA.


Border color

.myBorderColor { border: 1px solid #5332EA; }

<div style="border:3px solid #5332EA">Div</div>

This div border color is #5332EA.


Opacity

.myOpacity80 { color: #5332EA; opacity: 0.8; }

<p style="color:#5332EA;opacity:0.8;">80%</p>

Text with #5332EA 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 #5332EA;}

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

This text has shadow with #5332EA color.

.textShadow {text-shadow: 3px 3px 1px #5332EA, 3px 3px 1px red;}

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

This text has shadow with #5332EA primary color and red secondary color.


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

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

This text has shadow with #5332EA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5332EA on black background.


Color preview on white background

This text has color #5332EA on white background.



Black color preview on #5332EA background

This text has black color on #5332EA background.


White color preview on #5332EA background

This text has white color on #5332EA background.