COLOR #514592

HEX: #514592
RGB: (81,69,146)

Color info

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

RGB color model

#514592 color RGB value is (81,69,146).

  • red value is 81;
  • green value is 69;
  • blue value is 146.
RGB:
(81,69,146)
(32%,27%,57%)

RGB channels and saturation

R 81 of 255 = 32%
G 69 of 255 = 27%
B 146 of 255 = 57%

81
69
146

R + G + B ~ 39%. #514592 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 69 + 146 = 296 (100%)
R 81 of 296 ~ 27.36%
G 69 of 296 ~ 23.31%
B 146 of 296 ~ 49.32%

%27.36
%23.31
%49.32

CMYK color model

#514592 color CMYK value is (45,53,0,43).

  • cyan value is 44.52%
  • magenta value is 52.74%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(45,53,0,43)
C45M53Y0K43 
(45%,53%,0%,43%)
(0.45/0.53/0.00/0.43)	

CMYK percentages

%44.52
%52.74
%0
%42.75

Codes

Color #514592 in popluar color models

514592
RGB8169146
HSL249°35.81%42.16%
HSB/HSV249°52.74%57.25%
CMYK44.52%52.74%0.00%
42.75%

Color #514592 in popluar number systems.

HEX514592
Decimal8169146
Binary1010001100010110010010
Octal121105222

Shades and tints

Shades of #514592

#514592
(81,69,146)
#4A3F85
(74,63,133)
#433978
(67,57,120)
#3C336B
(60,51,107)
#352D5E
(53,45,94)
#2E2751
(46,39,81)
#272144
(39,33,68)
#201B37
(32,27,55)
#19152A
(25,21,42)
#120F1D
(18,15,29)
#0B0910
(11,9,16)
#000000
(0,0,0)

Tints of #514592

#514592
(81,69,146)
#60559B
(96,85,155)
#6F65A4
(111,101,164)
#7E75AD
(126,117,173)
#8D85B6
(141,133,182)
#9C95BF
(156,149,191)
#ABA5C8
(171,165,200)
#BAB5D1
(186,181,209)
#C9C5DA
(201,197,218)
#D8D5E3
(216,213,227)
#E7E5EC
(231,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #514592 color. Also use rgb(81,69,146) instead hex code.

Text Font Color

.myTextColor { color: #514592; }

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

This text font color is #514592.


Background Color

.myBgColor { background-color: #514592; }

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

This div background color is #514592.


Border color

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

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

This div border color is #514592.


Opacity

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

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

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

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

This text has shadow with #514592 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #514592 on black background.


Color preview on white background

This text has color #514592 on white background.



Black color preview on #514592 background

This text has black color on #514592 background.


White color preview on #514592 background

This text has white color on #514592 background.