COLOR #513A5C

HEX: #513A5C
RGB: (81,58,92)

Color info

#513A5C contains red, green and blue colors in about the same proportion. Web safe color of #513A5C is #663366 (or #636).

RGB color model

#513A5C color RGB value is (81,58,92).

  • red value is 81;
  • green value is 58;
  • blue value is 92.
RGB:
(81,58,92)
(32%,23%,36%)

RGB channels and saturation

R 81 of 255 = 32%
G 58 of 255 = 23%
B 92 of 255 = 36%

81
58
92

R + G + B ~ 30%. #513A5C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 58 + 92 = 231 (100%)
R 81 of 231 ~ 35.06%
G 58 of 231 ~ 25.11%
B 92 of 231 ~ 39.83%

%35.06
%25.11
%39.83

CMYK color model

#513A5C color CMYK value is (12,37,0,64).

  • cyan value is 11.96%
  • magenta value is 36.96%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(12,37,0,64)
C12M37Y0K64 
(12%,37%,0%,64%)
(0.12/0.37/0.00/0.64)	

CMYK percentages

%11.96
%36.96
%0
%63.92

Codes

Color #513A5C in popluar color models

513A5C
RGB815892
HSL281°22.67%29.41%
HSB/HSV281°36.96%36.08%
CMYK11.96%36.96%0.00%
63.92%

Color #513A5C in popluar number systems.

HEX513A5C
Decimal815892
Binary10100011110101011100
Octal12172134

Shades and tints

Shades of #513A5C

#513A5C
(81,58,92)
#4A3554
(74,53,84)
#43304C
(67,48,76)
#3C2B44
(60,43,68)
#35263C
(53,38,60)
#2E2134
(46,33,52)
#271C2C
(39,28,44)
#201724
(32,23,36)
#19121C
(25,18,28)
#120D14
(18,13,20)
#0B080C
(11,8,12)
#000000
(0,0,0)

Tints of #513A5C

#513A5C
(81,58,92)
#604B6A
(96,75,106)
#6F5C78
(111,92,120)
#7E6D86
(126,109,134)
#8D7E94
(141,126,148)
#9C8FA2
(156,143,162)
#ABA0B0
(171,160,176)
#BAB1BE
(186,177,190)
#C9C2CC
(201,194,204)
#D8D3DA
(216,211,218)
#E7E4E8
(231,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #513A5C color. Also use rgb(81,58,92) instead hex code.

Text Font Color

.myTextColor { color: #513A5C; }

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

This text font color is #513A5C.


Background Color

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

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

This div background color is #513A5C.


Border color

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

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

This div border color is #513A5C.


Opacity

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

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

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

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

This text has shadow with #513A5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #513A5C on black background.


Color preview on white background

This text has color #513A5C on white background.



Black color preview on #513A5C background

This text has black color on #513A5C background.


White color preview on #513A5C background

This text has white color on #513A5C background.