COLOR #513690

HEX: #513690
RGB: (81,54,144)

Color info

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

RGB color model

#513690 color RGB value is (81,54,144).

  • red value is 81;
  • green value is 54;
  • blue value is 144.
RGB:
(81,54,144)
(32%,21%,56%)

RGB channels and saturation

R 81 of 255 = 32%
G 54 of 255 = 21%
B 144 of 255 = 56%

81
54
144

R + G + B ~ 36%. #513690 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 54 + 144 = 279 (100%)
R 81 of 279 ~ 29.03%
G 54 of 279 ~ 19.35%
B 144 of 279 ~ 51.61%

%29.03
%19.35
%51.61

CMYK color model

#513690 color CMYK value is (44,63,0,44).

  • cyan value is 43.75%
  • magenta value is 62.50%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(44,63,0,44)
C44M63Y0K44 
(44%,63%,0%,44%)
(0.44/0.63/0.00/0.44)	

CMYK percentages

%43.75
%62.5
%0
%43.53

Codes

Color #513690 in popluar color models

513690
RGB8154144
HSL258°45.45%38.82%
HSB/HSV258°62.50%56.47%
CMYK43.75%62.50%0.00%
43.53%

Color #513690 in popluar number systems.

HEX513690
Decimal8154144
Binary101000111011010010000
Octal12166220

Shades and tints

Shades of #513690

#513690
(81,54,144)
#4A3283
(74,50,131)
#432E76
(67,46,118)
#3C2A69
(60,42,105)
#35265C
(53,38,92)
#2E224F
(46,34,79)
#271E42
(39,30,66)
#201A35
(32,26,53)
#191628
(25,22,40)
#12121B
(18,18,27)
#0B0E0E
(11,14,14)
#000000
(0,0,0)

Tints of #513690

#513690
(81,54,144)
#60489A
(96,72,154)
#6F5AA4
(111,90,164)
#7E6CAE
(126,108,174)
#8D7EB8
(141,126,184)
#9C90C2
(156,144,194)
#ABA2CC
(171,162,204)
#BAB4D6
(186,180,214)
#C9C6E0
(201,198,224)
#D8D8EA
(216,216,234)
#E7EAF4
(231,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #513690 color. Also use rgb(81,54,144) instead hex code.

Text Font Color

.myTextColor { color: #513690; }

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

This text font color is #513690.


Background Color

.myBgColor { background-color: #513690; }

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

This div background color is #513690.


Border color

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

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

This div border color is #513690.


Opacity

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

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

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

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

This text has shadow with #513690 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #513690 on black background.


Color preview on white background

This text has color #513690 on white background.



Black color preview on #513690 background

This text has black color on #513690 background.


White color preview on #513690 background

This text has white color on #513690 background.