COLOR #514886

HEX: #514886
RGB: (81,72,134)

Color info

#514886 contains mainly red and blue colors. Web safe color of #514886 is #663399 (or #639).

RGB color model

#514886 color RGB value is (81,72,134).

  • red value is 81;
  • green value is 72;
  • blue value is 134.
RGB:
(81,72,134)
(32%,28%,53%)

RGB channels and saturation

R 81 of 255 = 32%
G 72 of 255 = 28%
B 134 of 255 = 53%

81
72
134

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

Portions of RGB colors in percentages

R + G + B =
81 + 72 + 134 = 287 (100%)
R 81 of 287 ~ 28.22%
G 72 of 287 ~ 25.09%
B 134 of 287 ~ 46.69%

%28.22
%25.09
%46.69

CMYK color model

#514886 color CMYK value is (40,46,0,47).

  • cyan value is 39.55%
  • magenta value is 46.27%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(40,46,0,47)
C40M46Y0K47 
(40%,46%,0%,47%)
(0.40/0.46/0.00/0.47)	

CMYK percentages

%39.55
%46.27
%0
%47.45

Codes

Color #514886 in popluar color models

514886
RGB8172134
HSL249°30.10%40.39%
HSB/HSV249°46.27%52.55%
CMYK39.55%46.27%0.00%
47.45%

Color #514886 in popluar number systems.

HEX514886
Decimal8172134
Binary1010001100100010000110
Octal121110206

Shades and tints

Shades of #514886

#514886
(81,72,134)
#4A427A
(74,66,122)
#433C6E
(67,60,110)
#3C3662
(60,54,98)
#353056
(53,48,86)
#2E2A4A
(46,42,74)
#27243E
(39,36,62)
#201E32
(32,30,50)
#191826
(25,24,38)
#12121A
(18,18,26)
#0B0C0E
(11,12,14)
#000000
(0,0,0)

Tints of #514886

#514886
(81,72,134)
#605891
(96,88,145)
#6F689C
(111,104,156)
#7E78A7
(126,120,167)
#8D88B2
(141,136,178)
#9C98BD
(156,152,189)
#ABA8C8
(171,168,200)
#BAB8D3
(186,184,211)
#C9C8DE
(201,200,222)
#D8D8E9
(216,216,233)
#E7E8F4
(231,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #514886; }

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

This text font color is #514886.


Background Color

.myBgColor { background-color: #514886; }

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

This div background color is #514886.


Border color

.myBorderColor { border: 1px solid #514886; }

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

This div border color is #514886.


Opacity

.myOpacity80 { color: #514886; opacity: 0.8; }

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

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

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

This text has shadow with #514886 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #514886 on black background.


Color preview on white background

This text has color #514886 on white background.



Black color preview on #514886 background

This text has black color on #514886 background.


White color preview on #514886 background

This text has white color on #514886 background.