COLOR #5F8587

HEX: #5F8587 RGB: (95,133,135)

Color info

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

RGB color model

#5F8587 color RGB value is (95,133,135).

RGB: (95,133,135) (37%, 52%, 53%)

RGB channels and saturation

R 95 of 255 = 37%
G 133 of 255 = 52%
B 135 of 255 = 53%

95
133
135

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

Portions of RGB colors in percentages

R + G + B = 95 + 133 + 135 = 363 (100%)
R 95 of 363 ~ 26.17%
G 133 of 363 ~ 36.64%
B 135 of 363 ~ 37.19'%

%26.17
%36.64
%37.19

CMYK color model

#5F8587 color CMYK value is (30,1,0,47).

  • cyan value is 29.63%
  • magenta value is 1.48%
  • yellow value is 0.00%
  • key color value is 47.06%

CMYK: (30,1,0,47)
C30M1Y0K47 (30%, 1%, 0%, 47%)
(0.30 / 0.01 / 0.00 / 0.47)

CMYK percentages

%29.63
%1.48
%0
%47.06

Codes

Color #5F8587 in popluar color models

5F 85 87
RGB 95 133 135
HSL 183° 17.39% 45.10%
HSB/HSV 183° 29.63% 52.94%
CMYK 29.63% 1.48% 0.00%
47.06%

Color #5F8587 in popluar number systems.

HEX 5F 85 87
Decimal 95 133 135
Binary 1011111 10000101 10000111
Octal 137 205 207

Shades and tints

Shades of #5F8587

#5F8587
(95,133,135)
#57797B
(87,121,123)
#4F6D6F
(79,109,111)
#476163
(71,97,99)
#3F5557
(63,85,87)
#37494B
(55,73,75)
#2F3D3F
(47,61,63)
#273133
(39,49,51)
#1F2527
(31,37,39)
#17191B
(23,25,27)
#0F0D0F
(15,13,15)
#000000
(0,0,0)

Tints of #5F8587

#5F8587
(95,133,135)
#6D9091
(109,144,145)
#7B9B9B
(123,155,155)
#89A6A5
(137,166,165)
#97B1AF
(151,177,175)
#A5BCB9
(165,188,185)
#B3C7C3
(179,199,195)
#C1D2CD
(193,210,205)
#CFDDD7
(207,221,215)
#DDE8E1
(221,232,225)
#EBF3EB
(235,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F8587; }

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

This text font color is #5F8587.

Background Color

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

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

This div background color is #5F8587.

Border color

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

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

This div border color is #5F8587.

Opacity

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

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

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

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

This text has shadow with #5F8587 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F8587.

Preview

Color preview on black background

This text has color #5F8587 on black background.


Color preview on white background

This text has color #5F8587 on white background.


Black color preview on #5F8587 background

This text has black color on #5F8587 background.


White color preview on #5F8587 background

This text has white color on #5F8587 background.


Related colors

Complementary color

Complementary color for #hex is #A07A78.


I love getcolorcode.com

Triadic colors

1 #875F85 and #85875F with #5F8587 are triadic colors.

2 #87855F and #855F87 with #5F8587 are triadic colors.