COLOR #585470

HEX: #585470
RGB: (88,84,112)

Color info

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

RGB color model

#585470 color RGB value is (88,84,112).

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

RGB channels and saturation

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

88
84
112

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

Portions of RGB colors in percentages

R + G + B =
88 + 84 + 112 = 284 (100%)
R 88 of 284 ~ 30.99%
G 84 of 284 ~ 29.58%
B 112 of 284 ~ 39.44%

%30.99
%29.58
%39.44

CMYK color model

#585470 color CMYK value is (21,25,0,56).

  • cyan value is 21.43%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(21,25,0,56)
C21M25Y0K56 
(21%,25%,0%,56%)
(0.21/0.25/0.00/0.56)	

CMYK percentages

%21.43
%25
%0
%56.08

Codes

Color #585470 in popluar color models

585470
RGB8884112
HSL249°14.29%38.43%
HSB/HSV249°25.00%43.92%
CMYK21.43%25.00%0.00%
56.08%

Color #585470 in popluar number systems.

HEX585470
Decimal8884112
Binary101100010101001110000
Octal130124160

Shades and tints

Shades of #585470

#585470
(88,84,112)
#504D66
(80,77,102)
#48465C
(72,70,92)
#403F52
(64,63,82)
#383848
(56,56,72)
#30313E
(48,49,62)
#282A34
(40,42,52)
#20232A
(32,35,42)
#181C20
(24,28,32)
#101516
(16,21,22)
#080E0C
(8,14,12)
#000000
(0,0,0)

Tints of #585470

#585470
(88,84,112)
#67637D
(103,99,125)
#76728A
(118,114,138)
#858197
(133,129,151)
#9490A4
(148,144,164)
#A39FB1
(163,159,177)
#B2AEBE
(178,174,190)
#C1BDCB
(193,189,203)
#D0CCD8
(208,204,216)
#DFDBE5
(223,219,229)
#EEEAF2
(238,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585470; }

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

This text font color is #585470.


Background Color

.myBgColor { background-color: #585470; }

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

This div background color is #585470.


Border color

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

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

This div border color is #585470.


Opacity

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

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

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

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

This text has shadow with #585470 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585470 on black background.


Color preview on white background

This text has color #585470 on white background.



Black color preview on #585470 background

This text has black color on #585470 background.


White color preview on #585470 background

This text has white color on #585470 background.