COLOR #585C70

HEX: #585C70
RGB: (88,92,112)

Color info

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

RGB color model

#585C70 color RGB value is (88,92,112).

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

RGB channels and saturation

R 88 of 255 = 35%
G 92 of 255 = 36%
B 112 of 255 = 44%

88
92
112

R + G + B ~ 38%. #585C70 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 92 + 112 = 292 (100%)
R 88 of 292 ~ 30.14%
G 92 of 292 ~ 31.51%
B 112 of 292 ~ 38.36%

%30.14
%31.51
%38.36

CMYK color model

#585C70 color CMYK value is (21,18,0,56).

  • cyan value is 21.43%
  • magenta value is 17.86%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(21,18,0,56)
C21M18Y0K56 
(21%,18%,0%,56%)
(0.21/0.18/0.00/0.56)	

CMYK percentages

%21.43
%17.86
%0
%56.08

Codes

Color #585C70 in popluar color models

585C70
RGB8892112
HSL230°12.00%39.22%
HSB/HSV230°21.43%43.92%
CMYK21.43%17.86%0.00%
56.08%

Color #585C70 in popluar number systems.

HEX585C70
Decimal8892112
Binary101100010111001110000
Octal130134160

Shades and tints

Shades of #585C70

#585C70
(88,92,112)
#505466
(80,84,102)
#484C5C
(72,76,92)
#404452
(64,68,82)
#383C48
(56,60,72)
#30343E
(48,52,62)
#282C34
(40,44,52)
#20242A
(32,36,42)
#181C20
(24,28,32)
#101416
(16,20,22)
#080C0C
(8,12,12)
#000000
(0,0,0)

Tints of #585C70

#585C70
(88,92,112)
#676A7D
(103,106,125)
#76788A
(118,120,138)
#858697
(133,134,151)
#9494A4
(148,148,164)
#A3A2B1
(163,162,177)
#B2B0BE
(178,176,190)
#C1BECB
(193,190,203)
#D0CCD8
(208,204,216)
#DFDAE5
(223,218,229)
#EEE8F2
(238,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585C70; }

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

This text font color is #585C70.


Background Color

.myBgColor { background-color: #585C70; }

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

This div background color is #585C70.


Border color

.myBorderColor { border: 1px solid #585C70; }

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

This div border color is #585C70.


Opacity

.myOpacity80 { color: #585C70; opacity: 0.8; }

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

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

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

This text has shadow with #585C70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585C70 on black background.


Color preview on white background

This text has color #585C70 on white background.



Black color preview on #585C70 background

This text has black color on #585C70 background.


White color preview on #585C70 background

This text has white color on #585C70 background.