COLOR #585570

HEX: #585570
RGB: (88,85,112)

Color info

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

RGB color model

#585570 color RGB value is (88,85,112).

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

RGB channels and saturation

R 88 of 255 = 35%
G 85 of 255 = 33%
B 112 of 255 = 44%

88
85
112

R + G + B ~ 37%. #585570 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 85 + 112 = 285 (100%)
R 88 of 285 ~ 30.88%
G 85 of 285 ~ 29.82%
B 112 of 285 ~ 39.3%

%30.88
%29.82
%39.3

CMYK color model

#585570 color CMYK value is (21,24,0,56).

  • cyan value is 21.43%
  • magenta value is 24.11%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(21,24,0,56)
C21M24Y0K56 
(21%,24%,0%,56%)
(0.21/0.24/0.00/0.56)	

CMYK percentages

%21.43
%24.11
%0
%56.08

Codes

Color #585570 in popluar color models

585570
RGB8885112
HSL247°13.71%38.63%
HSB/HSV247°24.11%43.92%
CMYK21.43%24.11%0.00%
56.08%

Color #585570 in popluar number systems.

HEX585570
Decimal8885112
Binary101100010101011110000
Octal130125160

Shades and tints

Shades of #585570

#585570
(88,85,112)
#504E66
(80,78,102)
#48475C
(72,71,92)
#404052
(64,64,82)
#383948
(56,57,72)
#30323E
(48,50,62)
#282B34
(40,43,52)
#20242A
(32,36,42)
#181D20
(24,29,32)
#101616
(16,22,22)
#080F0C
(8,15,12)
#000000
(0,0,0)

Tints of #585570

#585570
(88,85,112)
#67647D
(103,100,125)
#76738A
(118,115,138)
#858297
(133,130,151)
#9491A4
(148,145,164)
#A3A0B1
(163,160,177)
#B2AFBE
(178,175,190)
#C1BECB
(193,190,203)
#D0CDD8
(208,205,216)
#DFDCE5
(223,220,229)
#EEEBF2
(238,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585570; }

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

This text font color is #585570.


Background Color

.myBgColor { background-color: #585570; }

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

This div background color is #585570.


Border color

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

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

This div border color is #585570.


Opacity

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

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

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

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

This text has shadow with #585570 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585570 on black background.


Color preview on white background

This text has color #585570 on white background.



Black color preview on #585570 background

This text has black color on #585570 background.


White color preview on #585570 background

This text has white color on #585570 background.