COLOR #5D85A4

HEX: #5D85A4
RGB: (93,133,164)

Color info

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

RGB color model

#5D85A4 color RGB value is (93,133,164).

  • red value is 93;
  • green value is 133;
  • blue value is 164.
RGB:
(93,133,164)
(36%,52%,64%)

RGB channels and saturation

R 93 of 255 = 36%
G 133 of 255 = 52%
B 164 of 255 = 64%

93
133
164

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

Portions of RGB colors in percentages

R + G + B =
93 + 133 + 164 = 390 (100%)
R 93 of 390 ~ 23.85%
G 133 of 390 ~ 34.1%
B 164 of 390 ~ 42.05%

%23.85
%34.1
%42.05

CMYK color model

#5D85A4 color CMYK value is (43,19,0,36).

  • cyan value is 43.29%
  • magenta value is 18.90%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(43,19,0,36)
C43M19Y0K36 
(43%,19%,0%,36%)
(0.43/0.19/0.00/0.36)	

CMYK percentages

%43.29
%18.9
%0
%35.69

Codes

Color #5D85A4 in popluar color models

5D85A4
RGB93133164
HSL206°28.06%50.39%
HSB/HSV206°43.29%64.31%
CMYK43.29%18.90%0.00%
35.69%

Color #5D85A4 in popluar number systems.

HEX5D85A4
Decimal93133164
Binary10111011000010110100100
Octal135205244

Shades and tints

Shades of #5D85A4

#5D85A4
(93,133,164)
#557996
(85,121,150)
#4D6D88
(77,109,136)
#45617A
(69,97,122)
#3D556C
(61,85,108)
#35495E
(53,73,94)
#2D3D50
(45,61,80)
#253142
(37,49,66)
#1D2534
(29,37,52)
#151926
(21,25,38)
#0D0D18
(13,13,24)
#000000
(0,0,0)

Tints of #5D85A4

#5D85A4
(93,133,164)
#6B90AC
(107,144,172)
#799BB4
(121,155,180)
#87A6BC
(135,166,188)
#95B1C4
(149,177,196)
#A3BCCC
(163,188,204)
#B1C7D4
(177,199,212)
#BFD2DC
(191,210,220)
#CDDDE4
(205,221,228)
#DBE8EC
(219,232,236)
#E9F3F4
(233,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D85A4 color. Also use rgb(93,133,164) instead hex code.

Text Font Color

.myTextColor { color: #5D85A4; }

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

This text font color is #5D85A4.


Background Color

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

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

This div background color is #5D85A4.


Border color

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

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

This div border color is #5D85A4.


Opacity

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

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

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

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

This text has shadow with #5D85A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D85A4 on black background.


Color preview on white background

This text has color #5D85A4 on white background.



Black color preview on #5D85A4 background

This text has black color on #5D85A4 background.


White color preview on #5D85A4 background

This text has white color on #5D85A4 background.