COLOR #5F9888

HEX: #5F9888 RGB: (95,152,136)

Color info

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

RGB color model

#5F9888 color RGB value is (95,152,136).

RGB: (95,152,136) (37%, 60%, 53%)

RGB channels and saturation

R 95 of 255 = 37%
G 152 of 255 = 60%
B 136 of 255 = 53%

95
152
136

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

Portions of RGB colors in percentages

R + G + B = 95 + 152 + 136 = 383 (100%)
R 95 of 383 ~ 24.8%
G 152 of 383 ~ 39.69%
B 136 of 383 ~ 35.51'%

%24.8
%39.69
%35.51

CMYK color model

#5F9888 color CMYK value is (38,0,11,40).

  • cyan value is 37.50%
  • magenta value is 0.00%
  • yellow value is 10.53%
  • key color value is 40.39%

CMYK: (38,0,11,40)
C38M0Y11K40 (38%, 0%, 11%, 40%)
(0.38 / 0.00 / 0.11 / 0.40)

CMYK percentages

%37.5
%0
%10.53
%40.39

Codes

Color #5F9888 in popluar color models

5F 98 88
RGB 95 152 136
HSL 163° 23.08% 48.43%
HSB/HSV 163° 37.50% 59.61%
CMYK 37.50% 0.00% 10.53%
40.39%

Color #5F9888 in popluar number systems.

HEX 5F 98 88
Decimal 95 152 136
Binary 1011111 10011000 10001000
Octal 137 230 210

Shades and tints

Shades of #5F9888

#5F9888
(95,152,136)
#578B7C
(87,139,124)
#4F7E70
(79,126,112)
#477164
(71,113,100)
#3F6458
(63,100,88)
#37574C
(55,87,76)
#2F4A40
(47,74,64)
#273D34
(39,61,52)
#1F3028
(31,48,40)
#17231C
(23,35,28)
#0F1610
(15,22,16)
#000000
(0,0,0)

Tints of #5F9888

#5F9888
(95,152,136)
#6DA192
(109,161,146)
#7BAA9C
(123,170,156)
#89B3A6
(137,179,166)
#97BCB0
(151,188,176)
#A5C5BA
(165,197,186)
#B3CEC4
(179,206,196)
#C1D7CE
(193,215,206)
#CFE0D8
(207,224,216)
#DDE9E2
(221,233,226)
#EBF2EC
(235,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F9888 color. Also use rgb(95,152,136) instead hex code.

Text Font Color

.myTextColor { color: #5F9888; }

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

This text font color is #5F9888.

Background Color

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

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

This div background color is #5F9888.

Border color

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

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

This div border color is #5F9888.

Opacity

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

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

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

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

This text has shadow with #5F9888 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F9888.

Preview

Color preview on black background

This text has color #5F9888 on black background.


Color preview on white background

This text has color #5F9888 on white background.


Black color preview on #5F9888 background

This text has black color on #5F9888 background.


White color preview on #5F9888 background

This text has white color on #5F9888 background.


Related colors

Complementary color

Complementary color for #hex is #A06777.


I love getcolorcode.com

Triadic colors

1 #885F98 and #98885F with #5F9888 are triadic colors.

2 #88985F and #985F88 with #5F9888 are triadic colors.