COLOR #585056

HEX: #585056
RGB: (88,80,86)

Color info

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

RGB color model

#585056 color RGB value is (88,80,86).

  • red value is 88;
  • green value is 80;
  • blue value is 86.
RGB:
(88,80,86)
(35%,31%,34%)

RGB channels and saturation

R 88 of 255 = 35%
G 80 of 255 = 31%
B 86 of 255 = 34%

88
80
86

R + G + B ~ 33%. #585056 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 80 + 86 = 254 (100%)
R 88 of 254 ~ 34.65%
G 80 of 254 ~ 31.5%
B 86 of 254 ~ 33.86%

%34.65
%31.5
%33.86

CMYK color model

#585056 color CMYK value is (0,9,2,65).

  • cyan value is 0.00%
  • magenta value is 9.09%
  • yellow value is 2.27%
  • key color value is 65.49%
CMYK:
(0,9,2,65)
C0M9Y2K65 
(0%,9%,2%,65%)
(0.00/0.09/0.02/0.65)	

CMYK percentages

%0
%9.09
%2.27
%65.49

Codes

Color #585056 in popluar color models

585056
RGB888086
HSL315°4.76%32.94%
HSB/HSV315°9.09%34.51%
CMYK0.00%9.09%2.27%
65.49%

Color #585056 in popluar number systems.

HEX585056
Decimal888086
Binary101100010100001010110
Octal130120126

Shades and tints

Shades of #585056

#585056
(88,80,86)
#50494F
(80,73,79)
#484248
(72,66,72)
#403B41
(64,59,65)
#38343A
(56,52,58)
#302D33
(48,45,51)
#28262C
(40,38,44)
#201F25
(32,31,37)
#18181E
(24,24,30)
#101117
(16,17,23)
#080A10
(8,10,16)
#000000
(0,0,0)

Tints of #585056

#585056
(88,80,86)
#675F65
(103,95,101)
#766E74
(118,110,116)
#857D83
(133,125,131)
#948C92
(148,140,146)
#A39BA1
(163,155,161)
#B2AAB0
(178,170,176)
#C1B9BF
(193,185,191)
#D0C8CE
(208,200,206)
#DFD7DD
(223,215,221)
#EEE6EC
(238,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585056; }

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

This text font color is #585056.


Background Color

.myBgColor { background-color: #585056; }

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

This div background color is #585056.


Border color

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

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

This div border color is #585056.


Opacity

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

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

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

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

This text has shadow with #585056 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585056 on black background.


Color preview on white background

This text has color #585056 on white background.



Black color preview on #585056 background

This text has black color on #585056 background.


White color preview on #585056 background

This text has white color on #585056 background.