COLOR #518085

HEX: #518085
RGB: (81,128,133)

Color info

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

RGB color model

#518085 color RGB value is (81,128,133).

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

RGB channels and saturation

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

81
128
133

R + G + B ~ 45%. #518085 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
81 + 128 + 133 = 342 (100%)
R 81 of 342 ~ 23.68%
G 128 of 342 ~ 37.43%
B 133 of 342 ~ 38.89%

%23.68
%37.43
%38.89

CMYK color model

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

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

CMYK percentages

%39.1
%3.76
%0
%47.84

Codes

Color #518085 in popluar color models

518085
RGB81128133
HSL186°24.30%41.96%
HSB/HSV186°39.10%52.16%
CMYK39.10%3.76%0.00%
47.84%

Color #518085 in popluar number systems.

HEX518085
Decimal81128133
Binary10100011000000010000101
Octal121200205

Shades and tints

Shades of #518085

#518085
(81,128,133)
#4A7579
(74,117,121)
#436A6D
(67,106,109)
#3C5F61
(60,95,97)
#355455
(53,84,85)
#2E4949
(46,73,73)
#273E3D
(39,62,61)
#203331
(32,51,49)
#192825
(25,40,37)
#121D19
(18,29,25)
#0B120D
(11,18,13)
#000000
(0,0,0)

Tints of #518085

#518085
(81,128,133)
#608B90
(96,139,144)
#6F969B
(111,150,155)
#7EA1A6
(126,161,166)
#8DACB1
(141,172,177)
#9CB7BC
(156,183,188)
#ABC2C7
(171,194,199)
#BACDD2
(186,205,210)
#C9D8DD
(201,216,221)
#D8E3E8
(216,227,232)
#E7EEF3
(231,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #518085; }

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

This text font color is #518085.


Background Color

.myBgColor { background-color: #518085; }

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

This div background color is #518085.


Border color

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

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

This div border color is #518085.


Opacity

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

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

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

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

This text has shadow with #518085 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #518085 on black background.


Color preview on white background

This text has color #518085 on white background.



Black color preview on #518085 background

This text has black color on #518085 background.


White color preview on #518085 background

This text has white color on #518085 background.