COLOR #585585

HEX: #585585
RGB: (88,85,133)

Color info

#585585 contains red, green and blue colors in about the same proportion. Web safe color of #585585 is #666699 (or #669).

RGB color model

#585585 color RGB value is (88,85,133).

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

RGB channels and saturation

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

88
85
133

R + G + B ~ 40%. #585585 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
88 + 85 + 133 = 306 (100%)
R 88 of 306 ~ 28.76%
G 85 of 306 ~ 27.78%
B 133 of 306 ~ 43.46%

%28.76
%27.78
%43.46

CMYK color model

#585585 color CMYK value is (34,36,0,48).

  • cyan value is 33.83%
  • magenta value is 36.09%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(34,36,0,48)
C34M36Y0K48 
(34%,36%,0%,48%)
(0.34/0.36/0.00/0.48)	

CMYK percentages

%33.83
%36.09
%0
%47.84

Codes

Color #585585 in popluar color models

585585
RGB8885133
HSL244°22.02%42.75%
HSB/HSV244°36.09%52.16%
CMYK33.83%36.09%0.00%
47.84%

Color #585585 in popluar number systems.

HEX585585
Decimal8885133
Binary1011000101010110000101
Octal130125205

Shades and tints

Shades of #585585

#585585
(88,85,133)
#504E79
(80,78,121)
#48476D
(72,71,109)
#404061
(64,64,97)
#383955
(56,57,85)
#303249
(48,50,73)
#282B3D
(40,43,61)
#202431
(32,36,49)
#181D25
(24,29,37)
#101619
(16,22,25)
#080F0D
(8,15,13)
#000000
(0,0,0)

Tints of #585585

#585585
(88,85,133)
#676490
(103,100,144)
#76739B
(118,115,155)
#8582A6
(133,130,166)
#9491B1
(148,145,177)
#A3A0BC
(163,160,188)
#B2AFC7
(178,175,199)
#C1BED2
(193,190,210)
#D0CDDD
(208,205,221)
#DFDCE8
(223,220,232)
#EEEBF3
(238,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585585; }

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

This text font color is #585585.


Background Color

.myBgColor { background-color: #585585; }

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

This div background color is #585585.


Border color

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

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

This div border color is #585585.


Opacity

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

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

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

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

This text has shadow with #585585 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585585 on black background.


Color preview on white background

This text has color #585585 on white background.



Black color preview on #585585 background

This text has black color on #585585 background.


White color preview on #585585 background

This text has white color on #585585 background.