COLOR #514C96

HEX: #514C96 RGB: (81,76,150)

Color info

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

RGB color model

#514C96 color RGB value is (81,76,150).

RGB: (81,76,150) (32%, 30%, 59%)

RGB channels and saturation

R 81 of 255 = 32%
G 76 of 255 = 30%
B 150 of 255 = 59%

81
76
150

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

Portions of RGB colors in percentages

R + G + B = 81 + 76 + 150 = 307 (100%)
R 81 of 307 ~ 26.38%
G 76 of 307 ~ 24.76%
B 150 of 307 ~ 48.86'%

%26.38
%24.76
%48.86

CMYK color model

#514C96 color CMYK value is (46,49,0,41).

  • cyan value is 46.00%
  • magenta value is 49.33%
  • yellow value is 0.00%
  • key color value is 41.18%

CMYK: (46,49,0,41)
C46M49Y0K41 (46%, 49%, 0%, 41%)
(0.46 / 0.49 / 0.00 / 0.41)

CMYK percentages

%46
%49.33
%0
%41.18

Codes

Color #514C96 in popluar color models

51 4C 96
RGB 81 76 150
HSL 244° 32.74% 44.31%
HSB/HSV 244° 49.33% 58.82%
CMYK 46.00% 49.33% 0.00%
41.18%

Color #514C96 in popluar number systems.

HEX 51 4C 96
Decimal 81 76 150
Binary 1010001 1001100 10010110
Octal 121 114 226

Shades and tints

Shades of #514C96

#514C96
(81,76,150)
#4A4689
(74,70,137)
#43407C
(67,64,124)
#3C3A6F
(60,58,111)
#353462
(53,52,98)
#2E2E55
(46,46,85)
#272848
(39,40,72)
#20223B
(32,34,59)
#191C2E
(25,28,46)
#121621
(18,22,33)
#0B1014
(11,16,20)
#000000
(0,0,0)

Tints of #514C96

#514C96
(81,76,150)
#605C9F
(96,92,159)
#6F6CA8
(111,108,168)
#7E7CB1
(126,124,177)
#8D8CBA
(141,140,186)
#9C9CC3
(156,156,195)
#ABACCC
(171,172,204)
#BABCD5
(186,188,213)
#C9CCDE
(201,204,222)
#D8DCE7
(216,220,231)
#E7ECF0
(231,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #514C96; }

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

This text font color is #514C96.

Background Color

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

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

This div background color is #514C96.

Border color

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

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

This div border color is #514C96.

Opacity

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

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

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

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

This text has shadow with #514C96 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #514C96.

Preview

Color preview on black background

This text has color #514C96 on black background.


Color preview on white background

This text has color #514C96 on white background.


Black color preview on #514C96 background

This text has black color on #514C96 background.


White color preview on #514C96 background

This text has white color on #514C96 background.


Related colors

Complementary color

Complementary color for #hex is #AEB369.


I love getcolorcode.com

Triadic colors

1 #96514C and #4C9651 with #514C96 are triadic colors.

2 #964C51 and #4C5196 with #514C96 are triadic colors.