COLOR #858598

HEX: #858598
RGB: (133,133,152)

Color info

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

RGB color model

#858598 color RGB value is (133,133,152).

  • red value is 133;
  • green value is 133;
  • blue value is 152.
RGB:
(133,133,152)
(52%,52%,60%)

RGB channels and saturation

R 133 of 255 = 52%
G 133 of 255 = 52%
B 152 of 255 = 60%

133
133
152

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

Portions of RGB colors in percentages

R + G + B =
133 + 133 + 152 = 418 (100%)
R 133 of 418 ~ 31.82%
G 133 of 418 ~ 31.82%
B 152 of 418 ~ 36.36%

%31.82
%31.82
%36.36

CMYK color model

#858598 color CMYK value is (13,13,0,40).

  • cyan value is 12.50%
  • magenta value is 12.50%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(13,13,0,40)
C13M13Y0K40 
(13%,13%,0%,40%)
(0.13/0.13/0.00/0.40)	

CMYK percentages

%12.5
%12.5
%0
%40.39

Codes

Color #858598 in popluar color models

858598
RGB133133152
HSL240°8.44%55.88%
HSB/HSV240°12.50%59.61%
CMYK12.50%12.50%0.00%
40.39%

Color #858598 in popluar number systems.

HEX858598
Decimal133133152
Binary100001011000010110011000
Octal205205230

Shades and tints

Shades of #858598

#858598
(133,133,152)
#79798B
(121,121,139)
#6D6D7E
(109,109,126)
#616171
(97,97,113)
#555564
(85,85,100)
#494957
(73,73,87)
#3D3D4A
(61,61,74)
#31313D
(49,49,61)
#252530
(37,37,48)
#191923
(25,25,35)
#0D0D16
(13,13,22)
#000000
(0,0,0)

Tints of #858598

#858598
(133,133,152)
#9090A1
(144,144,161)
#9B9BAA
(155,155,170)
#A6A6B3
(166,166,179)
#B1B1BC
(177,177,188)
#BCBCC5
(188,188,197)
#C7C7CE
(199,199,206)
#D2D2D7
(210,210,215)
#DDDDE0
(221,221,224)
#E8E8E9
(232,232,233)
#F3F3F2
(243,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #858598; }

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

This text font color is #858598.


Background Color

.myBgColor { background-color: #858598; }

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

This div background color is #858598.


Border color

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

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

This div border color is #858598.


Opacity

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

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

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

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

This text has shadow with #858598 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #858598 on black background.


Color preview on white background

This text has color #858598 on white background.



Black color preview on #858598 background

This text has black color on #858598 background.


White color preview on #858598 background

This text has white color on #858598 background.