COLOR #5149D0

HEX: #5149D0
RGB: (81,73,208)

Color info

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

RGB color model

#5149D0 color RGB value is (81,73,208).

  • red value is 81;
  • green value is 73;
  • blue value is 208.
RGB:
(81,73,208)
(32%,29%,82%)

RGB channels and saturation

R 81 of 255 = 32%
G 73 of 255 = 29%
B 208 of 255 = 82%

81
73
208

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

Portions of RGB colors in percentages

R + G + B =
81 + 73 + 208 = 362 (100%)
R 81 of 362 ~ 22.38%
G 73 of 362 ~ 20.17%
B 208 of 362 ~ 57.46%

%22.38
%20.17
%57.46

CMYK color model

#5149D0 color CMYK value is (61,65,0,18).

  • cyan value is 61.06%
  • magenta value is 64.90%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(61,65,0,18)
C61M65Y0K18 
(61%,65%,0%,18%)
(0.61/0.65/0.00/0.18)	

CMYK percentages

%61.06
%64.9
%0
%18.43

Codes

Color #5149D0 in popluar color models

5149D0
RGB8173208
HSL244°58.95%55.10%
HSB/HSV244°64.90%81.57%
CMYK61.06%64.90%0.00%
18.43%

Color #5149D0 in popluar number systems.

HEX5149D0
Decimal8173208
Binary1010001100100111010000
Octal121111320

Shades and tints

Shades of #5149D0

#5149D0
(81,73,208)
#4A43BE
(74,67,190)
#433DAC
(67,61,172)
#3C379A
(60,55,154)
#353188
(53,49,136)
#2E2B76
(46,43,118)
#272564
(39,37,100)
#201F52
(32,31,82)
#191940
(25,25,64)
#12132E
(18,19,46)
#0B0D1C
(11,13,28)
#000000
(0,0,0)

Tints of #5149D0

#5149D0
(81,73,208)
#6059D4
(96,89,212)
#6F69D8
(111,105,216)
#7E79DC
(126,121,220)
#8D89E0
(141,137,224)
#9C99E4
(156,153,228)
#ABA9E8
(171,169,232)
#BAB9EC
(186,185,236)
#C9C9F0
(201,201,240)
#D8D9F4
(216,217,244)
#E7E9F8
(231,233,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5149D0 color. Also use rgb(81,73,208) instead hex code.

Text Font Color

.myTextColor { color: #5149D0; }

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

This text font color is #5149D0.


Background Color

.myBgColor { background-color: #5149D0; }

<div style="background-color:#5149D0">Inner text</div>

This div background color is #5149D0.


Border color

.myBorderColor { border: 1px solid #5149D0; }

<div style="border:3px solid #5149D0">Div</div>

This div border color is #5149D0.


Opacity

.myOpacity80 { color: #5149D0; opacity: 0.8; }

<p style="color:#5149D0;opacity:0.8;">80%</p>

Text with #5149D0 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 #5149D0;}

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

This text has shadow with #5149D0 color.

.textShadow {text-shadow: 3px 3px 1px #5149D0, 3px 3px 1px red;}

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

This text has shadow with #5149D0 primary color and red secondary color.


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

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

This text has shadow with #5149D0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5149D0 on black background.


Color preview on white background

This text has color #5149D0 on white background.



Black color preview on #5149D0 background

This text has black color on #5149D0 background.


White color preview on #5149D0 background

This text has white color on #5149D0 background.