COLOR #5F5689

HEX: #5F5689
RGB: (95,86,137)

Color info

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

RGB color model

#5F5689 color RGB value is (95,86,137).

  • red value is 95;
  • green value is 86;
  • blue value is 137.
RGB:
(95,86,137)
(37%,34%,54%)

RGB channels and saturation

R 95 of 255 = 37%
G 86 of 255 = 34%
B 137 of 255 = 54%

95
86
137

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

Portions of RGB colors in percentages

R + G + B =
95 + 86 + 137 = 318 (100%)
R 95 of 318 ~ 29.87%
G 86 of 318 ~ 27.04%
B 137 of 318 ~ 43.08%

%29.87
%27.04
%43.08

CMYK color model

#5F5689 color CMYK value is (31,37,0,46).

  • cyan value is 30.66%
  • magenta value is 37.23%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(31,37,0,46)
C31M37Y0K46 
(31%,37%,0%,46%)
(0.31/0.37/0.00/0.46)	

CMYK percentages

%30.66
%37.23
%0
%46.27

Codes

Color #5F5689 in popluar color models

5F5689
RGB9586137
HSL251°22.87%43.73%
HSB/HSV251°37.23%53.73%
CMYK30.66%37.23%0.00%
46.27%

Color #5F5689 in popluar number systems.

HEX5F5689
Decimal9586137
Binary1011111101011010001001
Octal137126211

Shades and tints

Shades of #5F5689

#5F5689
(95,86,137)
#574F7D
(87,79,125)
#4F4871
(79,72,113)
#474165
(71,65,101)
#3F3A59
(63,58,89)
#37334D
(55,51,77)
#2F2C41
(47,44,65)
#272535
(39,37,53)
#1F1E29
(31,30,41)
#17171D
(23,23,29)
#0F1011
(15,16,17)
#000000
(0,0,0)

Tints of #5F5689

#5F5689
(95,86,137)
#6D6593
(109,101,147)
#7B749D
(123,116,157)
#8983A7
(137,131,167)
#9792B1
(151,146,177)
#A5A1BB
(165,161,187)
#B3B0C5
(179,176,197)
#C1BFCF
(193,191,207)
#CFCED9
(207,206,217)
#DDDDE3
(221,221,227)
#EBECED
(235,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F5689 color. Also use rgb(95,86,137) instead hex code.

Text Font Color

.myTextColor { color: #5F5689; }

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

This text font color is #5F5689.


Background Color

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

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

This div background color is #5F5689.


Border color

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

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

This div border color is #5F5689.


Opacity

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

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

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

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

This text has shadow with #5F5689 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F5689 on black background.


Color preview on white background

This text has color #5F5689 on white background.



Black color preview on #5F5689 background

This text has black color on #5F5689 background.


White color preview on #5F5689 background

This text has white color on #5F5689 background.