COLOR #5F5785

HEX: #5F5785
RGB: (95,87,133)

Color info

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

RGB color model

#5F5785 color RGB value is (95,87,133).

  • red value is 95;
  • green value is 87;
  • blue value is 133.
RGB:
(95,87,133)
(37%,34%,52%)

RGB channels and saturation

R 95 of 255 = 37%
G 87 of 255 = 34%
B 133 of 255 = 52%

95
87
133

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

Portions of RGB colors in percentages

R + G + B =
95 + 87 + 133 = 315 (100%)
R 95 of 315 ~ 30.16%
G 87 of 315 ~ 27.62%
B 133 of 315 ~ 42.22%

%30.16
%27.62
%42.22

CMYK color model

#5F5785 color CMYK value is (29,35,0,48).

  • cyan value is 28.57%
  • magenta value is 34.59%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(29,35,0,48)
C29M35Y0K48 
(29%,35%,0%,48%)
(0.29/0.35/0.00/0.48)	

CMYK percentages

%28.57
%34.59
%0
%47.84

Codes

Color #5F5785 in popluar color models

5F5785
RGB9587133
HSL250°20.91%43.14%
HSB/HSV250°34.59%52.16%
CMYK28.57%34.59%0.00%
47.84%

Color #5F5785 in popluar number systems.

HEX5F5785
Decimal9587133
Binary1011111101011110000101
Octal137127205

Shades and tints

Shades of #5F5785

#5F5785
(95,87,133)
#575079
(87,80,121)
#4F496D
(79,73,109)
#474261
(71,66,97)
#3F3B55
(63,59,85)
#373449
(55,52,73)
#2F2D3D
(47,45,61)
#272631
(39,38,49)
#1F1F25
(31,31,37)
#171819
(23,24,25)
#0F110D
(15,17,13)
#000000
(0,0,0)

Tints of #5F5785

#5F5785
(95,87,133)
#6D6690
(109,102,144)
#7B759B
(123,117,155)
#8984A6
(137,132,166)
#9793B1
(151,147,177)
#A5A2BC
(165,162,188)
#B3B1C7
(179,177,199)
#C1C0D2
(193,192,210)
#CFCFDD
(207,207,221)
#DDDEE8
(221,222,232)
#EBEDF3
(235,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F5785 color. Also use rgb(95,87,133) instead hex code.

Text Font Color

.myTextColor { color: #5F5785; }

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

This text font color is #5F5785.


Background Color

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

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

This div background color is #5F5785.


Border color

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

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

This div border color is #5F5785.


Opacity

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

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

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

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

This text has shadow with #5F5785 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F5785 on black background.


Color preview on white background

This text has color #5F5785 on white background.



Black color preview on #5F5785 background

This text has black color on #5F5785 background.


White color preview on #5F5785 background

This text has white color on #5F5785 background.