COLOR #5337E6

HEX: #5337E6 RGB: (83,55,230)

Color info

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

RGB color model

#5337E6 color RGB value is (83,55,230).

RGB: (83,55,230) (33%, 22%, 90%)

RGB channels and saturation

R 83 of 255 = 33%
G 55 of 255 = 22%
B 230 of 255 = 90%

83
55
230

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

Portions of RGB colors in percentages

R + G + B = 83 + 55 + 230 = 368 (100%)
R 83 of 368 ~ 22.55%
G 55 of 368 ~ 14.95%
B 230 of 368 ~ 62.5'%

%22.55
%14.95
%62.5

CMYK color model

#5337E6 color CMYK value is (64,76,0,10).

  • cyan value is 63.91%
  • magenta value is 76.09%
  • yellow value is 0.00%
  • key color value is 9.80%

CMYK: (64,76,0,10)
C64M76Y0K10 (64%, 76%, 0%, 10%)
(0.64 / 0.76 / 0.00 / 0.10)

CMYK percentages

%63.91
%76.09
%0
%9.8

Codes

Color #5337E6 in popluar color models

53 37 E6
RGB 83 55 230
HSL 250° 77.78% 55.88%
HSB/HSV 250° 76.09% 90.20%
CMYK 63.91% 76.09% 0.00%
9.80%

Color #5337E6 in popluar number systems.

HEX 53 37 E6
Decimal 83 55 230
Binary 1010011 110111 11100110
Octal 123 67 346

Shades and tints

Shades of #5337E6

#5337E6
(83,55,230)
#4C32D2
(76,50,210)
#452DBE
(69,45,190)
#3E28AA
(62,40,170)
#372396
(55,35,150)
#301E82
(48,30,130)
#29196E
(41,25,110)
#22145A
(34,20,90)
#1B0F46
(27,15,70)
#140A32
(20,10,50)
#0D051E
(13,5,30)
#000000
(0,0,0)

Tints of #5337E6

#5337E6
(83,55,230)
#6249E8
(98,73,232)
#715BEA
(113,91,234)
#806DEC
(128,109,236)
#8F7FEE
(143,127,238)
#9E91F0
(158,145,240)
#ADA3F2
(173,163,242)
#BCB5F4
(188,181,244)
#CBC7F6
(203,199,246)
#DAD9F8
(218,217,248)
#E9EBFA
(233,235,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5337E6 color. Also use rgb(83,55,230) instead hex code.

Text Font Color

.myTextColor { color: #5337E6; }

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

This text font color is #5337E6.

Background Color

.myBgColor { background-color: #5337E6; }

<div style="background-color:#5337E6">Inner text</div>

This div background color is #5337E6.

Border color

.myBorderColor { border: 1px solid #5337E6; }

<div style="border:3px solid #5337E6">Div</div>

This div border color is #5337E6.

Opacity

.myOpacity80 { color: #5337E6; opacity: 0.8; }

<p style="color:#5337E6;opacity:0.8;">80%</p>

Text with #5337E6 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 #5337E6;}

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

This text has shadow with #5337E6 color.


.textShadow {text-shadow: 3px 3px 1px #5337E6', 3px 3px 1px red;}

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

This text has shadow with #5337E6 primary color and red secondary color.


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

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

This text has shadow with #5337E6 and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #5337E6; -webkit-box-shadow: 1px 1px 3px 2px #5337E6; box-shadow:1px 1px 3px 2px #5337E6;">
Div content here
</div>

This div box has shadow with color #5337E6.

Preview

Color preview on black background

This text has color #5337E6 on black background.


Color preview on white background

This text has color #5337E6 on white background.


Black color preview on #5337E6 background

This text has black color on #5337E6 background.


White color preview on #5337E6 background

This text has white color on #5337E6 background.


Related colors

Complementary color

Complementary color for #hex is #ACC819.


I love getcolorcode.com

Triadic colors

1 #E65337 and #37E653 with #5337E6 are triadic colors.

2 #E63753 and #3753E6 with #5337E6 are triadic colors.