COLOR #514E94

HEX: #514E94
RGB: (81,78,148)

Color info

#514E94 contains mainly blue color. Web safe color of #514E94 is #666699 (or #669).

RGB color model

#514E94 color RGB value is (81,78,148).

  • red value is 81;
  • green value is 78;
  • blue value is 148.
RGB:
(81,78,148)
(32%,31%,58%)

RGB channels and saturation

R 81 of 255 = 32%
G 78 of 255 = 31%
B 148 of 255 = 58%

81
78
148

R + G + B ~ 40%. #514E94 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
81 + 78 + 148 = 307 (100%)
R 81 of 307 ~ 26.38%
G 78 of 307 ~ 25.41%
B 148 of 307 ~ 48.21%

%26.38
%25.41
%48.21

CMYK color model

#514E94 color CMYK value is (45,47,0,42).

  • cyan value is 45.27%
  • magenta value is 47.30%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(45,47,0,42)
C45M47Y0K42 
(45%,47%,0%,42%)
(0.45/0.47/0.00/0.42)	

CMYK percentages

%45.27
%47.3
%0
%41.96

Codes

Color #514E94 in popluar color models

514E94
RGB8178148
HSL243°30.97%44.31%
HSB/HSV243°47.30%58.04%
CMYK45.27%47.30%0.00%
41.96%

Color #514E94 in popluar number systems.

HEX514E94
Decimal8178148
Binary1010001100111010010100
Octal121116224

Shades and tints

Shades of #514E94

#514E94
(81,78,148)
#4A4787
(74,71,135)
#43407A
(67,64,122)
#3C396D
(60,57,109)
#353260
(53,50,96)
#2E2B53
(46,43,83)
#272446
(39,36,70)
#201D39
(32,29,57)
#19162C
(25,22,44)
#120F1F
(18,15,31)
#0B0812
(11,8,18)
#000000
(0,0,0)

Tints of #514E94

#514E94
(81,78,148)
#605E9D
(96,94,157)
#6F6EA6
(111,110,166)
#7E7EAF
(126,126,175)
#8D8EB8
(141,142,184)
#9C9EC1
(156,158,193)
#ABAECA
(171,174,202)
#BABED3
(186,190,211)
#C9CEDC
(201,206,220)
#D8DEE5
(216,222,229)
#E7EEEE
(231,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #514E94 color. Also use rgb(81,78,148) instead hex code.

Text Font Color

.myTextColor { color: #514E94; }

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

This text font color is #514E94.


Background Color

.myBgColor { background-color: #514E94; }

<div style="background-color:#514E94">Inner text</div>

This div background color is #514E94.


Border color

.myBorderColor { border: 1px solid #514E94; }

<div style="border:3px solid #514E94">Div</div>

This div border color is #514E94.


Opacity

.myOpacity80 { color: #514E94; opacity: 0.8; }

<p style="color:#514E94;opacity:0.8;">80%</p>

Text with #514E94 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 #514E94;}

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

This text has shadow with #514E94 color.

.textShadow {text-shadow: 3px 3px 1px #514E94, 3px 3px 1px red;}

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

This text has shadow with #514E94 primary color and red secondary color.


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

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

This text has shadow with #514E94 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #514E94 on black background.


Color preview on white background

This text has color #514E94 on white background.



Black color preview on #514E94 background

This text has black color on #514E94 background.


White color preview on #514E94 background

This text has white color on #514E94 background.