COLOR #5413C7

HEX: #5413C7
RGB: (84,19,199)

Color info

#5413C7 contains mainly blue color. Web safe color of #5413C7 is #6600CC (or #60C).

RGB color model

#5413C7 color RGB value is (84,19,199).

  • red value is 84;
  • green value is 19;
  • blue value is 199.
RGB:
(84,19,199)
(33%,7%,78%)

RGB channels and saturation

R 84 of 255 = 33%
G 19 of 255 = 7%
B 199 of 255 = 78%

84
19
199

R + G + B ~ 39%. #5413C7 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 19 + 199 = 302 (100%)
R 84 of 302 ~ 27.81%
G 19 of 302 ~ 6.29%
B 199 of 302 ~ 65.89%

%27.81
%65.89

CMYK color model

#5413C7 color CMYK value is (58,90,0,22).

  • cyan value is 57.79%
  • magenta value is 90.45%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(58,90,0,22)
C58M90Y0K22 
(58%,90%,0%,22%)
(0.58/0.90/0.00/0.22)	

CMYK percentages

%57.79
%90.45
%0
%21.96

Codes

Color #5413C7 in popluar color models

5413C7
RGB8419199
HSL262°82.57%42.75%
HSB/HSV262°90.45%78.04%
CMYK57.79%90.45%0.00%
21.96%

Color #5413C7 in popluar number systems.

HEX5413C7
Decimal8419199
Binary10101001001111000111
Octal12423307

Shades and tints

Shades of #5413C7

#5413C7
(84,19,199)
#4D12B5
(77,18,181)
#4611A3
(70,17,163)
#3F1091
(63,16,145)
#380F7F
(56,15,127)
#310E6D
(49,14,109)
#2A0D5B
(42,13,91)
#230C49
(35,12,73)
#1C0B37
(28,11,55)
#150A25
(21,10,37)
#0E0913
(14,9,19)
#000000
(0,0,0)

Tints of #5413C7

#5413C7
(84,19,199)
#6328CC
(99,40,204)
#723DD1
(114,61,209)
#8152D6
(129,82,214)
#9067DB
(144,103,219)
#9F7CE0
(159,124,224)
#AE91E5
(174,145,229)
#BDA6EA
(189,166,234)
#CCBBEF
(204,187,239)
#DBD0F4
(219,208,244)
#EAE5F9
(234,229,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5413C7 color. Also use rgb(84,19,199) instead hex code.

Text Font Color

.myTextColor { color: #5413C7; }

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

This text font color is #5413C7.


Background Color

.myBgColor { background-color: #5413C7; }

<div style="background-color:#5413C7">Inner text</div>

This div background color is #5413C7.


Border color

.myBorderColor { border: 1px solid #5413C7; }

<div style="border:3px solid #5413C7">Div</div>

This div border color is #5413C7.


Opacity

.myOpacity80 { color: #5413C7; opacity: 0.8; }

<p style="color:#5413C7;opacity:0.8;">80%</p>

Text with #5413C7 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 #5413C7;}

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

This text has shadow with #5413C7 color.

.textShadow {text-shadow: 3px 3px 1px #5413C7, 3px 3px 1px red;}

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

This text has shadow with #5413C7 primary color and red secondary color.


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

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

This text has shadow with #5413C7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5413C7 on black background.


Color preview on white background

This text has color #5413C7 on white background.



Black color preview on #5413C7 background

This text has black color on #5413C7 background.


White color preview on #5413C7 background

This text has white color on #5413C7 background.