COLOR #5F5D96

HEX: #5F5D96
RGB: (95,93,150)

Color info

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

RGB color model

#5F5D96 color RGB value is (95,93,150).

  • red value is 95;
  • green value is 93;
  • blue value is 150.
RGB:
(95,93,150)
(37%,36%,59%)

RGB channels and saturation

R 95 of 255 = 37%
G 93 of 255 = 36%
B 150 of 255 = 59%

95
93
150

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

Portions of RGB colors in percentages

R + G + B =
95 + 93 + 150 = 338 (100%)
R 95 of 338 ~ 28.11%
G 93 of 338 ~ 27.51%
B 150 of 338 ~ 44.38%

%28.11
%27.51
%44.38

CMYK color model

#5F5D96 color CMYK value is (37,38,0,41).

  • cyan value is 36.67%
  • magenta value is 38.00%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(37,38,0,41)
C37M38Y0K41 
(37%,38%,0%,41%)
(0.37/0.38/0.00/0.41)	

CMYK percentages

%36.67
%38
%0
%41.18

Codes

Color #5F5D96 in popluar color models

5F5D96
RGB9593150
HSL242°23.46%47.65%
HSB/HSV242°38.00%58.82%
CMYK36.67%38.00%0.00%
41.18%

Color #5F5D96 in popluar number systems.

HEX5F5D96
Decimal9593150
Binary1011111101110110010110
Octal137135226

Shades and tints

Shades of #5F5D96

#5F5D96
(95,93,150)
#575589
(87,85,137)
#4F4D7C
(79,77,124)
#47456F
(71,69,111)
#3F3D62
(63,61,98)
#373555
(55,53,85)
#2F2D48
(47,45,72)
#27253B
(39,37,59)
#1F1D2E
(31,29,46)
#171521
(23,21,33)
#0F0D14
(15,13,20)
#000000
(0,0,0)

Tints of #5F5D96

#5F5D96
(95,93,150)
#6D6B9F
(109,107,159)
#7B79A8
(123,121,168)
#8987B1
(137,135,177)
#9795BA
(151,149,186)
#A5A3C3
(165,163,195)
#B3B1CC
(179,177,204)
#C1BFD5
(193,191,213)
#CFCDDE
(207,205,222)
#DDDBE7
(221,219,231)
#EBE9F0
(235,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F5D96 color. Also use rgb(95,93,150) instead hex code.

Text Font Color

.myTextColor { color: #5F5D96; }

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

This text font color is #5F5D96.


Background Color

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

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

This div background color is #5F5D96.


Border color

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

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

This div border color is #5F5D96.


Opacity

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

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

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

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

This text has shadow with #5F5D96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F5D96 on black background.


Color preview on white background

This text has color #5F5D96 on white background.



Black color preview on #5F5D96 background

This text has black color on #5F5D96 background.


White color preview on #5F5D96 background

This text has white color on #5F5D96 background.