COLOR #858591

HEX: #858591 RGB: (133,133,145)

Color info

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

RGB color model

#858591 color RGB value is (133,133,145).

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

RGB channels and saturation

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

133
133
145

R + G + B ~ 54%. #858591 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 133 + 133 + 145 = 411 (100%)
R 133 of 411 ~ 32.36%
G 133 of 411 ~ 32.36%
B 145 of 411 ~ 35.28'%

%32.36
%32.36
%35.28

CMYK color model

#858591 color CMYK value is (8,8,0,43).

  • cyan value is 8.28%
  • magenta value is 8.28%
  • yellow value is 0.00%
  • key color value is 43.14%

CMYK: (8,8,0,43)
C8M8Y0K43 (8%, 8%, 0%, 43%)
(0.08 / 0.08 / 0.00 / 0.43)

CMYK percentages

%8.28
%8.28
%0
%43.14

Codes

Color #858591 in popluar color models

85 85 91
RGB 133 133 145
HSL 240° 5.17% 54.51%
HSB/HSV 240° 8.28% 56.86%
CMYK 8.28% 8.28% 0.00%
43.14%

Color #858591 in popluar number systems.

HEX 85 85 91
Decimal 133 133 145
Binary 10000101 10000101 10010001
Octal 205 205 221

Shades and tints

Shades of #858591

#858591
(133,133,145)
#797984
(121,121,132)
#6D6D77
(109,109,119)
#61616A
(97,97,106)
#55555D
(85,85,93)
#494950
(73,73,80)
#3D3D43
(61,61,67)
#313136
(49,49,54)
#252529
(37,37,41)
#19191C
(25,25,28)
#0D0D0F
(13,13,15)
#000000
(0,0,0)

Tints of #858591

#858591
(133,133,145)
#90909B
(144,144,155)
#9B9BA5
(155,155,165)
#A6A6AF
(166,166,175)
#B1B1B9
(177,177,185)
#BCBCC3
(188,188,195)
#C7C7CD
(199,199,205)
#D2D2D7
(210,210,215)
#DDDDE1
(221,221,225)
#E8E8EB
(232,232,235)
#F3F3F5
(243,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #858591; }

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

This text font color is #858591.

Background Color

.myBgColor { background-color: #858591; }

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

This div background color is #858591.

Border color

.myBorderColor { border: 1px solid #858591; }

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

This div border color is #858591.

Opacity

.myOpacity80 { color: #858591; opacity: 0.8; }

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

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

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

This text has shadow with #858591 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #858591.

Preview

Color preview on black background

This text has color #858591 on black background.


Color preview on white background

This text has color #858591 on white background.


Black color preview on #858591 background

This text has black color on #858591 background.


White color preview on #858591 background

This text has white color on #858591 background.


Related colors

Complementary color

Complementary color for #hex is #7A7A6E.


I love getcolorcode.com