COLOR #585553

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

88
85
83

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

Portions of RGB colors in percentages

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

%34.38
%33.2
%32.42

CMYK color model

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

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

CMYK percentages

%0
%3.41
%5.68
%65.49

Codes

Color #585553 in popluar color models

585553
RGB888583
HSL24°2.92%33.53%
HSB/HSV24°5.68%34.51%
CMYK0.00%3.41%5.68%
65.49%

Color #585553 in popluar number systems.

HEX585553
Decimal888583
Binary101100010101011010011
Octal130125123

Shades and tints

Shades of #585553

#585553
(88,85,83)
#504E4C
(80,78,76)
#484745
(72,71,69)
#40403E
(64,64,62)
#383937
(56,57,55)
#303230
(48,50,48)
#282B29
(40,43,41)
#202422
(32,36,34)
#181D1B
(24,29,27)
#101614
(16,22,20)
#080F0D
(8,15,13)
#000000
(0,0,0)

Tints of #585553

#585553
(88,85,83)
#676462
(103,100,98)
#767371
(118,115,113)
#858280
(133,130,128)
#94918F
(148,145,143)
#A3A09E
(163,160,158)
#B2AFAD
(178,175,173)
#C1BEBC
(193,190,188)
#D0CDCB
(208,205,203)
#DFDCDA
(223,220,218)
#EEEBE9
(238,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585553; }

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

This text font color is #585553.


Background Color

.myBgColor { background-color: #585553; }

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

This div background color is #585553.


Border color

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

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

This div border color is #585553.


Opacity

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

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

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

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

This text has shadow with #585553 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585553 on black background.


Color preview on white background

This text has color #585553 on white background.



Black color preview on #585553 background

This text has black color on #585553 background.


White color preview on #585553 background

This text has white color on #585553 background.