COLOR #5F5B90

HEX: #5F5B90
RGB: (95,91,144)

Color info

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

RGB color model

#5F5B90 color RGB value is (95,91,144).

  • red value is 95;
  • green value is 91;
  • blue value is 144.
RGB:
(95,91,144)
(37%,36%,56%)

RGB channels and saturation

R 95 of 255 = 37%
G 91 of 255 = 36%
B 144 of 255 = 56%

95
91
144

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

Portions of RGB colors in percentages

R + G + B =
95 + 91 + 144 = 330 (100%)
R 95 of 330 ~ 28.79%
G 91 of 330 ~ 27.58%
B 144 of 330 ~ 43.64%

%28.79
%27.58
%43.64

CMYK color model

#5F5B90 color CMYK value is (34,37,0,44).

  • cyan value is 34.03%
  • magenta value is 36.81%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(34,37,0,44)
C34M37Y0K44 
(34%,37%,0%,44%)
(0.34/0.37/0.00/0.44)	

CMYK percentages

%34.03
%36.81
%0
%43.53

Codes

Color #5F5B90 in popluar color models

5F5B90
RGB9591144
HSL245°22.55%46.08%
HSB/HSV245°36.81%56.47%
CMYK34.03%36.81%0.00%
43.53%

Color #5F5B90 in popluar number systems.

HEX5F5B90
Decimal9591144
Binary1011111101101110010000
Octal137133220

Shades and tints

Shades of #5F5B90

#5F5B90
(95,91,144)
#575383
(87,83,131)
#4F4B76
(79,75,118)
#474369
(71,67,105)
#3F3B5C
(63,59,92)
#37334F
(55,51,79)
#2F2B42
(47,43,66)
#272335
(39,35,53)
#1F1B28
(31,27,40)
#17131B
(23,19,27)
#0F0B0E
(15,11,14)
#000000
(0,0,0)

Tints of #5F5B90

#5F5B90
(95,91,144)
#6D699A
(109,105,154)
#7B77A4
(123,119,164)
#8985AE
(137,133,174)
#9793B8
(151,147,184)
#A5A1C2
(165,161,194)
#B3AFCC
(179,175,204)
#C1BDD6
(193,189,214)
#CFCBE0
(207,203,224)
#DDD9EA
(221,217,234)
#EBE7F4
(235,231,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F5B90 color. Also use rgb(95,91,144) instead hex code.

Text Font Color

.myTextColor { color: #5F5B90; }

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

This text font color is #5F5B90.


Background Color

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

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

This div background color is #5F5B90.


Border color

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

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

This div border color is #5F5B90.


Opacity

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

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

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

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

This text has shadow with #5F5B90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F5B90 on black background.


Color preview on white background

This text has color #5F5B90 on white background.



Black color preview on #5F5B90 background

This text has black color on #5F5B90 background.


White color preview on #5F5B90 background

This text has white color on #5F5B90 background.