COLOR #5F5582

HEX: #5F5582
RGB: (95,85,130)

Color info

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

RGB color model

#5F5582 color RGB value is (95,85,130).

  • red value is 95;
  • green value is 85;
  • blue value is 130.
RGB:
(95,85,130)
(37%,33%,51%)

RGB channels and saturation

R 95 of 255 = 37%
G 85 of 255 = 33%
B 130 of 255 = 51%

95
85
130

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

Portions of RGB colors in percentages

R + G + B =
95 + 85 + 130 = 310 (100%)
R 95 of 310 ~ 30.65%
G 85 of 310 ~ 27.42%
B 130 of 310 ~ 41.94%

%30.65
%27.42
%41.94

CMYK color model

#5F5582 color CMYK value is (27,35,0,49).

  • cyan value is 26.92%
  • magenta value is 34.62%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(27,35,0,49)
C27M35Y0K49 
(27%,35%,0%,49%)
(0.27/0.35/0.00/0.49)	

CMYK percentages

%26.92
%34.62
%0
%49.02

Codes

Color #5F5582 in popluar color models

5F5582
RGB9585130
HSL253°20.93%42.16%
HSB/HSV253°34.62%50.98%
CMYK26.92%34.62%0.00%
49.02%

Color #5F5582 in popluar number systems.

HEX5F5582
Decimal9585130
Binary1011111101010110000010
Octal137125202

Shades and tints

Shades of #5F5582

#5F5582
(95,85,130)
#574E77
(87,78,119)
#4F476C
(79,71,108)
#474061
(71,64,97)
#3F3956
(63,57,86)
#37324B
(55,50,75)
#2F2B40
(47,43,64)
#272435
(39,36,53)
#1F1D2A
(31,29,42)
#17161F
(23,22,31)
#0F0F14
(15,15,20)
#000000
(0,0,0)

Tints of #5F5582

#5F5582
(95,85,130)
#6D648D
(109,100,141)
#7B7398
(123,115,152)
#8982A3
(137,130,163)
#9791AE
(151,145,174)
#A5A0B9
(165,160,185)
#B3AFC4
(179,175,196)
#C1BECF
(193,190,207)
#CFCDDA
(207,205,218)
#DDDCE5
(221,220,229)
#EBEBF0
(235,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F5582 color. Also use rgb(95,85,130) instead hex code.

Text Font Color

.myTextColor { color: #5F5582; }

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

This text font color is #5F5582.


Background Color

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

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

This div background color is #5F5582.


Border color

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

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

This div border color is #5F5582.


Opacity

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

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

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

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

This text has shadow with #5F5582 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F5582 on black background.


Color preview on white background

This text has color #5F5582 on white background.



Black color preview on #5F5582 background

This text has black color on #5F5582 background.


White color preview on #5F5582 background

This text has white color on #5F5582 background.