COLOR #513B8D

HEX: #513B8D
RGB: (81,59,141)

Color info

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

RGB color model

#513B8D color RGB value is (81,59,141).

  • red value is 81;
  • green value is 59;
  • blue value is 141.
RGB:
(81,59,141)
(32%,23%,55%)

RGB channels and saturation

R 81 of 255 = 32%
G 59 of 255 = 23%
B 141 of 255 = 55%

81
59
141

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

Portions of RGB colors in percentages

R + G + B =
81 + 59 + 141 = 281 (100%)
R 81 of 281 ~ 28.83%
G 59 of 281 ~ 21%
B 141 of 281 ~ 50.18%

%28.83
%21
%50.18

CMYK color model

#513B8D color CMYK value is (43,58,0,45).

  • cyan value is 42.55%
  • magenta value is 58.16%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(43,58,0,45)
C43M58Y0K45 
(43%,58%,0%,45%)
(0.43/0.58/0.00/0.45)	

CMYK percentages

%42.55
%58.16
%0
%44.71

Codes

Color #513B8D in popluar color models

513B8D
RGB8159141
HSL256°41.00%39.22%
HSB/HSV256°58.16%55.29%
CMYK42.55%58.16%0.00%
44.71%

Color #513B8D in popluar number systems.

HEX513B8D
Decimal8159141
Binary101000111101110001101
Octal12173215

Shades and tints

Shades of #513B8D

#513B8D
(81,59,141)
#4A3681
(74,54,129)
#433175
(67,49,117)
#3C2C69
(60,44,105)
#35275D
(53,39,93)
#2E2251
(46,34,81)
#271D45
(39,29,69)
#201839
(32,24,57)
#19132D
(25,19,45)
#120E21
(18,14,33)
#0B0915
(11,9,21)
#000000
(0,0,0)

Tints of #513B8D

#513B8D
(81,59,141)
#604C97
(96,76,151)
#6F5DA1
(111,93,161)
#7E6EAB
(126,110,171)
#8D7FB5
(141,127,181)
#9C90BF
(156,144,191)
#ABA1C9
(171,161,201)
#BAB2D3
(186,178,211)
#C9C3DD
(201,195,221)
#D8D4E7
(216,212,231)
#E7E5F1
(231,229,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #513B8D color. Also use rgb(81,59,141) instead hex code.

Text Font Color

.myTextColor { color: #513B8D; }

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

This text font color is #513B8D.


Background Color

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

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

This div background color is #513B8D.


Border color

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

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

This div border color is #513B8D.


Opacity

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

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

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

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

This text has shadow with #513B8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #513B8D on black background.


Color preview on white background

This text has color #513B8D on white background.



Black color preview on #513B8D background

This text has black color on #513B8D background.


White color preview on #513B8D background

This text has white color on #513B8D background.