COLOR #5649E4

HEX: #5649E4
RGB: (86,73,228)

Color info

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

RGB color model

#5649E4 color RGB value is (86,73,228).

  • red value is 86;
  • green value is 73;
  • blue value is 228.
RGB:
(86,73,228)
(34%,29%,89%)

RGB channels and saturation

R 86 of 255 = 34%
G 73 of 255 = 29%
B 228 of 255 = 89%

86
73
228

R + G + B ~ 51%. #5649E4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
86 + 73 + 228 = 387 (100%)
R 86 of 387 ~ 22.22%
G 73 of 387 ~ 18.86%
B 228 of 387 ~ 58.91%

%22.22
%18.86
%58.91

CMYK color model

#5649E4 color CMYK value is (62,68,0,11).

  • cyan value is 62.28%
  • magenta value is 67.98%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(62,68,0,11)
C62M68Y0K11 
(62%,68%,0%,11%)
(0.62/0.68/0.00/0.11)	

CMYK percentages

%62.28
%67.98
%0
%10.59

Codes

Color #5649E4 in popluar color models

5649E4
RGB8673228
HSL245°74.16%59.02%
HSB/HSV245°67.98%89.41%
CMYK62.28%67.98%0.00%
10.59%

Color #5649E4 in popluar number systems.

HEX5649E4
Decimal8673228
Binary1010110100100111100100
Octal126111344

Shades and tints

Shades of #5649E4

#5649E4
(86,73,228)
#4F43D0
(79,67,208)
#483DBC
(72,61,188)
#4137A8
(65,55,168)
#3A3194
(58,49,148)
#332B80
(51,43,128)
#2C256C
(44,37,108)
#251F58
(37,31,88)
#1E1944
(30,25,68)
#171330
(23,19,48)
#100D1C
(16,13,28)
#000000
(0,0,0)

Tints of #5649E4

#5649E4
(86,73,228)
#6559E6
(101,89,230)
#7469E8
(116,105,232)
#8379EA
(131,121,234)
#9289EC
(146,137,236)
#A199EE
(161,153,238)
#B0A9F0
(176,169,240)
#BFB9F2
(191,185,242)
#CEC9F4
(206,201,244)
#DDD9F6
(221,217,246)
#ECE9F8
(236,233,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5649E4 color. Also use rgb(86,73,228) instead hex code.

Text Font Color

.myTextColor { color: #5649E4; }

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

This text font color is #5649E4.


Background Color

.myBgColor { background-color: #5649E4; }

<div style="background-color:#5649E4">Inner text</div>

This div background color is #5649E4.


Border color

.myBorderColor { border: 1px solid #5649E4; }

<div style="border:3px solid #5649E4">Div</div>

This div border color is #5649E4.


Opacity

.myOpacity80 { color: #5649E4; opacity: 0.8; }

<p style="color:#5649E4;opacity:0.8;">80%</p>

Text with #5649E4 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 #5649E4;}

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

This text has shadow with #5649E4 color.

.textShadow {text-shadow: 3px 3px 1px #5649E4, 3px 3px 1px red;}

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

This text has shadow with #5649E4 primary color and red secondary color.


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

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

This text has shadow with #5649E4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5649E4 on black background.


Color preview on white background

This text has color #5649E4 on white background.



Black color preview on #5649E4 background

This text has black color on #5649E4 background.


White color preview on #5649E4 background

This text has white color on #5649E4 background.