COLOR #585055

HEX: #585055
RGB: (88,80,85)

Color info

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

RGB color model

#585055 color RGB value is (88,80,85).

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

RGB channels and saturation

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

88
80
85

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

Portions of RGB colors in percentages

R + G + B =
88 + 80 + 85 = 253 (100%)
R 88 of 253 ~ 34.78%
G 80 of 253 ~ 31.62%
B 85 of 253 ~ 33.6%

%34.78
%31.62
%33.6

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.09%
  • yellow value is 3.41%
  • key color value is 65.49%
CMYK:
(0,9,3,65)
C0M9Y3K65 
(0%,9%,3%,65%)
(0.00/0.09/0.03/0.65)	

CMYK percentages

%0
%9.09
%3.41
%65.49

Codes

Color #585055 in popluar color models

585055
RGB888085
HSL323°4.76%32.94%
HSB/HSV323°9.09%34.51%
CMYK0.00%9.09%3.41%
65.49%

Color #585055 in popluar number systems.

HEX585055
Decimal888085
Binary101100010100001010101
Octal130120125

Shades and tints

Shades of #585055

#585055
(88,80,85)
#50494E
(80,73,78)
#484247
(72,66,71)
#403B40
(64,59,64)
#383439
(56,52,57)
#302D32
(48,45,50)
#28262B
(40,38,43)
#201F24
(32,31,36)
#18181D
(24,24,29)
#101116
(16,17,22)
#080A0F
(8,10,15)
#000000
(0,0,0)

Tints of #585055

#585055
(88,80,85)
#675F64
(103,95,100)
#766E73
(118,110,115)
#857D82
(133,125,130)
#948C91
(148,140,145)
#A39BA0
(163,155,160)
#B2AAAF
(178,170,175)
#C1B9BE
(193,185,190)
#D0C8CD
(208,200,205)
#DFD7DC
(223,215,220)
#EEE6EB
(238,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585055; }

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

This text font color is #585055.


Background Color

.myBgColor { background-color: #585055; }

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

This div background color is #585055.


Border color

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

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

This div border color is #585055.


Opacity

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

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

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

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

This text has shadow with #585055 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585055 on black background.


Color preview on white background

This text has color #585055 on white background.



Black color preview on #585055 background

This text has black color on #585055 background.


White color preview on #585055 background

This text has white color on #585055 background.