COLOR #5D86AD

HEX: #5D86AD
RGB: (93,134,173)

Color info

#5D86AD contains mainly green and blue colors. Web safe color of #5D86AD is #669999 (or #699).

RGB color model

#5D86AD color RGB value is (93,134,173).

  • red value is 93;
  • green value is 134;
  • blue value is 173.
RGB:
(93,134,173)
(36%,53%,68%)

RGB channels and saturation

R 93 of 255 = 36%
G 134 of 255 = 53%
B 173 of 255 = 68%

93
134
173

R + G + B ~ 52%. #5D86AD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
93 + 134 + 173 = 400 (100%)
R 93 of 400 ~ 23.25%
G 134 of 400 ~ 33.5%
B 173 of 400 ~ 43.25%

%23.25
%33.5
%43.25

CMYK color model

#5D86AD color CMYK value is (46,23,0,32).

  • cyan value is 46.24%
  • magenta value is 22.54%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(46,23,0,32)
C46M23Y0K32 
(46%,23%,0%,32%)
(0.46/0.23/0.00/0.32)	

CMYK percentages

%46.24
%22.54
%0
%32.16

Codes

Color #5D86AD in popluar color models

5D86AD
RGB93134173
HSL209°32.79%52.16%
HSB/HSV209°46.24%67.84%
CMYK46.24%22.54%0.00%
32.16%

Color #5D86AD in popluar number systems.

HEX5D86AD
Decimal93134173
Binary10111011000011010101101
Octal135206255

Shades and tints

Shades of #5D86AD

#5D86AD
(93,134,173)
#557A9E
(85,122,158)
#4D6E8F
(77,110,143)
#456280
(69,98,128)
#3D5671
(61,86,113)
#354A62
(53,74,98)
#2D3E53
(45,62,83)
#253244
(37,50,68)
#1D2635
(29,38,53)
#151A26
(21,26,38)
#0D0E17
(13,14,23)
#000000
(0,0,0)

Tints of #5D86AD

#5D86AD
(93,134,173)
#6B91B4
(107,145,180)
#799CBB
(121,156,187)
#87A7C2
(135,167,194)
#95B2C9
(149,178,201)
#A3BDD0
(163,189,208)
#B1C8D7
(177,200,215)
#BFD3DE
(191,211,222)
#CDDEE5
(205,222,229)
#DBE9EC
(219,233,236)
#E9F4F3
(233,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D86AD color. Also use rgb(93,134,173) instead hex code.

Text Font Color

.myTextColor { color: #5D86AD; }

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

This text font color is #5D86AD.


Background Color

.myBgColor { background-color: #5D86AD; }

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

This div background color is #5D86AD.


Border color

.myBorderColor { border: 1px solid #5D86AD; }

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

This div border color is #5D86AD.


Opacity

.myOpacity80 { color: #5D86AD; opacity: 0.8; }

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

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

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

This text has shadow with #5D86AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D86AD on black background.


Color preview on white background

This text has color #5D86AD on white background.



Black color preview on #5D86AD background

This text has black color on #5D86AD background.


White color preview on #5D86AD background

This text has white color on #5D86AD background.