COLOR #585588

HEX: #585588
RGB: (88,85,136)

Color info

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

RGB color model

#585588 color RGB value is (88,85,136).

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

RGB channels and saturation

R 88 of 255 = 35%
G 85 of 255 = 33%
B 136 of 255 = 53%

88
85
136

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

Portions of RGB colors in percentages

R + G + B =
88 + 85 + 136 = 309 (100%)
R 88 of 309 ~ 28.48%
G 85 of 309 ~ 27.51%
B 136 of 309 ~ 44.01%

%28.48
%27.51
%44.01

CMYK color model

#585588 color CMYK value is (35,38,0,47).

  • cyan value is 35.29%
  • magenta value is 37.50%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(35,38,0,47)
C35M38Y0K47 
(35%,38%,0%,47%)
(0.35/0.38/0.00/0.47)	

CMYK percentages

%35.29
%37.5
%0
%46.67

Codes

Color #585588 in popluar color models

585588
RGB8885136
HSL244°23.08%43.33%
HSB/HSV244°37.50%53.33%
CMYK35.29%37.50%0.00%
46.67%

Color #585588 in popluar number systems.

HEX585588
Decimal8885136
Binary1011000101010110001000
Octal130125210

Shades and tints

Shades of #585588

#585588
(88,85,136)
#504E7C
(80,78,124)
#484770
(72,71,112)
#404064
(64,64,100)
#383958
(56,57,88)
#30324C
(48,50,76)
#282B40
(40,43,64)
#202434
(32,36,52)
#181D28
(24,29,40)
#10161C
(16,22,28)
#080F10
(8,15,16)
#000000
(0,0,0)

Tints of #585588

#585588
(88,85,136)
#676492
(103,100,146)
#76739C
(118,115,156)
#8582A6
(133,130,166)
#9491B0
(148,145,176)
#A3A0BA
(163,160,186)
#B2AFC4
(178,175,196)
#C1BECE
(193,190,206)
#D0CDD8
(208,205,216)
#DFDCE2
(223,220,226)
#EEEBEC
(238,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585588; }

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

This text font color is #585588.


Background Color

.myBgColor { background-color: #585588; }

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

This div background color is #585588.


Border color

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

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

This div border color is #585588.


Opacity

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

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

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

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

This text has shadow with #585588 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585588 on black background.


Color preview on white background

This text has color #585588 on white background.



Black color preview on #585588 background

This text has black color on #585588 background.


White color preview on #585588 background

This text has white color on #585588 background.