COLOR #5F8593

HEX: #5F8593
RGB: (95,133,147)

Color info

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

RGB color model

#5F8593 color RGB value is (95,133,147).

  • red value is 95;
  • green value is 133;
  • blue value is 147.
RGB:
(95,133,147)
(37%,52%,58%)

RGB channels and saturation

R 95 of 255 = 37%
G 133 of 255 = 52%
B 147 of 255 = 58%

95
133
147

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

Portions of RGB colors in percentages

R + G + B =
95 + 133 + 147 = 375 (100%)
R 95 of 375 ~ 25.33%
G 133 of 375 ~ 35.47%
B 147 of 375 ~ 39.2%

%25.33
%35.47
%39.2

CMYK color model

#5F8593 color CMYK value is (35,10,0,42).

  • cyan value is 35.37%
  • magenta value is 9.52%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(35,10,0,42)
C35M10Y0K42 
(35%,10%,0%,42%)
(0.35/0.10/0.00/0.42)	

CMYK percentages

%35.37
%9.52
%0
%42.35

Codes

Color #5F8593 in popluar color models

5F8593
RGB95133147
HSL196°21.49%47.45%
HSB/HSV196°35.37%57.65%
CMYK35.37%9.52%0.00%
42.35%

Color #5F8593 in popluar number systems.

HEX5F8593
Decimal95133147
Binary10111111000010110010011
Octal137205223

Shades and tints

Shades of #5F8593

#5F8593
(95,133,147)
#577986
(87,121,134)
#4F6D79
(79,109,121)
#47616C
(71,97,108)
#3F555F
(63,85,95)
#374952
(55,73,82)
#2F3D45
(47,61,69)
#273138
(39,49,56)
#1F252B
(31,37,43)
#17191E
(23,25,30)
#0F0D11
(15,13,17)
#000000
(0,0,0)

Tints of #5F8593

#5F8593
(95,133,147)
#6D909C
(109,144,156)
#7B9BA5
(123,155,165)
#89A6AE
(137,166,174)
#97B1B7
(151,177,183)
#A5BCC0
(165,188,192)
#B3C7C9
(179,199,201)
#C1D2D2
(193,210,210)
#CFDDDB
(207,221,219)
#DDE8E4
(221,232,228)
#EBF3ED
(235,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F8593; }

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

This text font color is #5F8593.


Background Color

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

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

This div background color is #5F8593.


Border color

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

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

This div border color is #5F8593.


Opacity

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

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

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

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

This text has shadow with #5F8593 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F8593 on black background.


Color preview on white background

This text has color #5F8593 on white background.



Black color preview on #5F8593 background

This text has black color on #5F8593 background.


White color preview on #5F8593 background

This text has white color on #5F8593 background.