COLOR #585355

HEX: #585355
RGB: (88,83,85)

Color info

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

RGB color model

#585355 color RGB value is (88,83,85).

  • red value is 88;
  • green value is 83;
  • blue value is 85.
RGB:
(88,83,85)
(35%,33%,33%)

RGB channels and saturation

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

88
83
85

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

Portions of RGB colors in percentages

R + G + B =
88 + 83 + 85 = 256 (100%)
R 88 of 256 ~ 34.38%
G 83 of 256 ~ 32.42%
B 85 of 256 ~ 33.2%

%34.38
%32.42
%33.2

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.68%
  • yellow value is 3.41%
  • key color value is 65.49%
CMYK:
(0,6,3,65)
C0M6Y3K65 
(0%,6%,3%,65%)
(0.00/0.06/0.03/0.65)	

CMYK percentages

%0
%5.68
%3.41
%65.49

Codes

Color #585355 in popluar color models

585355
RGB888385
HSL336°2.92%33.53%
HSB/HSV336°5.68%34.51%
CMYK0.00%5.68%3.41%
65.49%

Color #585355 in popluar number systems.

HEX585355
Decimal888385
Binary101100010100111010101
Octal130123125

Shades and tints

Shades of #585355

#585355
(88,83,85)
#504C4E
(80,76,78)
#484547
(72,69,71)
#403E40
(64,62,64)
#383739
(56,55,57)
#303032
(48,48,50)
#28292B
(40,41,43)
#202224
(32,34,36)
#181B1D
(24,27,29)
#101416
(16,20,22)
#080D0F
(8,13,15)
#000000
(0,0,0)

Tints of #585355

#585355
(88,83,85)
#676264
(103,98,100)
#767173
(118,113,115)
#858082
(133,128,130)
#948F91
(148,143,145)
#A39EA0
(163,158,160)
#B2ADAF
(178,173,175)
#C1BCBE
(193,188,190)
#D0CBCD
(208,203,205)
#DFDADC
(223,218,220)
#EEE9EB
(238,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585355; }

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

This text font color is #585355.


Background Color

.myBgColor { background-color: #585355; }

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

This div background color is #585355.


Border color

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

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

This div border color is #585355.


Opacity

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

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

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

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

This text has shadow with #585355 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585355 on black background.


Color preview on white background

This text has color #585355 on white background.



Black color preview on #585355 background

This text has black color on #585355 background.


White color preview on #585355 background

This text has white color on #585355 background.