COLOR #514C95

HEX: #514C95
RGB: (81,76,149)

Color info

#514C95 contains mainly blue color. Web safe color of #514C95 is #663399 (or #639).

RGB color model

#514C95 color RGB value is (81,76,149).

  • red value is 81;
  • green value is 76;
  • blue value is 149.
RGB:
(81,76,149)
(32%,30%,58%)

RGB channels and saturation

R 81 of 255 = 32%
G 76 of 255 = 30%
B 149 of 255 = 58%

81
76
149

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

Portions of RGB colors in percentages

R + G + B =
81 + 76 + 149 = 306 (100%)
R 81 of 306 ~ 26.47%
G 76 of 306 ~ 24.84%
B 149 of 306 ~ 48.69%

%26.47
%24.84
%48.69

CMYK color model

#514C95 color CMYK value is (46,49,0,42).

  • cyan value is 45.64%
  • magenta value is 48.99%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(46,49,0,42)
C46M49Y0K42 
(46%,49%,0%,42%)
(0.46/0.49/0.00/0.42)	

CMYK percentages

%45.64
%48.99
%0
%41.57

Codes

Color #514C95 in popluar color models

514C95
RGB8176149
HSL244°32.44%44.12%
HSB/HSV244°48.99%58.43%
CMYK45.64%48.99%0.00%
41.57%

Color #514C95 in popluar number systems.

HEX514C95
Decimal8176149
Binary1010001100110010010101
Octal121114225

Shades and tints

Shades of #514C95

#514C95
(81,76,149)
#4A4688
(74,70,136)
#43407B
(67,64,123)
#3C3A6E
(60,58,110)
#353461
(53,52,97)
#2E2E54
(46,46,84)
#272847
(39,40,71)
#20223A
(32,34,58)
#191C2D
(25,28,45)
#121620
(18,22,32)
#0B1013
(11,16,19)
#000000
(0,0,0)

Tints of #514C95

#514C95
(81,76,149)
#605C9E
(96,92,158)
#6F6CA7
(111,108,167)
#7E7CB0
(126,124,176)
#8D8CB9
(141,140,185)
#9C9CC2
(156,156,194)
#ABACCB
(171,172,203)
#BABCD4
(186,188,212)
#C9CCDD
(201,204,221)
#D8DCE6
(216,220,230)
#E7ECEF
(231,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #514C95 color. Also use rgb(81,76,149) instead hex code.

Text Font Color

.myTextColor { color: #514C95; }

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

This text font color is #514C95.


Background Color

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

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

This div background color is #514C95.


Border color

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

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

This div border color is #514C95.


Opacity

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

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

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

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

This text has shadow with #514C95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #514C95 on black background.


Color preview on white background

This text has color #514C95 on white background.



Black color preview on #514C95 background

This text has black color on #514C95 background.


White color preview on #514C95 background

This text has white color on #514C95 background.