COLOR #514C98

HEX: #514C98
RGB: (81,76,152)

Color info

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

RGB color model

#514C98 color RGB value is (81,76,152).

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

RGB channels and saturation

R 81 of 255 = 32%
G 76 of 255 = 30%
B 152 of 255 = 60%

81
76
152

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

Portions of RGB colors in percentages

R + G + B =
81 + 76 + 152 = 309 (100%)
R 81 of 309 ~ 26.21%
G 76 of 309 ~ 24.6%
B 152 of 309 ~ 49.19%

%26.21
%24.6
%49.19

CMYK color model

#514C98 color CMYK value is (47,50,0,40).

  • cyan value is 46.71%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(47,50,0,40)
C47M50Y0K40 
(47%,50%,0%,40%)
(0.47/0.50/0.00/0.40)	

CMYK percentages

%46.71
%50
%0
%40.39

Codes

Color #514C98 in popluar color models

514C98
RGB8176152
HSL244°33.33%44.71%
HSB/HSV244°50.00%59.61%
CMYK46.71%50.00%0.00%
40.39%

Color #514C98 in popluar number systems.

HEX514C98
Decimal8176152
Binary1010001100110010011000
Octal121114230

Shades and tints

Shades of #514C98

#514C98
(81,76,152)
#4A468B
(74,70,139)
#43407E
(67,64,126)
#3C3A71
(60,58,113)
#353464
(53,52,100)
#2E2E57
(46,46,87)
#27284A
(39,40,74)
#20223D
(32,34,61)
#191C30
(25,28,48)
#121623
(18,22,35)
#0B1016
(11,16,22)
#000000
(0,0,0)

Tints of #514C98

#514C98
(81,76,152)
#605CA1
(96,92,161)
#6F6CAA
(111,108,170)
#7E7CB3
(126,124,179)
#8D8CBC
(141,140,188)
#9C9CC5
(156,156,197)
#ABACCE
(171,172,206)
#BABCD7
(186,188,215)
#C9CCE0
(201,204,224)
#D8DCE9
(216,220,233)
#E7ECF2
(231,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #514C98; }

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

This text font color is #514C98.


Background Color

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

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

This div background color is #514C98.


Border color

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

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

This div border color is #514C98.


Opacity

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

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

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

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

This text has shadow with #514C98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #514C98 on black background.


Color preview on white background

This text has color #514C98 on white background.



Black color preview on #514C98 background

This text has black color on #514C98 background.


White color preview on #514C98 background

This text has white color on #514C98 background.