COLOR #514C9A

HEX: #514C9A RGB: (81,76,154)

Color info

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

RGB color model

#514C9A color RGB value is (81,76,154).

RGB: (81,76,154) (32%, 30%, 60%)

RGB channels and saturation

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

81
76
154

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

Portions of RGB colors in percentages

R + G + B = 81 + 76 + 154 = 311 (100%)
R 81 of 311 ~ 26.05%
G 76 of 311 ~ 24.44%
B 154 of 311 ~ 49.52'%

%26.05
%24.44
%49.52

CMYK color model

#514C9A color CMYK value is (47,51,0,40).

  • cyan value is 47.40%
  • magenta value is 50.65%
  • yellow value is 0.00%
  • key color value is 39.61%

CMYK: (47,51,0,40)
C47M51Y0K40 (47%, 51%, 0%, 40%)
(0.47 / 0.51 / 0.00 / 0.40)

CMYK percentages

%47.4
%50.65
%0
%39.61

Codes

Color #514C9A in popluar color models

51 4C 9A
RGB 81 76 154
HSL 244° 33.91% 45.10%
HSB/HSV 244° 50.65% 60.39%
CMYK 47.40% 50.65% 0.00%
39.61%

Color #514C9A in popluar number systems.

HEX 51 4C 9A
Decimal 81 76 154
Binary 1010001 1001100 10011010
Octal 121 114 232

Shades and tints

Shades of #514C9A

#514C9A
(81,76,154)
#4A468C
(74,70,140)
#43407E
(67,64,126)
#3C3A70
(60,58,112)
#353462
(53,52,98)
#2E2E54
(46,46,84)
#272846
(39,40,70)
#202238
(32,34,56)
#191C2A
(25,28,42)
#12161C
(18,22,28)
#0B100E
(11,16,14)
#000000
(0,0,0)

Tints of #514C9A

#514C9A
(81,76,154)
#605CA3
(96,92,163)
#6F6CAC
(111,108,172)
#7E7CB5
(126,124,181)
#8D8CBE
(141,140,190)
#9C9CC7
(156,156,199)
#ABACD0
(171,172,208)
#BABCD9
(186,188,217)
#C9CCE2
(201,204,226)
#D8DCEB
(216,220,235)
#E7ECF4
(231,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #514C9A; }

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

This text font color is #514C9A.

Background Color

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

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

This div background color is #514C9A.

Border color

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

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

This div border color is #514C9A.

Opacity

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

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

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

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

This text has shadow with #514C9A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #514C9A.

Preview

Color preview on black background

This text has color #514C9A on black background.


Color preview on white background

This text has color #514C9A on white background.


Black color preview on #514C9A background

This text has black color on #514C9A background.


White color preview on #514C9A background

This text has white color on #514C9A background.


Related colors

Complementary color

Complementary color for #hex is #AEB365.


I love getcolorcode.com

Triadic colors

1 #9A514C and #4C9A51 with #514C9A are triadic colors.

2 #9A4C51 and #4C519A with #514C9A are triadic colors.