COLOR #5F7588

HEX: #5F7588
RGB: (95,117,136)

Color info

#5F7588 contains red, green and blue colors in about the same proportion. Web safe color of #5F7588 is #666699 (or #669).

RGB color model

#5F7588 color RGB value is (95,117,136).

  • red value is 95;
  • green value is 117;
  • blue value is 136.
RGB:
(95,117,136)
(37%,46%,53%)

RGB channels and saturation

R 95 of 255 = 37%
G 117 of 255 = 46%
B 136 of 255 = 53%

95
117
136

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

Portions of RGB colors in percentages

R + G + B =
95 + 117 + 136 = 348 (100%)
R 95 of 348 ~ 27.3%
G 117 of 348 ~ 33.62%
B 136 of 348 ~ 39.08%

%27.3
%33.62
%39.08

CMYK color model

#5F7588 color CMYK value is (30,14,0,47).

  • cyan value is 30.15%
  • magenta value is 13.97%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(30,14,0,47)
C30M14Y0K47 
(30%,14%,0%,47%)
(0.30/0.14/0.00/0.47)	

CMYK percentages

%30.15
%13.97
%0
%46.67

Codes

Color #5F7588 in popluar color models

5F7588
RGB95117136
HSL208°17.75%45.29%
HSB/HSV208°30.15%53.33%
CMYK30.15%13.97%0.00%
46.67%

Color #5F7588 in popluar number systems.

HEX5F7588
Decimal95117136
Binary1011111111010110001000
Octal137165210

Shades and tints

Shades of #5F7588

#5F7588
(95,117,136)
#576B7C
(87,107,124)
#4F6170
(79,97,112)
#475764
(71,87,100)
#3F4D58
(63,77,88)
#37434C
(55,67,76)
#2F3940
(47,57,64)
#272F34
(39,47,52)
#1F2528
(31,37,40)
#171B1C
(23,27,28)
#0F1110
(15,17,16)
#000000
(0,0,0)

Tints of #5F7588

#5F7588
(95,117,136)
#6D8192
(109,129,146)
#7B8D9C
(123,141,156)
#8999A6
(137,153,166)
#97A5B0
(151,165,176)
#A5B1BA
(165,177,186)
#B3BDC4
(179,189,196)
#C1C9CE
(193,201,206)
#CFD5D8
(207,213,216)
#DDE1E2
(221,225,226)
#EBEDEC
(235,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F7588; }

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

This text font color is #5F7588.


Background Color

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

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

This div background color is #5F7588.


Border color

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

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

This div border color is #5F7588.


Opacity

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

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

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

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

This text has shadow with #5F7588 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F7588 on black background.


Color preview on white background

This text has color #5F7588 on white background.



Black color preview on #5F7588 background

This text has black color on #5F7588 background.


White color preview on #5F7588 background

This text has white color on #5F7588 background.