COLOR #85587F

HEX: #85587F
RGB: (133,88,127)

Color info

#85587F contains red, green and blue colors in about the same proportion. Web safe color of #85587F is #996666 (or #966).

RGB color model

#85587F color RGB value is (133,88,127).

  • red value is 133;
  • green value is 88;
  • blue value is 127.
RGB:
(133,88,127)
(52%,35%,50%)

RGB channels and saturation

R 133 of 255 = 52%
G 88 of 255 = 35%
B 127 of 255 = 50%

133
88
127

R + G + B ~ 46%. #85587F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
133 + 88 + 127 = 348 (100%)
R 133 of 348 ~ 38.22%
G 88 of 348 ~ 25.29%
B 127 of 348 ~ 36.49%

%38.22
%25.29
%36.49

CMYK color model

#85587F color CMYK value is (0,34,5,48).

  • cyan value is 0.00%
  • magenta value is 33.83%
  • yellow value is 4.51%
  • key color value is 47.84%
CMYK:
(0,34,5,48)
C0M34Y5K48 
(0%,34%,5%,48%)
(0.00/0.34/0.05/0.48)	

CMYK percentages

%0
%33.83
%4.51
%47.84

Codes

Color #85587F in popluar color models

85587F
RGB13388127
HSL308°20.36%43.33%
HSB/HSV308°33.83%52.16%
CMYK0.00%33.83%4.51%
47.84%

Color #85587F in popluar number systems.

HEX85587F
Decimal13388127
Binary1000010110110001111111
Octal205130177

Shades and tints

Shades of #85587F

#85587F
(133,88,127)
#795074
(121,80,116)
#6D4869
(109,72,105)
#61405E
(97,64,94)
#553853
(85,56,83)
#493048
(73,48,72)
#3D283D
(61,40,61)
#312032
(49,32,50)
#251827
(37,24,39)
#19101C
(25,16,28)
#0D0811
(13,8,17)
#000000
(0,0,0)

Tints of #85587F

#85587F
(133,88,127)
#90678A
(144,103,138)
#9B7695
(155,118,149)
#A685A0
(166,133,160)
#B194AB
(177,148,171)
#BCA3B6
(188,163,182)
#C7B2C1
(199,178,193)
#D2C1CC
(210,193,204)
#DDD0D7
(221,208,215)
#E8DFE2
(232,223,226)
#F3EEED
(243,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85587F color. Also use rgb(133,88,127) instead hex code.

Text Font Color

.myTextColor { color: #85587F; }

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

This text font color is #85587F.


Background Color

.myBgColor { background-color: #85587F; }

<div style="background-color:#85587F">Inner text</div>

This div background color is #85587F.


Border color

.myBorderColor { border: 1px solid #85587F; }

<div style="border:3px solid #85587F">Div</div>

This div border color is #85587F.


Opacity

.myOpacity80 { color: #85587F; opacity: 0.8; }

<p style="color:#85587F;opacity:0.8;">80%</p>

Text with #85587F 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 #85587F;}

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

This text has shadow with #85587F color.

.textShadow {text-shadow: 3px 3px 1px #85587F, 3px 3px 1px red;}

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

This text has shadow with #85587F primary color and red secondary color.


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

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

This text has shadow with #85587F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85587F on black background.


Color preview on white background

This text has color #85587F on white background.



Black color preview on #85587F background

This text has black color on #85587F background.


White color preview on #85587F background

This text has white color on #85587F background.