COLOR #85567C

HEX: #85567C
RGB: (133,86,124)

Color info

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

RGB color model

#85567C color RGB value is (133,86,124).

  • red value is 133;
  • green value is 86;
  • blue value is 124.
RGB:
(133,86,124)
(52%,34%,49%)

RGB channels and saturation

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

133
86
124

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

Portions of RGB colors in percentages

R + G + B =
133 + 86 + 124 = 343 (100%)
R 133 of 343 ~ 38.78%
G 86 of 343 ~ 25.07%
B 124 of 343 ~ 36.15%

%38.78
%25.07
%36.15

CMYK color model

#85567C color CMYK value is (0,35,7,48).

  • cyan value is 0.00%
  • magenta value is 35.34%
  • yellow value is 6.77%
  • key color value is 47.84%
CMYK:
(0,35,7,48)
C0M35Y7K48 
(0%,35%,7%,48%)
(0.00/0.35/0.07/0.48)	

CMYK percentages

%0
%35.34
%6.77
%47.84

Codes

Color #85567C in popluar color models

85567C
RGB13386124
HSL311°21.46%42.94%
HSB/HSV311°35.34%52.16%
CMYK0.00%35.34%6.77%
47.84%

Color #85567C in popluar number systems.

HEX85567C
Decimal13386124
Binary1000010110101101111100
Octal205126174

Shades and tints

Shades of #85567C

#85567C
(133,86,124)
#794F71
(121,79,113)
#6D4866
(109,72,102)
#61415B
(97,65,91)
#553A50
(85,58,80)
#493345
(73,51,69)
#3D2C3A
(61,44,58)
#31252F
(49,37,47)
#251E24
(37,30,36)
#191719
(25,23,25)
#0D100E
(13,16,14)
#000000
(0,0,0)

Tints of #85567C

#85567C
(133,86,124)
#906587
(144,101,135)
#9B7492
(155,116,146)
#A6839D
(166,131,157)
#B192A8
(177,146,168)
#BCA1B3
(188,161,179)
#C7B0BE
(199,176,190)
#D2BFC9
(210,191,201)
#DDCED4
(221,206,212)
#E8DDDF
(232,221,223)
#F3ECEA
(243,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85567C; }

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

This text font color is #85567C.


Background Color

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

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

This div background color is #85567C.


Border color

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

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

This div border color is #85567C.


Opacity

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

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

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

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

This text has shadow with #85567C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85567C on black background.


Color preview on white background

This text has color #85567C on white background.



Black color preview on #85567C background

This text has black color on #85567C background.


White color preview on #85567C background

This text has white color on #85567C background.