COLOR #515E7D

HEX: #515E7D RGB: (81,94,125)

Color info

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

RGB color model

#515E7D color RGB value is (81,94,125).

RGB: (81,94,125) (32%, 37%, 49%)

RGB channels and saturation

R 81 of 255 = 32%
G 94 of 255 = 37%
B 125 of 255 = 49%

81
94
125

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

Portions of RGB colors in percentages

R + G + B = 81 + 94 + 125 = 300 (100%)
R 81 of 300 ~ 27%
G 94 of 300 ~ 31.33%
B 125 of 300 ~ 41.67'%

%27
%31.33
%41.67

CMYK color model

#515E7D color CMYK value is (35,25,0,51).

  • cyan value is 35.20%
  • magenta value is 24.80%
  • yellow value is 0.00%
  • key color value is 50.98%

CMYK: (35,25,0,51)
C35M25Y0K51 (35%, 25%, 0%, 51%)
(0.35 / 0.25 / 0.00 / 0.51)

CMYK percentages

%35.2
%24.8
%0
%50.98

Codes

Color #515E7D in popluar color models

51 5E 7D
RGB 81 94 125
HSL 222° 21.36% 40.39%
HSB/HSV 222° 35.20% 49.02%
CMYK 35.20% 24.80% 0.00%
50.98%

Color #515E7D in popluar number systems.

HEX 51 5E 7D
Decimal 81 94 125
Binary 1010001 1011110 1111101
Octal 121 136 175

Shades and tints

Shades of #515E7D

#515E7D
(81,94,125)
#4A5672
(74,86,114)
#434E67
(67,78,103)
#3C465C
(60,70,92)
#353E51
(53,62,81)
#2E3646
(46,54,70)
#272E3B
(39,46,59)
#202630
(32,38,48)
#191E25
(25,30,37)
#12161A
(18,22,26)
#0B0E0F
(11,14,15)
#000000
(0,0,0)

Tints of #515E7D

#515E7D
(81,94,125)
#606C88
(96,108,136)
#6F7A93
(111,122,147)
#7E889E
(126,136,158)
#8D96A9
(141,150,169)
#9CA4B4
(156,164,180)
#ABB2BF
(171,178,191)
#BAC0CA
(186,192,202)
#C9CED5
(201,206,213)
#D8DCE0
(216,220,224)
#E7EAEB
(231,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #515E7D; }

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

This text font color is #515E7D.

Background Color

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

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

This div background color is #515E7D.

Border color

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

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

This div border color is #515E7D.

Opacity

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

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

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

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

This text has shadow with #515E7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #515E7D.

Preview

Color preview on black background

This text has color #515E7D on black background.


Color preview on white background

This text has color #515E7D on white background.


Black color preview on #515E7D background

This text has black color on #515E7D background.


White color preview on #515E7D background

This text has white color on #515E7D background.


Related colors

Complementary color

Complementary color for #hex is #AEA182.


I love getcolorcode.com

Triadic colors

1 #7D515E and #5E7D51 with #515E7D are triadic colors.

2 #7D5E51 and #5E517D with #515E7D are triadic colors.