COLOR #5F587D

HEX: #5F587D
RGB: (95,88,125)

Color info

#5F587D contains red, green and blue colors in about the same proportion. Web safe color of #5F587D is #666666 (or #666).

RGB color model

#5F587D color RGB value is (95,88,125).

  • red value is 95;
  • green value is 88;
  • blue value is 125.
RGB:
(95,88,125)
(37%,35%,49%)

RGB channels and saturation

R 95 of 255 = 37%
G 88 of 255 = 35%
B 125 of 255 = 49%

95
88
125

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

Portions of RGB colors in percentages

R + G + B =
95 + 88 + 125 = 308 (100%)
R 95 of 308 ~ 30.84%
G 88 of 308 ~ 28.57%
B 125 of 308 ~ 40.58%

%30.84
%28.57
%40.58

CMYK color model

#5F587D color CMYK value is (24,30,0,51).

  • cyan value is 24.00%
  • magenta value is 29.60%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(24,30,0,51)
C24M30Y0K51 
(24%,30%,0%,51%)
(0.24/0.30/0.00/0.51)	

CMYK percentages

%24
%29.6
%0
%50.98

Codes

Color #5F587D in popluar color models

5F587D
RGB9588125
HSL251°17.37%41.76%
HSB/HSV251°29.60%49.02%
CMYK24.00%29.60%0.00%
50.98%

Color #5F587D in popluar number systems.

HEX5F587D
Decimal9588125
Binary101111110110001111101
Octal137130175

Shades and tints

Shades of #5F587D

#5F587D
(95,88,125)
#575072
(87,80,114)
#4F4867
(79,72,103)
#47405C
(71,64,92)
#3F3851
(63,56,81)
#373046
(55,48,70)
#2F283B
(47,40,59)
#272030
(39,32,48)
#1F1825
(31,24,37)
#17101A
(23,16,26)
#0F080F
(15,8,15)
#000000
(0,0,0)

Tints of #5F587D

#5F587D
(95,88,125)
#6D6788
(109,103,136)
#7B7693
(123,118,147)
#89859E
(137,133,158)
#9794A9
(151,148,169)
#A5A3B4
(165,163,180)
#B3B2BF
(179,178,191)
#C1C1CA
(193,193,202)
#CFD0D5
(207,208,213)
#DDDFE0
(221,223,224)
#EBEEEB
(235,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F587D color. Also use rgb(95,88,125) instead hex code.

Text Font Color

.myTextColor { color: #5F587D; }

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

This text font color is #5F587D.


Background Color

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

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

This div background color is #5F587D.


Border color

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

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

This div border color is #5F587D.


Opacity

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

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

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

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

This text has shadow with #5F587D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F587D on black background.


Color preview on white background

This text has color #5F587D on white background.



Black color preview on #5F587D background

This text has black color on #5F587D background.


White color preview on #5F587D background

This text has white color on #5F587D background.