COLOR #515FB8

HEX: #515FB8
RGB: (81,95,184)

Color info

#515FB8 contains mainly blue color. Web safe color of #515FB8 is #6666CC (or #66C).

RGB color model

#515FB8 color RGB value is (81,95,184).

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

RGB channels and saturation

R 81 of 255 = 32%
G 95 of 255 = 37%
B 184 of 255 = 72%

81
95
184

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

Portions of RGB colors in percentages

R + G + B =
81 + 95 + 184 = 360 (100%)
R 81 of 360 ~ 22.5%
G 95 of 360 ~ 26.39%
B 184 of 360 ~ 51.11%

%22.5
%26.39
%51.11

CMYK color model

#515FB8 color CMYK value is (56,48,0,28).

  • cyan value is 55.98%
  • magenta value is 48.37%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(56,48,0,28)
C56M48Y0K28 
(56%,48%,0%,28%)
(0.56/0.48/0.00/0.28)	

CMYK percentages

%55.98
%48.37
%0
%27.84

Codes

Color #515FB8 in popluar color models

515FB8
RGB8195184
HSL232°42.04%51.96%
HSB/HSV232°55.98%72.16%
CMYK55.98%48.37%0.00%
27.84%

Color #515FB8 in popluar number systems.

HEX515FB8
Decimal8195184
Binary1010001101111110111000
Octal121137270

Shades and tints

Shades of #515FB8

#515FB8
(81,95,184)
#4A57A8
(74,87,168)
#434F98
(67,79,152)
#3C4788
(60,71,136)
#353F78
(53,63,120)
#2E3768
(46,55,104)
#272F58
(39,47,88)
#202748
(32,39,72)
#191F38
(25,31,56)
#121728
(18,23,40)
#0B0F18
(11,15,24)
#000000
(0,0,0)

Tints of #515FB8

#515FB8
(81,95,184)
#606DBE
(96,109,190)
#6F7BC4
(111,123,196)
#7E89CA
(126,137,202)
#8D97D0
(141,151,208)
#9CA5D6
(156,165,214)
#ABB3DC
(171,179,220)
#BAC1E2
(186,193,226)
#C9CFE8
(201,207,232)
#D8DDEE
(216,221,238)
#E7EBF4
(231,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #515FB8; }

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

This text font color is #515FB8.


Background Color

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

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

This div background color is #515FB8.


Border color

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

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

This div border color is #515FB8.


Opacity

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

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

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

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

This text has shadow with #515FB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #515FB8 on black background.


Color preview on white background

This text has color #515FB8 on white background.



Black color preview on #515FB8 background

This text has black color on #515FB8 background.


White color preview on #515FB8 background

This text has white color on #515FB8 background.