COLOR #5F85A3

HEX: #5F85A3 RGB: (95,133,163)

Color info

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

RGB color model

#5F85A3 color RGB value is (95,133,163).

RGB: (95,133,163) (37%, 52%, 64%)

RGB channels and saturation

R 95 of 255 = 37%
G 133 of 255 = 52%
B 163 of 255 = 64%

95
133
163

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

Portions of RGB colors in percentages

R + G + B = 95 + 133 + 163 = 391 (100%)
R 95 of 391 ~ 24.3%
G 133 of 391 ~ 34.02%
B 163 of 391 ~ 41.69'%

%24.3
%34.02
%41.69

CMYK color model

#5F85A3 color CMYK value is (42,18,0,36).

  • cyan value is 41.72%
  • magenta value is 18.40%
  • yellow value is 0.00%
  • key color value is 36.08%

CMYK: (42,18,0,36)
C42M18Y0K36 (42%, 18%, 0%, 36%)
(0.42 / 0.18 / 0.00 / 0.36)

CMYK percentages

%41.72
%18.4
%0
%36.08

Codes

Color #5F85A3 in popluar color models

5F 85 A3
RGB 95 133 163
HSL 206° 26.98% 50.59%
HSB/HSV 206° 41.72% 63.92%
CMYK 41.72% 18.40% 0.00%
36.08%

Color #5F85A3 in popluar number systems.

HEX 5F 85 A3
Decimal 95 133 163
Binary 1011111 10000101 10100011
Octal 137 205 243

Shades and tints

Shades of #5F85A3

#5F85A3
(95,133,163)
#577995
(87,121,149)
#4F6D87
(79,109,135)
#476179
(71,97,121)
#3F556B
(63,85,107)
#37495D
(55,73,93)
#2F3D4F
(47,61,79)
#273141
(39,49,65)
#1F2533
(31,37,51)
#171925
(23,25,37)
#0F0D17
(15,13,23)
#000000
(0,0,0)

Tints of #5F85A3

#5F85A3
(95,133,163)
#6D90AB
(109,144,171)
#7B9BB3
(123,155,179)
#89A6BB
(137,166,187)
#97B1C3
(151,177,195)
#A5BCCB
(165,188,203)
#B3C7D3
(179,199,211)
#C1D2DB
(193,210,219)
#CFDDE3
(207,221,227)
#DDE8EB
(221,232,235)
#EBF3F3
(235,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F85A3 color. Also use rgb(95,133,163) instead hex code.

Text Font Color

.myTextColor { color: #5F85A3; }

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

This text font color is #5F85A3.

Background Color

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

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

This div background color is #5F85A3.

Border color

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

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

This div border color is #5F85A3.

Opacity

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

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

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

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

This text has shadow with #5F85A3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F85A3.

Preview

Color preview on black background

This text has color #5F85A3 on black background.


Color preview on white background

This text has color #5F85A3 on white background.


Black color preview on #5F85A3 background

This text has black color on #5F85A3 background.


White color preview on #5F85A3 background

This text has white color on #5F85A3 background.


Related colors

Complementary color

Complementary color for #hex is #A07A5C.


I love getcolorcode.com

Triadic colors

1 #A35F85 and #85A35F with #5F85A3 are triadic colors.

2 #A3855F and #855FA3 with #5F85A3 are triadic colors.