COLOR #514F9C

HEX: #514F9C RGB: (81,79,156)

Color info

#514F9C contains mainly blue color. Web safe color of #514F9C is #666699 (or #669).

RGB color model

#514F9C color RGB value is (81,79,156).

RGB: (81,79,156) (32%, 31%, 61%)

RGB channels and saturation

R 81 of 255 = 32%
G 79 of 255 = 31%
B 156 of 255 = 61%

81
79
156

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

Portions of RGB colors in percentages

R + G + B = 81 + 79 + 156 = 316 (100%)
R 81 of 316 ~ 25.63%
G 79 of 316 ~ 25%
B 156 of 316 ~ 49.37'%

%25.63
%25
%49.37

CMYK color model

#514F9C color CMYK value is (48,49,0,39).

  • cyan value is 48.08%
  • magenta value is 49.36%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK: (48,49,0,39) C48M49Y0K39 (48%,49%,0%,39%) (0.48/0.49/0.00/0.39) 

CMYK percentages

%48.08
%49.36
%0
%38.82

Codes

Color #514F9C in popluar color models

51 4F 9C
RGB 81 79 156
HSL 242° 32.77% 46.08%
HSB/HSV 242° 49.36% 61.18%
CMYK 48.08% 49.36% 0.00%
38.82%

Color #514F9C in popluar number systems.

HEX 51 4F 9C
Decimal 81 79 156
Binary 1010001 1001111 10011100
Octal 121 117 234

Shades and tints

Shades of #514F9C

#514F9C
(81,79,156)
#4A488E
(74,72,142)
#434180
(67,65,128)
#3C3A72
(60,58,114)
#353364
(53,51,100)
#2E2C56
(46,44,86)
#272548
(39,37,72)
#201E3A
(32,30,58)
#19172C
(25,23,44)
#12101E
(18,16,30)
#0B0910
(11,9,16)
#000000
(0,0,0)

Tints of #514F9C

#514F9C
(81,79,156)
#605FA5
(96,95,165)
#6F6FAE
(111,111,174)
#7E7FB7
(126,127,183)
#8D8FC0
(141,143,192)
#9C9FC9
(156,159,201)
#ABAFD2
(171,175,210)
#BABFDB
(186,191,219)
#C9CFE4
(201,207,228)
#D8DFED
(216,223,237)
#E7EFF6
(231,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #514F9C color. Also use rgb(81,79,156) instead hex code.

Text Font Color

.myTextColor { color: #514F9C; }

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

This text font color is #514F9C.

Background Color

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

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

This div background color is #514F9C.

Border color

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

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

This div border color is #514F9C.

Opacity

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

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

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

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

This text has shadow with #514F9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #514F9C.

Preview

Color preview on black background

This text has color #514F9C on black background.


Color preview on white background

This text has color #514F9C on white background.


Black color preview on #514F9C background

This text has black color on #514F9C background.


White color preview on #514F9C background

This text has white color on #514F9C background.


Related colors

Complementary color

Complementary color for #hex is #AEB063.


I love getcolorcode.com

Triadic colors

1 #9C514F and #4F9C51 with #514F9C are triadic colors.

2 #9C4F51 and #4F519C with #514F9C are triadic colors.