COLOR #585855

HEX: #585855 RGB: (88,88,85)

Color info

#585855 contains red, green and blue colors in about the same proportion. Web safe color of #585855 is #666666 (or #666).

RGB color model

#585855 color RGB value is (88,88,85).

RGB: (88,88,85) (35%, 35%, 33%)

RGB channels and saturation

R 88 of 255 = 35%
G 88 of 255 = 35%
B 85 of 255 = 33%

88
88
85

R + G + B ~ 34%. #585855 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 88 + 88 + 85 = 261 (100%)
R 88 of 261 ~ 33.72%
G 88 of 261 ~ 33.72%
B 85 of 261 ~ 32.57'%

%33.72
%33.72
%32.57

CMYK color model

#585855 color CMYK value is (0,0,3,65).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 3.41%
  • key color value is 65.49%

CMYK: (0,0,3,65)
C0M0Y3K65 (0%, 0%, 3%, 65%)
(0.00 / 0.00 / 0.03 / 0.65)

CMYK percentages

%0
%0
%3.41
%65.49

Codes

Color #585855 in popluar color models

58 58 55
RGB 88 88 85
HSL 60° 1.73% 33.92%
HSB/HSV 60° 3.41% 34.51%
CMYK 0.00% 0.00% 3.41%
65.49%

Color #585855 in popluar number systems.

HEX 58 58 55
Decimal 88 88 85
Binary 1011000 1011000 1010101
Octal 130 130 125

Shades and tints

Shades of #585855

#585855
(88,88,85)
#50504E
(80,80,78)
#484847
(72,72,71)
#404040
(64,64,64)
#383839
(56,56,57)
#303032
(48,48,50)
#28282B
(40,40,43)
#202024
(32,32,36)
#18181D
(24,24,29)
#101016
(16,16,22)
#08080F
(8,8,15)
#000000
(0,0,0)

Tints of #585855

#585855
(88,88,85)
#676764
(103,103,100)
#767673
(118,118,115)
#858582
(133,133,130)
#949491
(148,148,145)
#A3A3A0
(163,163,160)
#B2B2AF
(178,178,175)
#C1C1BE
(193,193,190)
#D0D0CD
(208,208,205)
#DFDFDC
(223,223,220)
#EEEEEB
(238,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #585855 color. Also use rgb(88,88,85) instead hex code.

Text Font Color

.myTextColor { color: #585855; }

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

This text font color is #585855.

Background Color

.myBgColor { background-color: #585855; }

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

This div background color is #585855.

Border color

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

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

This div border color is #585855.

Opacity

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

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

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

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

This text has shadow with #585855 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #585855.

Preview

Color preview on black background

This text has color #585855 on black background.


Color preview on white background

This text has color #585855 on white background.


Black color preview on #585855 background

This text has black color on #585855 background.


White color preview on #585855 background

This text has white color on #585855 background.


Related colors

Complementary color

Complementary color for #hex is #A7A7AA.


I love getcolorcode.com