COLOR #515681

HEX: #515681
RGB: (81,86,129)

Color info

#515681 contains red, green and blue colors in about the same proportion. Web safe color of #515681 is #666699 (or #669).

RGB color model

#515681 color RGB value is (81,86,129).

  • red value is 81;
  • green value is 86;
  • blue value is 129.
RGB:
(81,86,129)
(32%,34%,51%)

RGB channels and saturation

R 81 of 255 = 32%
G 86 of 255 = 34%
B 129 of 255 = 51%

81
86
129

R + G + B ~ 39%. #515681 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 86 + 129 = 296 (100%)
R 81 of 296 ~ 27.36%
G 86 of 296 ~ 29.05%
B 129 of 296 ~ 43.58%

%27.36
%29.05
%43.58

CMYK color model

#515681 color CMYK value is (37,33,0,49).

  • cyan value is 37.21%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(37,33,0,49)
C37M33Y0K49 
(37%,33%,0%,49%)
(0.37/0.33/0.00/0.49)	

CMYK percentages

%37.21
%33.33
%0
%49.41

Codes

Color #515681 in popluar color models

515681
RGB8186129
HSL234°22.86%41.18%
HSB/HSV234°37.21%50.59%
CMYK37.21%33.33%0.00%
49.41%

Color #515681 in popluar number systems.

HEX515681
Decimal8186129
Binary1010001101011010000001
Octal121126201

Shades and tints

Shades of #515681

#515681
(81,86,129)
#4A4F76
(74,79,118)
#43486B
(67,72,107)
#3C4160
(60,65,96)
#353A55
(53,58,85)
#2E334A
(46,51,74)
#272C3F
(39,44,63)
#202534
(32,37,52)
#191E29
(25,30,41)
#12171E
(18,23,30)
#0B1013
(11,16,19)
#000000
(0,0,0)

Tints of #515681

#515681
(81,86,129)
#60658C
(96,101,140)
#6F7497
(111,116,151)
#7E83A2
(126,131,162)
#8D92AD
(141,146,173)
#9CA1B8
(156,161,184)
#ABB0C3
(171,176,195)
#BABFCE
(186,191,206)
#C9CED9
(201,206,217)
#D8DDE4
(216,221,228)
#E7ECEF
(231,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #515681 color. Also use rgb(81,86,129) instead hex code.

Text Font Color

.myTextColor { color: #515681; }

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

This text font color is #515681.


Background Color

.myBgColor { background-color: #515681; }

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

This div background color is #515681.


Border color

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

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

This div border color is #515681.


Opacity

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

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

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

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

This text has shadow with #515681 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #515681 on black background.


Color preview on white background

This text has color #515681 on white background.



Black color preview on #515681 background

This text has black color on #515681 background.


White color preview on #515681 background

This text has white color on #515681 background.