COLOR #5F8584

HEX: #5F8584 RGB: (95,133,132)

Color info

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

RGB color model

#5F8584 color RGB value is (95,133,132).

RGB: (95,133,132) (37%, 52%, 52%)

RGB channels and saturation

R 95 of 255 = 37%
G 133 of 255 = 52%
B 132 of 255 = 52%

95
133
132

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

Portions of RGB colors in percentages

R + G + B = 95 + 133 + 132 = 360 (100%)
R 95 of 360 ~ 26.39%
G 133 of 360 ~ 36.94%
B 132 of 360 ~ 36.67'%

%26.39
%36.94
%36.67

CMYK color model

#5F8584 color CMYK value is (29,0,1,48).

  • cyan value is 28.57%
  • magenta value is 0.00%
  • yellow value is 0.75%
  • key color value is 47.84%

CMYK: (29,0,1,48)
C29M0Y1K48 (29%, 0%, 1%, 48%)
(0.29 / 0.00 / 0.01 / 0.48)

CMYK percentages

%28.57
%0
%0.75
%47.84

Codes

Color #5F8584 in popluar color models

5F 85 84
RGB 95 133 132
HSL 178° 16.67% 44.71%
HSB/HSV 178° 28.57% 52.16%
CMYK 28.57% 0.00% 0.75%
47.84%

Color #5F8584 in popluar number systems.

HEX 5F 85 84
Decimal 95 133 132
Binary 1011111 10000101 10000100
Octal 137 205 204

Shades and tints

Shades of #5F8584

#5F8584
(95,133,132)
#577978
(87,121,120)
#4F6D6C
(79,109,108)
#476160
(71,97,96)
#3F5554
(63,85,84)
#374948
(55,73,72)
#2F3D3C
(47,61,60)
#273130
(39,49,48)
#1F2524
(31,37,36)
#171918
(23,25,24)
#0F0D0C
(15,13,12)
#000000
(0,0,0)

Tints of #5F8584

#5F8584
(95,133,132)
#6D908F
(109,144,143)
#7B9B9A
(123,155,154)
#89A6A5
(137,166,165)
#97B1B0
(151,177,176)
#A5BCBB
(165,188,187)
#B3C7C6
(179,199,198)
#C1D2D1
(193,210,209)
#CFDDDC
(207,221,220)
#DDE8E7
(221,232,231)
#EBF3F2
(235,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F8584; }

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

This text font color is #5F8584.

Background Color

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

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

This div background color is #5F8584.

Border color

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

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

This div border color is #5F8584.

Opacity

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

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

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

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

This text has shadow with #5F8584 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F8584.

Preview

Color preview on black background

This text has color #5F8584 on black background.


Color preview on white background

This text has color #5F8584 on white background.


Black color preview on #5F8584 background

This text has black color on #5F8584 background.


White color preview on #5F8584 background

This text has white color on #5F8584 background.


Related colors

Complementary color

Complementary color for #hex is #A07A7B.


I love getcolorcode.com

Triadic colors

1 #845F85 and #85845F with #5F8584 are triadic colors.

2 #84855F and #855F84 with #5F8584 are triadic colors.