COLOR #5F5C7D

HEX: #5F5C7D
RGB: (95,92,125)

Color info

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

RGB color model

#5F5C7D color RGB value is (95,92,125).

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

RGB channels and saturation

R 95 of 255 = 37%
G 92 of 255 = 36%
B 125 of 255 = 49%

95
92
125

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

Portions of RGB colors in percentages

R + G + B =
95 + 92 + 125 = 312 (100%)
R 95 of 312 ~ 30.45%
G 92 of 312 ~ 29.49%
B 125 of 312 ~ 40.06%

%30.45
%29.49
%40.06

CMYK color model

#5F5C7D color CMYK value is (24,26,0,51).

  • cyan value is 24.00%
  • magenta value is 26.40%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(24,26,0,51)
C24M26Y0K51 
(24%,26%,0%,51%)
(0.24/0.26/0.00/0.51)	

CMYK percentages

%24
%26.4
%0
%50.98

Codes

Color #5F5C7D in popluar color models

5F5C7D
RGB9592125
HSL245°15.21%42.55%
HSB/HSV245°26.40%49.02%
CMYK24.00%26.40%0.00%
50.98%

Color #5F5C7D in popluar number systems.

HEX5F5C7D
Decimal9592125
Binary101111110111001111101
Octal137134175

Shades and tints

Shades of #5F5C7D

#5F5C7D
(95,92,125)
#575472
(87,84,114)
#4F4C67
(79,76,103)
#47445C
(71,68,92)
#3F3C51
(63,60,81)
#373446
(55,52,70)
#2F2C3B
(47,44,59)
#272430
(39,36,48)
#1F1C25
(31,28,37)
#17141A
(23,20,26)
#0F0C0F
(15,12,15)
#000000
(0,0,0)

Tints of #5F5C7D

#5F5C7D
(95,92,125)
#6D6A88
(109,106,136)
#7B7893
(123,120,147)
#89869E
(137,134,158)
#9794A9
(151,148,169)
#A5A2B4
(165,162,180)
#B3B0BF
(179,176,191)
#C1BECA
(193,190,202)
#CFCCD5
(207,204,213)
#DDDAE0
(221,218,224)
#EBE8EB
(235,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F5C7D; }

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

This text font color is #5F5C7D.


Background Color

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

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

This div background color is #5F5C7D.


Border color

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

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

This div border color is #5F5C7D.


Opacity

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

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

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

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

This text has shadow with #5F5C7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F5C7D on black background.


Color preview on white background

This text has color #5F5C7D on white background.



Black color preview on #5F5C7D background

This text has black color on #5F5C7D background.


White color preview on #5F5C7D background

This text has white color on #5F5C7D background.