COLOR #5D85A0

HEX: #5D85A0
RGB: (93,133,160)

Color info

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

RGB color model

#5D85A0 color RGB value is (93,133,160).

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

RGB channels and saturation

R 93 of 255 = 36%
G 133 of 255 = 52%
B 160 of 255 = 63%

93
133
160

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

Portions of RGB colors in percentages

R + G + B =
93 + 133 + 160 = 386 (100%)
R 93 of 386 ~ 24.09%
G 133 of 386 ~ 34.46%
B 160 of 386 ~ 41.45%

%24.09
%34.46
%41.45

CMYK color model

#5D85A0 color CMYK value is (42,17,0,37).

  • cyan value is 41.88%
  • magenta value is 16.88%
  • yellow value is 0.00%
  • key color value is 37.25%
CMYK:
(42,17,0,37)
C42M17Y0K37 
(42%,17%,0%,37%)
(0.42/0.17/0.00/0.37)	

CMYK percentages

%41.88
%16.88
%0
%37.25

Codes

Color #5D85A0 in popluar color models

5D85A0
RGB93133160
HSL204°26.48%49.61%
HSB/HSV204°41.88%62.75%
CMYK41.88%16.88%0.00%
37.25%

Color #5D85A0 in popluar number systems.

HEX5D85A0
Decimal93133160
Binary10111011000010110100000
Octal135205240

Shades and tints

Shades of #5D85A0

#5D85A0
(93,133,160)
#557992
(85,121,146)
#4D6D84
(77,109,132)
#456176
(69,97,118)
#3D5568
(61,85,104)
#35495A
(53,73,90)
#2D3D4C
(45,61,76)
#25313E
(37,49,62)
#1D2530
(29,37,48)
#151922
(21,25,34)
#0D0D14
(13,13,20)
#000000
(0,0,0)

Tints of #5D85A0

#5D85A0
(93,133,160)
#6B90A8
(107,144,168)
#799BB0
(121,155,176)
#87A6B8
(135,166,184)
#95B1C0
(149,177,192)
#A3BCC8
(163,188,200)
#B1C7D0
(177,199,208)
#BFD2D8
(191,210,216)
#CDDDE0
(205,221,224)
#DBE8E8
(219,232,232)
#E9F3F0
(233,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D85A0; }

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

This text font color is #5D85A0.


Background Color

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

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

This div background color is #5D85A0.


Border color

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

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

This div border color is #5D85A0.


Opacity

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

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

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

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

This text has shadow with #5D85A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D85A0 on black background.


Color preview on white background

This text has color #5D85A0 on white background.



Black color preview on #5D85A0 background

This text has black color on #5D85A0 background.


White color preview on #5D85A0 background

This text has white color on #5D85A0 background.