COLOR #514687

HEX: #514687
RGB: (81,70,135)

Color info

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

RGB color model

#514687 color RGB value is (81,70,135).

  • red value is 81;
  • green value is 70;
  • blue value is 135.
RGB:
(81,70,135)
(32%,27%,53%)

RGB channels and saturation

R 81 of 255 = 32%
G 70 of 255 = 27%
B 135 of 255 = 53%

81
70
135

R + G + B ~ 37%. #514687 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 70 + 135 = 286 (100%)
R 81 of 286 ~ 28.32%
G 70 of 286 ~ 24.48%
B 135 of 286 ~ 47.2%

%28.32
%24.48
%47.2

CMYK color model

#514687 color CMYK value is (40,48,0,47).

  • cyan value is 40.00%
  • magenta value is 48.15%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(40,48,0,47)
C40M48Y0K47 
(40%,48%,0%,47%)
(0.40/0.48/0.00/0.47)	

CMYK percentages

%40
%48.15
%0
%47.06

Codes

Color #514687 in popluar color models

514687
RGB8170135
HSL250°31.71%40.20%
HSB/HSV250°48.15%52.94%
CMYK40.00%48.15%0.00%
47.06%

Color #514687 in popluar number systems.

HEX514687
Decimal8170135
Binary1010001100011010000111
Octal121106207

Shades and tints

Shades of #514687

#514687
(81,70,135)
#4A407B
(74,64,123)
#433A6F
(67,58,111)
#3C3463
(60,52,99)
#352E57
(53,46,87)
#2E284B
(46,40,75)
#27223F
(39,34,63)
#201C33
(32,28,51)
#191627
(25,22,39)
#12101B
(18,16,27)
#0B0A0F
(11,10,15)
#000000
(0,0,0)

Tints of #514687

#514687
(81,70,135)
#605691
(96,86,145)
#6F669B
(111,102,155)
#7E76A5
(126,118,165)
#8D86AF
(141,134,175)
#9C96B9
(156,150,185)
#ABA6C3
(171,166,195)
#BAB6CD
(186,182,205)
#C9C6D7
(201,198,215)
#D8D6E1
(216,214,225)
#E7E6EB
(231,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #514687 color. Also use rgb(81,70,135) instead hex code.

Text Font Color

.myTextColor { color: #514687; }

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

This text font color is #514687.


Background Color

.myBgColor { background-color: #514687; }

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

This div background color is #514687.


Border color

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

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

This div border color is #514687.


Opacity

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

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

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

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

This text has shadow with #514687 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #514687 on black background.


Color preview on white background

This text has color #514687 on white background.



Black color preview on #514687 background

This text has black color on #514687 background.


White color preview on #514687 background

This text has white color on #514687 background.