COLOR #515B9B

HEX: #515B9B
RGB: (81,91,155)

Color info

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

RGB color model

#515B9B color RGB value is (81,91,155).

  • red value is 81;
  • green value is 91;
  • blue value is 155.
RGB:
(81,91,155)
(32%,36%,61%)

RGB channels and saturation

R 81 of 255 = 32%
G 91 of 255 = 36%
B 155 of 255 = 61%

81
91
155

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

Portions of RGB colors in percentages

R + G + B =
81 + 91 + 155 = 327 (100%)
R 81 of 327 ~ 24.77%
G 91 of 327 ~ 27.83%
B 155 of 327 ~ 47.4%

%24.77
%27.83
%47.4

CMYK color model

#515B9B color CMYK value is (48,41,0,39).

  • cyan value is 47.74%
  • magenta value is 41.29%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(48,41,0,39)
C48M41Y0K39 
(48%,41%,0%,39%)
(0.48/0.41/0.00/0.39)	

CMYK percentages

%47.74
%41.29
%0
%39.22

Codes

Color #515B9B in popluar color models

515B9B
RGB8191155
HSL232°31.36%46.27%
HSB/HSV232°47.74%60.78%
CMYK47.74%41.29%0.00%
39.22%

Color #515B9B in popluar number systems.

HEX515B9B
Decimal8191155
Binary1010001101101110011011
Octal121133233

Shades and tints

Shades of #515B9B

#515B9B
(81,91,155)
#4A538D
(74,83,141)
#434B7F
(67,75,127)
#3C4371
(60,67,113)
#353B63
(53,59,99)
#2E3355
(46,51,85)
#272B47
(39,43,71)
#202339
(32,35,57)
#191B2B
(25,27,43)
#12131D
(18,19,29)
#0B0B0F
(11,11,15)
#000000
(0,0,0)

Tints of #515B9B

#515B9B
(81,91,155)
#6069A4
(96,105,164)
#6F77AD
(111,119,173)
#7E85B6
(126,133,182)
#8D93BF
(141,147,191)
#9CA1C8
(156,161,200)
#ABAFD1
(171,175,209)
#BABDDA
(186,189,218)
#C9CBE3
(201,203,227)
#D8D9EC
(216,217,236)
#E7E7F5
(231,231,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #515B9B color. Also use rgb(81,91,155) instead hex code.

Text Font Color

.myTextColor { color: #515B9B; }

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

This text font color is #515B9B.


Background Color

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

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

This div background color is #515B9B.


Border color

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

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

This div border color is #515B9B.


Opacity

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

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

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

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

This text has shadow with #515B9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #515B9B on black background.


Color preview on white background

This text has color #515B9B on white background.



Black color preview on #515B9B background

This text has black color on #515B9B background.


White color preview on #515B9B background

This text has white color on #515B9B background.