COLOR #515D9F

HEX: #515D9F
RGB: (81,93,159)

Color info

#515D9F contains mainly blue color. Web safe color of #515D9F is #666699 (or #669).

RGB color model

#515D9F color RGB value is (81,93,159).

  • red value is 81;
  • green value is 93;
  • blue value is 159.
RGB:
(81,93,159)
(32%,36%,62%)

RGB channels and saturation

R 81 of 255 = 32%
G 93 of 255 = 36%
B 159 of 255 = 62%

81
93
159

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

Portions of RGB colors in percentages

R + G + B =
81 + 93 + 159 = 333 (100%)
R 81 of 333 ~ 24.32%
G 93 of 333 ~ 27.93%
B 159 of 333 ~ 47.75%

%24.32
%27.93
%47.75

CMYK color model

#515D9F color CMYK value is (49,42,0,38).

  • cyan value is 49.06%
  • magenta value is 41.51%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(49,42,0,38)
C49M42Y0K38 
(49%,42%,0%,38%)
(0.49/0.42/0.00/0.38)	

CMYK percentages

%49.06
%41.51
%0
%37.65

Codes

Color #515D9F in popluar color models

515D9F
RGB8193159
HSL231°32.50%47.06%
HSB/HSV231°49.06%62.35%
CMYK49.06%41.51%0.00%
37.65%

Color #515D9F in popluar number systems.

HEX515D9F
Decimal8193159
Binary1010001101110110011111
Octal121135237

Shades and tints

Shades of #515D9F

#515D9F
(81,93,159)
#4A5591
(74,85,145)
#434D83
(67,77,131)
#3C4575
(60,69,117)
#353D67
(53,61,103)
#2E3559
(46,53,89)
#272D4B
(39,45,75)
#20253D
(32,37,61)
#191D2F
(25,29,47)
#121521
(18,21,33)
#0B0D13
(11,13,19)
#000000
(0,0,0)

Tints of #515D9F

#515D9F
(81,93,159)
#606BA7
(96,107,167)
#6F79AF
(111,121,175)
#7E87B7
(126,135,183)
#8D95BF
(141,149,191)
#9CA3C7
(156,163,199)
#ABB1CF
(171,177,207)
#BABFD7
(186,191,215)
#C9CDDF
(201,205,223)
#D8DBE7
(216,219,231)
#E7E9EF
(231,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #515D9F color. Also use rgb(81,93,159) instead hex code.

Text Font Color

.myTextColor { color: #515D9F; }

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

This text font color is #515D9F.


Background Color

.myBgColor { background-color: #515D9F; }

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

This div background color is #515D9F.


Border color

.myBorderColor { border: 1px solid #515D9F; }

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

This div border color is #515D9F.


Opacity

.myOpacity80 { color: #515D9F; opacity: 0.8; }

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

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

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

This text has shadow with #515D9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #515D9F on black background.


Color preview on white background

This text has color #515D9F on white background.



Black color preview on #515D9F background

This text has black color on #515D9F background.


White color preview on #515D9F background

This text has white color on #515D9F background.