COLOR #513BC0

HEX: #513BC0
RGB: (81,59,192)

Color info

#513BC0 contains mainly blue color. Web safe color of #513BC0 is #6633CC (or #63C).

RGB color model

#513BC0 color RGB value is (81,59,192).

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

RGB channels and saturation

R 81 of 255 = 32%
G 59 of 255 = 23%
B 192 of 255 = 75%

81
59
192

R + G + B ~ 43%. #513BC0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
81 + 59 + 192 = 332 (100%)
R 81 of 332 ~ 24.4%
G 59 of 332 ~ 17.77%
B 192 of 332 ~ 57.83%

%24.4
%17.77
%57.83

CMYK color model

#513BC0 color CMYK value is (58,69,0,25).

  • cyan value is 57.81%
  • magenta value is 69.27%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(58,69,0,25)
C58M69Y0K25 
(58%,69%,0%,25%)
(0.58/0.69/0.00/0.25)	

CMYK percentages

%57.81
%69.27
%0
%24.71

Codes

Color #513BC0 in popluar color models

513BC0
RGB8159192
HSL250°52.99%49.22%
HSB/HSV250°69.27%75.29%
CMYK57.81%69.27%0.00%
24.71%

Color #513BC0 in popluar number systems.

HEX513BC0
Decimal8159192
Binary101000111101111000000
Octal12173300

Shades and tints

Shades of #513BC0

#513BC0
(81,59,192)
#4A36AF
(74,54,175)
#43319E
(67,49,158)
#3C2C8D
(60,44,141)
#35277C
(53,39,124)
#2E226B
(46,34,107)
#271D5A
(39,29,90)
#201849
(32,24,73)
#191338
(25,19,56)
#120E27
(18,14,39)
#0B0916
(11,9,22)
#000000
(0,0,0)

Tints of #513BC0

#513BC0
(81,59,192)
#604CC5
(96,76,197)
#6F5DCA
(111,93,202)
#7E6ECF
(126,110,207)
#8D7FD4
(141,127,212)
#9C90D9
(156,144,217)
#ABA1DE
(171,161,222)
#BAB2E3
(186,178,227)
#C9C3E8
(201,195,232)
#D8D4ED
(216,212,237)
#E7E5F2
(231,229,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #513BC0; }

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

This text font color is #513BC0.


Background Color

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

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

This div background color is #513BC0.


Border color

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

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

This div border color is #513BC0.


Opacity

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

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

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

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

This text has shadow with #513BC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #513BC0 on black background.


Color preview on white background

This text has color #513BC0 on white background.



Black color preview on #513BC0 background

This text has black color on #513BC0 background.


White color preview on #513BC0 background

This text has white color on #513BC0 background.