COLOR #5D85AF

HEX: #5D85AF
RGB: (93,133,175)

Color info

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

RGB color model

#5D85AF color RGB value is (93,133,175).

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

RGB channels and saturation

R 93 of 255 = 36%
G 133 of 255 = 52%
B 175 of 255 = 69%

93
133
175

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

Portions of RGB colors in percentages

R + G + B =
93 + 133 + 175 = 401 (100%)
R 93 of 401 ~ 23.19%
G 133 of 401 ~ 33.17%
B 175 of 401 ~ 43.64%

%23.19
%33.17
%43.64

CMYK color model

#5D85AF color CMYK value is (47,24,0,31).

  • cyan value is 46.86%
  • magenta value is 24.00%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(47,24,0,31)
C47M24Y0K31 
(47%,24%,0%,31%)
(0.47/0.24/0.00/0.31)	

CMYK percentages

%46.86
%24
%0
%31.37

Codes

Color #5D85AF in popluar color models

5D85AF
RGB93133175
HSL211°33.88%52.55%
HSB/HSV211°46.86%68.63%
CMYK46.86%24.00%0.00%
31.37%

Color #5D85AF in popluar number systems.

HEX5D85AF
Decimal93133175
Binary10111011000010110101111
Octal135205257

Shades and tints

Shades of #5D85AF

#5D85AF
(93,133,175)
#5579A0
(85,121,160)
#4D6D91
(77,109,145)
#456182
(69,97,130)
#3D5573
(61,85,115)
#354964
(53,73,100)
#2D3D55
(45,61,85)
#253146
(37,49,70)
#1D2537
(29,37,55)
#151928
(21,25,40)
#0D0D19
(13,13,25)
#000000
(0,0,0)

Tints of #5D85AF

#5D85AF
(93,133,175)
#6B90B6
(107,144,182)
#799BBD
(121,155,189)
#87A6C4
(135,166,196)
#95B1CB
(149,177,203)
#A3BCD2
(163,188,210)
#B1C7D9
(177,199,217)
#BFD2E0
(191,210,224)
#CDDDE7
(205,221,231)
#DBE8EE
(219,232,238)
#E9F3F5
(233,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D85AF; }

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

This text font color is #5D85AF.


Background Color

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

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

This div background color is #5D85AF.


Border color

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

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

This div border color is #5D85AF.


Opacity

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

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

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

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

This text has shadow with #5D85AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D85AF on black background.


Color preview on white background

This text has color #5D85AF on white background.



Black color preview on #5D85AF background

This text has black color on #5D85AF background.


White color preview on #5D85AF background

This text has white color on #5D85AF background.