COLOR #513D89

HEX: #513D89
RGB: (81,61,137)

Color info

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

RGB color model

#513D89 color RGB value is (81,61,137).

  • red value is 81;
  • green value is 61;
  • blue value is 137.
RGB:
(81,61,137)
(32%,24%,54%)

RGB channels and saturation

R 81 of 255 = 32%
G 61 of 255 = 24%
B 137 of 255 = 54%

81
61
137

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

Portions of RGB colors in percentages

R + G + B =
81 + 61 + 137 = 279 (100%)
R 81 of 279 ~ 29.03%
G 61 of 279 ~ 21.86%
B 137 of 279 ~ 49.1%

%29.03
%21.86
%49.1

CMYK color model

#513D89 color CMYK value is (41,55,0,46).

  • cyan value is 40.88%
  • magenta value is 55.47%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(41,55,0,46)
C41M55Y0K46 
(41%,55%,0%,46%)
(0.41/0.55/0.00/0.46)	

CMYK percentages

%40.88
%55.47
%0
%46.27

Codes

Color #513D89 in popluar color models

513D89
RGB8161137
HSL256°38.38%38.82%
HSB/HSV256°55.47%53.73%
CMYK40.88%55.47%0.00%
46.27%

Color #513D89 in popluar number systems.

HEX513D89
Decimal8161137
Binary101000111110110001001
Octal12175211

Shades and tints

Shades of #513D89

#513D89
(81,61,137)
#4A387D
(74,56,125)
#433371
(67,51,113)
#3C2E65
(60,46,101)
#352959
(53,41,89)
#2E244D
(46,36,77)
#271F41
(39,31,65)
#201A35
(32,26,53)
#191529
(25,21,41)
#12101D
(18,16,29)
#0B0B11
(11,11,17)
#000000
(0,0,0)

Tints of #513D89

#513D89
(81,61,137)
#604E93
(96,78,147)
#6F5F9D
(111,95,157)
#7E70A7
(126,112,167)
#8D81B1
(141,129,177)
#9C92BB
(156,146,187)
#ABA3C5
(171,163,197)
#BAB4CF
(186,180,207)
#C9C5D9
(201,197,217)
#D8D6E3
(216,214,227)
#E7E7ED
(231,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #513D89 color. Also use rgb(81,61,137) instead hex code.

Text Font Color

.myTextColor { color: #513D89; }

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

This text font color is #513D89.


Background Color

.myBgColor { background-color: #513D89; }

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

This div background color is #513D89.


Border color

.myBorderColor { border: 1px solid #513D89; }

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

This div border color is #513D89.


Opacity

.myOpacity80 { color: #513D89; opacity: 0.8; }

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

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

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

This text has shadow with #513D89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #513D89 on black background.


Color preview on white background

This text has color #513D89 on white background.



Black color preview on #513D89 background

This text has black color on #513D89 background.


White color preview on #513D89 background

This text has white color on #513D89 background.