COLOR #515D8E

HEX: #515D8E
RGB: (81,93,142)

Color info

#515D8E contains mainly green and blue colors. Web safe color of #515D8E is #666699 (or #669).

RGB color model

#515D8E color RGB value is (81,93,142).

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

RGB channels and saturation

R 81 of 255 = 32%
G 93 of 255 = 36%
B 142 of 255 = 56%

81
93
142

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

Portions of RGB colors in percentages

R + G + B =
81 + 93 + 142 = 316 (100%)
R 81 of 316 ~ 25.63%
G 93 of 316 ~ 29.43%
B 142 of 316 ~ 44.94%

%25.63
%29.43
%44.94

CMYK color model

#515D8E color CMYK value is (43,35,0,44).

  • cyan value is 42.96%
  • magenta value is 34.51%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(43,35,0,44)
C43M35Y0K44 
(43%,35%,0%,44%)
(0.43/0.35/0.00/0.44)	

CMYK percentages

%42.96
%34.51
%0
%44.31

Codes

Color #515D8E in popluar color models

515D8E
RGB8193142
HSL228°27.35%43.73%
HSB/HSV228°42.96%55.69%
CMYK42.96%34.51%0.00%
44.31%

Color #515D8E in popluar number systems.

HEX515D8E
Decimal8193142
Binary1010001101110110001110
Octal121135216

Shades and tints

Shades of #515D8E

#515D8E
(81,93,142)
#4A5582
(74,85,130)
#434D76
(67,77,118)
#3C456A
(60,69,106)
#353D5E
(53,61,94)
#2E3552
(46,53,82)
#272D46
(39,45,70)
#20253A
(32,37,58)
#191D2E
(25,29,46)
#121522
(18,21,34)
#0B0D16
(11,13,22)
#000000
(0,0,0)

Tints of #515D8E

#515D8E
(81,93,142)
#606B98
(96,107,152)
#6F79A2
(111,121,162)
#7E87AC
(126,135,172)
#8D95B6
(141,149,182)
#9CA3C0
(156,163,192)
#ABB1CA
(171,177,202)
#BABFD4
(186,191,212)
#C9CDDE
(201,205,222)
#D8DBE8
(216,219,232)
#E7E9F2
(231,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #515D8E; }

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

This text font color is #515D8E.


Background Color

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

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

This div background color is #515D8E.


Border color

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

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

This div border color is #515D8E.


Opacity

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

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

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

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

This text has shadow with #515D8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #515D8E on black background.


Color preview on white background

This text has color #515D8E on white background.



Black color preview on #515D8E background

This text has black color on #515D8E background.


White color preview on #515D8E background

This text has white color on #515D8E background.