COLOR #515588

HEX: #515588
RGB: (81,85,136)

Color info

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

RGB color model

#515588 color RGB value is (81,85,136).

  • red value is 81;
  • green value is 85;
  • blue value is 136.
RGB:
(81,85,136)
(32%,33%,53%)

RGB channels and saturation

R 81 of 255 = 32%
G 85 of 255 = 33%
B 136 of 255 = 53%

81
85
136

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

Portions of RGB colors in percentages

R + G + B =
81 + 85 + 136 = 302 (100%)
R 81 of 302 ~ 26.82%
G 85 of 302 ~ 28.15%
B 136 of 302 ~ 45.03%

%26.82
%28.15
%45.03

CMYK color model

#515588 color CMYK value is (40,38,0,47).

  • cyan value is 40.44%
  • magenta value is 37.50%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(40,38,0,47)
C40M38Y0K47 
(40%,38%,0%,47%)
(0.40/0.38/0.00/0.47)	

CMYK percentages

%40.44
%37.5
%0
%46.67

Codes

Color #515588 in popluar color models

515588
RGB8185136
HSL236°25.35%42.55%
HSB/HSV236°40.44%53.33%
CMYK40.44%37.50%0.00%
46.67%

Color #515588 in popluar number systems.

HEX515588
Decimal8185136
Binary1010001101010110001000
Octal121125210

Shades and tints

Shades of #515588

#515588
(81,85,136)
#4A4E7C
(74,78,124)
#434770
(67,71,112)
#3C4064
(60,64,100)
#353958
(53,57,88)
#2E324C
(46,50,76)
#272B40
(39,43,64)
#202434
(32,36,52)
#191D28
(25,29,40)
#12161C
(18,22,28)
#0B0F10
(11,15,16)
#000000
(0,0,0)

Tints of #515588

#515588
(81,85,136)
#606492
(96,100,146)
#6F739C
(111,115,156)
#7E82A6
(126,130,166)
#8D91B0
(141,145,176)
#9CA0BA
(156,160,186)
#ABAFC4
(171,175,196)
#BABECE
(186,190,206)
#C9CDD8
(201,205,216)
#D8DCE2
(216,220,226)
#E7EBEC
(231,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #515588; }

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

This text font color is #515588.


Background Color

.myBgColor { background-color: #515588; }

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

This div background color is #515588.


Border color

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

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

This div border color is #515588.


Opacity

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

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

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

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

This text has shadow with #515588 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #515588 on black background.


Color preview on white background

This text has color #515588 on white background.



Black color preview on #515588 background

This text has black color on #515588 background.


White color preview on #515588 background

This text has white color on #515588 background.