COLOR #8591AD

HEX: #8591AD RGB: (133,145,173)

Color info

#8591AD contains red, green and blue colors in about the same proportion. Web safe color of #8591AD is #999999 (or #999).

RGB color model

#8591AD color RGB value is (133,145,173).

RGB: (133,145,173) (52%, 57%, 68%)

RGB channels and saturation

R 133 of 255 = 52%
G 145 of 255 = 57%
B 173 of 255 = 68%

133
145
173

R + G + B ~ 59%. #8591AD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 133 + 145 + 173 = 451 (100%)
R 133 of 451 ~ 29.49%
G 145 of 451 ~ 32.15%
B 173 of 451 ~ 38.36'%

%29.49
%32.15
%38.36

CMYK color model

#8591AD color CMYK value is (23,16,0,32).

  • cyan value is 23.12%
  • magenta value is 16.18%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (23,16,0,32)
C23M16Y0K32 (23%, 16%, 0%, 32%)
(0.23 / 0.16 / 0.00 / 0.32)

CMYK percentages

%23.12
%16.18
%0
%32.16

Codes

Color #8591AD in popluar color models

85 91 AD
RGB 133 145 173
HSL 222° 19.61% 60.00%
HSB/HSV 222° 23.12% 67.84%
CMYK 23.12% 16.18% 0.00%
32.16%

Color #8591AD in popluar number systems.

HEX 85 91 AD
Decimal 133 145 173
Binary 10000101 10010001 10101101
Octal 205 221 255

Shades and tints

Shades of #8591AD

#8591AD
(133,145,173)
#79849E
(121,132,158)
#6D778F
(109,119,143)
#616A80
(97,106,128)
#555D71
(85,93,113)
#495062
(73,80,98)
#3D4353
(61,67,83)
#313644
(49,54,68)
#252935
(37,41,53)
#191C26
(25,28,38)
#0D0F17
(13,15,23)
#000000
(0,0,0)

Tints of #8591AD

#8591AD
(133,145,173)
#909BB4
(144,155,180)
#9BA5BB
(155,165,187)
#A6AFC2
(166,175,194)
#B1B9C9
(177,185,201)
#BCC3D0
(188,195,208)
#C7CDD7
(199,205,215)
#D2D7DE
(210,215,222)
#DDE1E5
(221,225,229)
#E8EBEC
(232,235,236)
#F3F5F3
(243,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8591AD color. Also use rgb(133,145,173) instead hex code.

Text Font Color

.myTextColor { color: #8591AD; }

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

This text font color is #8591AD.

Background Color

.myBgColor { background-color: #8591AD; }

<div style="background-color:#8591AD">Inner text</div>

This div background color is #8591AD.

Border color

.myBorderColor { border: 1px solid #8591AD; }

<div style="border:3px solid #8591AD">Div</div>

This div border color is #8591AD.

Opacity

.myOpacity80 { color: #8591AD; opacity: 0.8; }

<p style="color:#8591AD;opacity:0.8;">80%</p>

Text with #8591AD 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 #8591AD;}

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

This text has shadow with #8591AD color.


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

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

This text has shadow with #8591AD primary color and red secondary color.


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

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

This text has shadow with #8591AD and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8591AD.

Preview

Color preview on black background

This text has color #8591AD on black background.


Color preview on white background

This text has color #8591AD on white background.


Black color preview on #8591AD background

This text has black color on #8591AD background.


White color preview on #8591AD background

This text has white color on #8591AD background.


Related colors

Complementary color

Complementary color for #hex is #7A6E52.


I love getcolorcode.com

Triadic colors

1 #AD8591 and #91AD85 with #8591AD are triadic colors.

2 #AD9185 and #9185AD with #8591AD are triadic colors.