COLOR #5F8993

HEX: #5F8993 RGB: (95,137,147)

Color info

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

RGB color model

#5F8993 color RGB value is (95,137,147).

RGB: (95,137,147) (37%, 54%, 58%)

RGB channels and saturation

R 95 of 255 = 37%
G 137 of 255 = 54%
B 147 of 255 = 58%

95
137
147

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

Portions of RGB colors in percentages

R + G + B = 95 + 137 + 147 = 379 (100%)
R 95 of 379 ~ 25.07%
G 137 of 379 ~ 36.15%
B 147 of 379 ~ 38.79'%

%25.07
%36.15
%38.79

CMYK color model

#5F8993 color CMYK value is (35,7,0,42).

  • cyan value is 35.37%
  • magenta value is 6.80%
  • yellow value is 0.00%
  • key color value is 42.35%

CMYK: (35,7,0,42)
C35M7Y0K42 (35%, 7%, 0%, 42%)
(0.35 / 0.07 / 0.00 / 0.42)

CMYK percentages

%35.37
%6.8
%0
%42.35

Codes

Color #5F8993 in popluar color models

5F 89 93
RGB 95 137 147
HSL 192° 21.49% 47.45%
HSB/HSV 192° 35.37% 57.65%
CMYK 35.37% 6.80% 0.00%
42.35%

Color #5F8993 in popluar number systems.

HEX 5F 89 93
Decimal 95 137 147
Binary 1011111 10001001 10010011
Octal 137 211 223

Shades and tints

Shades of #5F8993

#5F8993
(95,137,147)
#577D86
(87,125,134)
#4F7179
(79,113,121)
#47656C
(71,101,108)
#3F595F
(63,89,95)
#374D52
(55,77,82)
#2F4145
(47,65,69)
#273538
(39,53,56)
#1F292B
(31,41,43)
#171D1E
(23,29,30)
#0F1111
(15,17,17)
#000000
(0,0,0)

Tints of #5F8993

#5F8993
(95,137,147)
#6D939C
(109,147,156)
#7B9DA5
(123,157,165)
#89A7AE
(137,167,174)
#97B1B7
(151,177,183)
#A5BBC0
(165,187,192)
#B3C5C9
(179,197,201)
#C1CFD2
(193,207,210)
#CFD9DB
(207,217,219)
#DDE3E4
(221,227,228)
#EBEDED
(235,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F8993 color. Also use rgb(95,137,147) instead hex code.

Text Font Color

.myTextColor { color: #5F8993; }

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

This text font color is #5F8993.

Background Color

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

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

This div background color is #5F8993.

Border color

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

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

This div border color is #5F8993.

Opacity

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

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

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

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

This text has shadow with #5F8993 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F8993.

Preview

Color preview on black background

This text has color #5F8993 on black background.


Color preview on white background

This text has color #5F8993 on white background.


Black color preview on #5F8993 background

This text has black color on #5F8993 background.


White color preview on #5F8993 background

This text has white color on #5F8993 background.


Related colors

Complementary color

Complementary color for #hex is #A0766C.


I love getcolorcode.com

Triadic colors

1 #935F89 and #89935F with #5F8993 are triadic colors.

2 #93895F and #895F93 with #5F8993 are triadic colors.