COLOR #514C86

HEX: #514C86 RGB: (81,76,134)

Color info

#514C86 contains red, green and blue colors in about the same proportion. Web safe color of #514C86 is #663399 (or #639).

RGB color model

#514C86 color RGB value is (81,76,134).

RGB: (81,76,134) (32%, 30%, 53%)

RGB channels and saturation

R 81 of 255 = 32%
G 76 of 255 = 30%
B 134 of 255 = 53%

81
76
134

R + G + B ~ 38%. #514C86 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 81 + 76 + 134 = 291 (100%)
R 81 of 291 ~ 27.84%
G 76 of 291 ~ 26.12%
B 134 of 291 ~ 46.05'%

%27.84
%26.12
%46.05

CMYK color model

#514C86 color CMYK value is (40,43,0,47).

  • cyan value is 39.55%
  • magenta value is 43.28%
  • yellow value is 0.00%
  • key color value is 47.45%

CMYK: (40,43,0,47)
C40M43Y0K47 (40%, 43%, 0%, 47%)
(0.40 / 0.43 / 0.00 / 0.47)

CMYK percentages

%39.55
%43.28
%0
%47.45

Codes

Color #514C86 in popluar color models

51 4C 86
RGB 81 76 134
HSL 245° 27.62% 41.18%
HSB/HSV 245° 43.28% 52.55%
CMYK 39.55% 43.28% 0.00%
47.45%

Color #514C86 in popluar number systems.

HEX 51 4C 86
Decimal 81 76 134
Binary 1010001 1001100 10000110
Octal 121 114 206

Shades and tints

Shades of #514C86

#514C86
(81,76,134)
#4A467A
(74,70,122)
#43406E
(67,64,110)
#3C3A62
(60,58,98)
#353456
(53,52,86)
#2E2E4A
(46,46,74)
#27283E
(39,40,62)
#202232
(32,34,50)
#191C26
(25,28,38)
#12161A
(18,22,26)
#0B100E
(11,16,14)
#000000
(0,0,0)

Tints of #514C86

#514C86
(81,76,134)
#605C91
(96,92,145)
#6F6C9C
(111,108,156)
#7E7CA7
(126,124,167)
#8D8CB2
(141,140,178)
#9C9CBD
(156,156,189)
#ABACC8
(171,172,200)
#BABCD3
(186,188,211)
#C9CCDE
(201,204,222)
#D8DCE9
(216,220,233)
#E7ECF4
(231,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #514C86; }

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

This text font color is #514C86.

Background Color

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

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

This div background color is #514C86.

Border color

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

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

This div border color is #514C86.

Opacity

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

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

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

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

This text has shadow with #514C86 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #514C86.

Preview

Color preview on black background

This text has color #514C86 on black background.


Color preview on white background

This text has color #514C86 on white background.


Black color preview on #514C86 background

This text has black color on #514C86 background.


White color preview on #514C86 background

This text has white color on #514C86 background.


Related colors

Complementary color

Complementary color for #hex is #AEB379.


I love getcolorcode.com

Triadic colors

1 #86514C and #4C8651 with #514C86 are triadic colors.

2 #864C51 and #4C5186 with #514C86 are triadic colors.