COLOR #515185

HEX: #515185
RGB: (81,81,133)

Color info

#515185 contains red, green and blue colors in about the same proportion. Web safe color of #515185 is #666699 (or #669).

RGB color model

#515185 color RGB value is (81,81,133).

  • red value is 81;
  • green value is 81;
  • blue value is 133.
RGB:
(81,81,133)
(32%,32%,52%)

RGB channels and saturation

R 81 of 255 = 32%
G 81 of 255 = 32%
B 133 of 255 = 52%

81
81
133

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

Portions of RGB colors in percentages

R + G + B =
81 + 81 + 133 = 295 (100%)
R 81 of 295 ~ 27.46%
G 81 of 295 ~ 27.46%
B 133 of 295 ~ 45.08%

%27.46
%27.46
%45.08

CMYK color model

#515185 color CMYK value is (39,39,0,48).

  • cyan value is 39.10%
  • magenta value is 39.10%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(39,39,0,48)
C39M39Y0K48 
(39%,39%,0%,48%)
(0.39/0.39/0.00/0.48)	

CMYK percentages

%39.1
%39.1
%0
%47.84

Codes

Color #515185 in popluar color models

515185
RGB8181133
HSL240°24.30%41.96%
HSB/HSV240°39.10%52.16%
CMYK39.10%39.10%0.00%
47.84%

Color #515185 in popluar number systems.

HEX515185
Decimal8181133
Binary1010001101000110000101
Octal121121205

Shades and tints

Shades of #515185

#515185
(81,81,133)
#4A4A79
(74,74,121)
#43436D
(67,67,109)
#3C3C61
(60,60,97)
#353555
(53,53,85)
#2E2E49
(46,46,73)
#27273D
(39,39,61)
#202031
(32,32,49)
#191925
(25,25,37)
#121219
(18,18,25)
#0B0B0D
(11,11,13)
#000000
(0,0,0)

Tints of #515185

#515185
(81,81,133)
#606090
(96,96,144)
#6F6F9B
(111,111,155)
#7E7EA6
(126,126,166)
#8D8DB1
(141,141,177)
#9C9CBC
(156,156,188)
#ABABC7
(171,171,199)
#BABAD2
(186,186,210)
#C9C9DD
(201,201,221)
#D8D8E8
(216,216,232)
#E7E7F3
(231,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #515185; }

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

This text font color is #515185.


Background Color

.myBgColor { background-color: #515185; }

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

This div background color is #515185.


Border color

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

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

This div border color is #515185.


Opacity

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

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

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

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

This text has shadow with #515185 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #515185 on black background.


Color preview on white background

This text has color #515185 on white background.



Black color preview on #515185 background

This text has black color on #515185 background.


White color preview on #515185 background

This text has white color on #515185 background.