COLOR #85567E

HEX: #85567E RGB: (133,86,126)

Color info

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

RGB color model

#85567E color RGB value is (133,86,126).

RGB: (133,86,126) (52%, 34%, 49%)

RGB channels and saturation

R 133 of 255 = 52%
G 86 of 255 = 34%
B 126 of 255 = 49%

133
86
126

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

Portions of RGB colors in percentages

R + G + B = 133 + 86 + 126 = 345 (100%)
R 133 of 345 ~ 38.55%
G 86 of 345 ~ 24.93%
B 126 of 345 ~ 36.52'%

%38.55
%24.93
%36.52

CMYK color model

#85567E color CMYK value is (0,35,5,48).

  • cyan value is 0.00%
  • magenta value is 35.34%
  • yellow value is 5.26%
  • key color value is 47.84%
CMYK: (0,35,5,48) C0M35Y5K48 (0%,35%,5%,48%) (0.00/0.35/0.05/0.48) 

CMYK percentages

%0
%35.34
%5.26
%47.84

Codes

Color #85567E in popluar color models

85 56 7E
RGB 133 86 126
HSL 309° 21.46% 42.94%
HSB/HSV 309° 35.34% 52.16%
CMYK 0.00% 35.34% 5.26%
47.84%

Color #85567E in popluar number systems.

HEX 85 56 7E
Decimal 133 86 126
Binary 10000101 1010110 1111110
Octal 205 126 176

Shades and tints

Shades of #85567E

#85567E
(133,86,126)
#794F73
(121,79,115)
#6D4868
(109,72,104)
#61415D
(97,65,93)
#553A52
(85,58,82)
#493347
(73,51,71)
#3D2C3C
(61,44,60)
#312531
(49,37,49)
#251E26
(37,30,38)
#19171B
(25,23,27)
#0D1010
(13,16,16)
#000000
(0,0,0)

Tints of #85567E

#85567E
(133,86,126)
#906589
(144,101,137)
#9B7494
(155,116,148)
#A6839F
(166,131,159)
#B192AA
(177,146,170)
#BCA1B5
(188,161,181)
#C7B0C0
(199,176,192)
#D2BFCB
(210,191,203)
#DDCED6
(221,206,214)
#E8DDE1
(232,221,225)
#F3ECEC
(243,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85567E color. Also use rgb(133,86,126) instead hex code.

Text Font Color

.myTextColor { color: #85567E; }

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

This text font color is #85567E.

Background Color

.myBgColor { background-color: #85567E; }

<div style="background-color:#85567E">Inner text</div>

This div background color is #85567E.

Border color

.myBorderColor { border: 1px solid #85567E; }

<div style="border:3px solid #85567E">Div</div>

This div border color is #85567E.

Opacity

.myOpacity80 { color: #85567E; opacity: 0.8; }

<p style="color:#85567E;opacity:0.8;">80%</p>

Text with #85567E 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 #85567E;}

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

This text has shadow with #85567E color.


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

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

This text has shadow with #85567E primary color and red secondary color.


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

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

This text has shadow with #85567E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #85567E.

Preview

Color preview on black background

This text has color #85567E on black background.


Color preview on white background

This text has color #85567E on white background.


Black color preview on #85567E background

This text has black color on #85567E background.


White color preview on #85567E background

This text has white color on #85567E background.


Related colors

Complementary color

Complementary color for #hex is #7AA981.


I love getcolorcode.com

Triadic colors

1 #7E8556 and #567E85 with #85567E are triadic colors.

2 #7E5685 and #56857E with #85567E are triadic colors.