COLOR #5F858E

HEX: #5F858E RGB: (95,133,142)

Color info

#5F858E contains red, green and blue colors in about the same proportion. Web safe color of #5F858E is #669999 (or #699).

RGB color model

#5F858E color RGB value is (95,133,142).

RGB: (95,133,142) (37%, 52%, 56%)

RGB channels and saturation

R 95 of 255 = 37%
G 133 of 255 = 52%
B 142 of 255 = 56%

95
133
142

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

Portions of RGB colors in percentages

R + G + B = 95 + 133 + 142 = 370 (100%)
R 95 of 370 ~ 25.68%
G 133 of 370 ~ 35.95%
B 142 of 370 ~ 38.38'%

%25.68
%35.95
%38.38

CMYK color model

#5F858E color CMYK value is (33,6,0,44).

  • cyan value is 33.10%
  • magenta value is 6.34%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK: (33,6,0,44) C33M6Y0K44 (33%,6%,0%,44%) (0.33/0.06/0.00/0.44) 

CMYK percentages

%33.1
%6.34
%0
%44.31

Codes

Color #5F858E in popluar color models

5F 85 8E
RGB 95 133 142
HSL 191° 19.83% 46.47%
HSB/HSV 191° 33.10% 55.69%
CMYK 33.10% 6.34% 0.00%
44.31%

Color #5F858E in popluar number systems.

HEX 5F 85 8E
Decimal 95 133 142
Binary 1011111 10000101 10001110
Octal 137 205 216

Shades and tints

Shades of #5F858E

#5F858E
(95,133,142)
#577982
(87,121,130)
#4F6D76
(79,109,118)
#47616A
(71,97,106)
#3F555E
(63,85,94)
#374952
(55,73,82)
#2F3D46
(47,61,70)
#27313A
(39,49,58)
#1F252E
(31,37,46)
#171922
(23,25,34)
#0F0D16
(15,13,22)
#000000
(0,0,0)

Tints of #5F858E

#5F858E
(95,133,142)
#6D9098
(109,144,152)
#7B9BA2
(123,155,162)
#89A6AC
(137,166,172)
#97B1B6
(151,177,182)
#A5BCC0
(165,188,192)
#B3C7CA
(179,199,202)
#C1D2D4
(193,210,212)
#CFDDDE
(207,221,222)
#DDE8E8
(221,232,232)
#EBF3F2
(235,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F858E; }

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

This text font color is #5F858E.

Background Color

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

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

This div background color is #5F858E.

Border color

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

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

This div border color is #5F858E.

Opacity

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

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

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

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

This text has shadow with #5F858E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F858E.

Preview

Color preview on black background

This text has color #5F858E on black background.


Color preview on white background

This text has color #5F858E on white background.


Black color preview on #5F858E background

This text has black color on #5F858E background.


White color preview on #5F858E background

This text has white color on #5F858E background.


Related colors

Complementary color

Complementary color for #hex is #A07A71.


I love getcolorcode.com

Triadic colors

1 #8E5F85 and #858E5F with #5F858E are triadic colors.

2 #8E855F and #855F8E with #5F858E are triadic colors.