COLOR #515FB3

HEX: #515FB3
RGB: (81,95,179)

Color info

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

RGB color model

#515FB3 color RGB value is (81,95,179).

  • red value is 81;
  • green value is 95;
  • blue value is 179.
RGB:
(81,95,179)
(32%,37%,70%)

RGB channels and saturation

R 81 of 255 = 32%
G 95 of 255 = 37%
B 179 of 255 = 70%

81
95
179

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

Portions of RGB colors in percentages

R + G + B =
81 + 95 + 179 = 355 (100%)
R 81 of 355 ~ 22.82%
G 95 of 355 ~ 26.76%
B 179 of 355 ~ 50.42%

%22.82
%26.76
%50.42

CMYK color model

#515FB3 color CMYK value is (55,47,0,30).

  • cyan value is 54.75%
  • magenta value is 46.93%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(55,47,0,30)
C55M47Y0K30 
(55%,47%,0%,30%)
(0.55/0.47/0.00/0.30)	

CMYK percentages

%54.75
%46.93
%0
%29.8

Codes

Color #515FB3 in popluar color models

515FB3
RGB8195179
HSL231°39.20%50.98%
HSB/HSV231°54.75%70.20%
CMYK54.75%46.93%0.00%
29.80%

Color #515FB3 in popluar number systems.

HEX515FB3
Decimal8195179
Binary1010001101111110110011
Octal121137263

Shades and tints

Shades of #515FB3

#515FB3
(81,95,179)
#4A57A3
(74,87,163)
#434F93
(67,79,147)
#3C4783
(60,71,131)
#353F73
(53,63,115)
#2E3763
(46,55,99)
#272F53
(39,47,83)
#202743
(32,39,67)
#191F33
(25,31,51)
#121723
(18,23,35)
#0B0F13
(11,15,19)
#000000
(0,0,0)

Tints of #515FB3

#515FB3
(81,95,179)
#606DB9
(96,109,185)
#6F7BBF
(111,123,191)
#7E89C5
(126,137,197)
#8D97CB
(141,151,203)
#9CA5D1
(156,165,209)
#ABB3D7
(171,179,215)
#BAC1DD
(186,193,221)
#C9CFE3
(201,207,227)
#D8DDE9
(216,221,233)
#E7EBEF
(231,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #515FB3 color. Also use rgb(81,95,179) instead hex code.

Text Font Color

.myTextColor { color: #515FB3; }

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

This text font color is #515FB3.


Background Color

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

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

This div background color is #515FB3.


Border color

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

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

This div border color is #515FB3.


Opacity

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

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

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

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

This text has shadow with #515FB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #515FB3 on black background.


Color preview on white background

This text has color #515FB3 on white background.



Black color preview on #515FB3 background

This text has black color on #515FB3 background.


White color preview on #515FB3 background

This text has white color on #515FB3 background.