COLOR #515880

HEX: #515880
RGB: (81,88,128)

Color info

#515880 contains red, green and blue colors in about the same proportion. Web safe color of #515880 is #666666 (or #666).

RGB color model

#515880 color RGB value is (81,88,128).

  • red value is 81;
  • green value is 88;
  • blue value is 128.
RGB:
(81,88,128)
(32%,35%,50%)

RGB channels and saturation

R 81 of 255 = 32%
G 88 of 255 = 35%
B 128 of 255 = 50%

81
88
128

R + G + B ~ 39%. #515880 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 88 + 128 = 297 (100%)
R 81 of 297 ~ 27.27%
G 88 of 297 ~ 29.63%
B 128 of 297 ~ 43.1%

%27.27
%29.63
%43.1

CMYK color model

#515880 color CMYK value is (37,31,0,50).

  • cyan value is 36.72%
  • magenta value is 31.25%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(37,31,0,50)
C37M31Y0K50 
(37%,31%,0%,50%)
(0.37/0.31/0.00/0.50)	

CMYK percentages

%36.72
%31.25
%0
%49.8

Codes

Color #515880 in popluar color models

515880
RGB8188128
HSL231°22.49%40.98%
HSB/HSV231°36.72%50.20%
CMYK36.72%31.25%0.00%
49.80%

Color #515880 in popluar number systems.

HEX515880
Decimal8188128
Binary1010001101100010000000
Octal121130200

Shades and tints

Shades of #515880

#515880
(81,88,128)
#4A5075
(74,80,117)
#43486A
(67,72,106)
#3C405F
(60,64,95)
#353854
(53,56,84)
#2E3049
(46,48,73)
#27283E
(39,40,62)
#202033
(32,32,51)
#191828
(25,24,40)
#12101D
(18,16,29)
#0B0812
(11,8,18)
#000000
(0,0,0)

Tints of #515880

#515880
(81,88,128)
#60678B
(96,103,139)
#6F7696
(111,118,150)
#7E85A1
(126,133,161)
#8D94AC
(141,148,172)
#9CA3B7
(156,163,183)
#ABB2C2
(171,178,194)
#BAC1CD
(186,193,205)
#C9D0D8
(201,208,216)
#D8DFE3
(216,223,227)
#E7EEEE
(231,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #515880 color. Also use rgb(81,88,128) instead hex code.

Text Font Color

.myTextColor { color: #515880; }

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

This text font color is #515880.


Background Color

.myBgColor { background-color: #515880; }

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

This div background color is #515880.


Border color

.myBorderColor { border: 1px solid #515880; }

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

This div border color is #515880.


Opacity

.myOpacity80 { color: #515880; opacity: 0.8; }

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

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

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

This text has shadow with #515880 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #515880 on black background.


Color preview on white background

This text has color #515880 on white background.



Black color preview on #515880 background

This text has black color on #515880 background.


White color preview on #515880 background

This text has white color on #515880 background.