COLOR #515E95

HEX: #515E95 RGB: (81,94,149)

Color info

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

RGB color model

#515E95 color RGB value is (81,94,149).

RGB: (81,94,149) (32%, 37%, 58%)

RGB channels and saturation

R 81 of 255 = 32%
G 94 of 255 = 37%
B 149 of 255 = 58%

81
94
149

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

Portions of RGB colors in percentages

R + G + B = 81 + 94 + 149 = 324 (100%)
R 81 of 324 ~ 25%
G 94 of 324 ~ 29.01%
B 149 of 324 ~ 45.99'%

%25
%29.01
%45.99

CMYK color model

#515E95 color CMYK value is (46,37,0,42).

  • cyan value is 45.64%
  • magenta value is 36.91%
  • yellow value is 0.00%
  • key color value is 41.57%

CMYK: (46,37,0,42)
C46M37Y0K42 (46%, 37%, 0%, 42%)
(0.46 / 0.37 / 0.00 / 0.42)

CMYK percentages

%45.64
%36.91
%0
%41.57

Codes

Color #515E95 in popluar color models

51 5E 95
RGB 81 94 149
HSL 229° 29.57% 45.10%
HSB/HSV 229° 45.64% 58.43%
CMYK 45.64% 36.91% 0.00%
41.57%

Color #515E95 in popluar number systems.

HEX 51 5E 95
Decimal 81 94 149
Binary 1010001 1011110 10010101
Octal 121 136 225

Shades and tints

Shades of #515E95

#515E95
(81,94,149)
#4A5688
(74,86,136)
#434E7B
(67,78,123)
#3C466E
(60,70,110)
#353E61
(53,62,97)
#2E3654
(46,54,84)
#272E47
(39,46,71)
#20263A
(32,38,58)
#191E2D
(25,30,45)
#121620
(18,22,32)
#0B0E13
(11,14,19)
#000000
(0,0,0)

Tints of #515E95

#515E95
(81,94,149)
#606C9E
(96,108,158)
#6F7AA7
(111,122,167)
#7E88B0
(126,136,176)
#8D96B9
(141,150,185)
#9CA4C2
(156,164,194)
#ABB2CB
(171,178,203)
#BAC0D4
(186,192,212)
#C9CEDD
(201,206,221)
#D8DCE6
(216,220,230)
#E7EAEF
(231,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #515E95 color. Also use rgb(81,94,149) instead hex code.

Text Font Color

.myTextColor { color: #515E95; }

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

This text font color is #515E95.

Background Color

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

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

This div background color is #515E95.

Border color

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

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

This div border color is #515E95.

Opacity

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

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

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

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

This text has shadow with #515E95 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #515E95.

Preview

Color preview on black background

This text has color #515E95 on black background.


Color preview on white background

This text has color #515E95 on white background.


Black color preview on #515E95 background

This text has black color on #515E95 background.


White color preview on #515E95 background

This text has white color on #515E95 background.


Related colors

Complementary color

Complementary color for #hex is #AEA16A.


I love getcolorcode.com

Triadic colors

1 #95515E and #5E9551 with #515E95 are triadic colors.

2 #955E51 and #5E5195 with #515E95 are triadic colors.