COLOR #85597D

HEX: #85597D RGB: (133,89,125)

Color info

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

RGB color model

#85597D color RGB value is (133,89,125).

RGB: (133,89,125) (52%, 35%, 49%)

RGB channels and saturation

R 133 of 255 = 52%
G 89 of 255 = 35%
B 125 of 255 = 49%

133
89
125

R + G + B ~ 45%. #85597D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 133 + 89 + 125 = 347 (100%)
R 133 of 347 ~ 38.33%
G 89 of 347 ~ 25.65%
B 125 of 347 ~ 36.02'%

%38.33
%25.65
%36.02

CMYK color model

#85597D color CMYK value is (0,33,6,48).

  • cyan value is 0.00%
  • magenta value is 33.08%
  • yellow value is 6.02%
  • key color value is 47.84%

CMYK: (0,33,6,48)
C0M33Y6K48 (0%, 33%, 6%, 48%)
(0.00 / 0.33 / 0.06 / 0.48)

CMYK percentages

%0
%33.08
%6.02
%47.84

Codes

Color #85597D in popluar color models

85 59 7D
RGB 133 89 125
HSL 311° 19.82% 43.53%
HSB/HSV 311° 33.08% 52.16%
CMYK 0.00% 33.08% 6.02%
47.84%

Color #85597D in popluar number systems.

HEX 85 59 7D
Decimal 133 89 125
Binary 10000101 1011001 1111101
Octal 205 131 175

Shades and tints

Shades of #85597D

#85597D
(133,89,125)
#795172
(121,81,114)
#6D4967
(109,73,103)
#61415C
(97,65,92)
#553951
(85,57,81)
#493146
(73,49,70)
#3D293B
(61,41,59)
#312130
(49,33,48)
#251925
(37,25,37)
#19111A
(25,17,26)
#0D090F
(13,9,15)
#000000
(0,0,0)

Tints of #85597D

#85597D
(133,89,125)
#906888
(144,104,136)
#9B7793
(155,119,147)
#A6869E
(166,134,158)
#B195A9
(177,149,169)
#BCA4B4
(188,164,180)
#C7B3BF
(199,179,191)
#D2C2CA
(210,194,202)
#DDD1D5
(221,209,213)
#E8E0E0
(232,224,224)
#F3EFEB
(243,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85597D color. Also use rgb(133,89,125) instead hex code.

Text Font Color

.myTextColor { color: #85597D; }

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

This text font color is #85597D.

Background Color

.myBgColor { background-color: #85597D; }

<div style="background-color:#85597D">Inner text</div>

This div background color is #85597D.

Border color

.myBorderColor { border: 1px solid #85597D; }

<div style="border:3px solid #85597D">Div</div>

This div border color is #85597D.

Opacity

.myOpacity80 { color: #85597D; opacity: 0.8; }

<p style="color:#85597D;opacity:0.8;">80%</p>

Text with #85597D 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 #85597D;}

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

This text has shadow with #85597D color.


.textShadow {text-shadow: 3px 3px 1px #85597D', 3px 3px 1px red;}

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

This text has shadow with #85597D primary color and red secondary color.


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

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

This text has shadow with #85597D and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #85597D; -webkit-box-shadow: 1px 1px 3px 2px #85597D; box-shadow:1px 1px 3px 2px #85597D;">
Div content here
</div>

This div box has shadow with color #85597D.

Preview

Color preview on black background

This text has color #85597D on black background.


Color preview on white background

This text has color #85597D on white background.


Black color preview on #85597D background

This text has black color on #85597D background.


White color preview on #85597D background

This text has white color on #85597D background.


Related colors

Complementary color

Complementary color for #hex is #7AA682.


I love getcolorcode.com

Triadic colors

1 #7D8559 and #597D85 with #85597D are triadic colors.

2 #7D5985 and #59857D with #85597D are triadic colors.