COLOR #85577D

HEX: #85577D RGB: (133,87,125)

Color info

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

RGB color model

#85577D color RGB value is (133,87,125).

RGB: (133,87,125) (52%, 34%, 49%)

RGB channels and saturation

R 133 of 255 = 52%
G 87 of 255 = 34%
B 125 of 255 = 49%

133
87
125

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

Portions of RGB colors in percentages

R + G + B = 133 + 87 + 125 = 345 (100%)
R 133 of 345 ~ 38.55%
G 87 of 345 ~ 25.22%
B 125 of 345 ~ 36.23'%

%38.55
%25.22
%36.23

CMYK color model

#85577D color CMYK value is (0,35,6,48).

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

CMYK: (0,35,6,48)
C0M35Y6K48 (0%, 35%, 6%, 48%)
(0.00 / 0.35 / 0.06 / 0.48)

CMYK percentages

%0
%34.59
%6.02
%47.84

Codes

Color #85577D in popluar color models

85 57 7D
RGB 133 87 125
HSL 310° 20.91% 43.14%
HSB/HSV 310° 34.59% 52.16%
CMYK 0.00% 34.59% 6.02%
47.84%

Color #85577D in popluar number systems.

HEX 85 57 7D
Decimal 133 87 125
Binary 10000101 1010111 1111101
Octal 205 127 175

Shades and tints

Shades of #85577D

#85577D
(133,87,125)
#795072
(121,80,114)
#6D4967
(109,73,103)
#61425C
(97,66,92)
#553B51
(85,59,81)
#493446
(73,52,70)
#3D2D3B
(61,45,59)
#312630
(49,38,48)
#251F25
(37,31,37)
#19181A
(25,24,26)
#0D110F
(13,17,15)
#000000
(0,0,0)

Tints of #85577D

#85577D
(133,87,125)
#906688
(144,102,136)
#9B7593
(155,117,147)
#A6849E
(166,132,158)
#B193A9
(177,147,169)
#BCA2B4
(188,162,180)
#C7B1BF
(199,177,191)
#D2C0CA
(210,192,202)
#DDCFD5
(221,207,213)
#E8DEE0
(232,222,224)
#F3EDEB
(243,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85577D; }

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

This text font color is #85577D.

Background Color

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

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

This div background color is #85577D.

Border color

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

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

This div border color is #85577D.

Opacity

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

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

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

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

This text has shadow with #85577D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85577D.

Preview

Color preview on black background

This text has color #85577D on black background.


Color preview on white background

This text has color #85577D on white background.


Black color preview on #85577D background

This text has black color on #85577D background.


White color preview on #85577D background

This text has white color on #85577D background.


Related colors

Complementary color

Complementary color for #hex is #7AA882.


I love getcolorcode.com

Triadic colors

1 #7D8557 and #577D85 with #85577D are triadic colors.

2 #7D5785 and #57857D with #85577D are triadic colors.