COLOR #585872

HEX: #585872
RGB: (88,88,114)

Color info

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

RGB color model

#585872 color RGB value is (88,88,114).

  • red value is 88;
  • green value is 88;
  • blue value is 114.
RGB:
(88,88,114)
(35%,35%,45%)

RGB channels and saturation

R 88 of 255 = 35%
G 88 of 255 = 35%
B 114 of 255 = 45%

88
88
114

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

Portions of RGB colors in percentages

R + G + B =
88 + 88 + 114 = 290 (100%)
R 88 of 290 ~ 30.34%
G 88 of 290 ~ 30.34%
B 114 of 290 ~ 39.31%

%30.34
%30.34
%39.31

CMYK color model

#585872 color CMYK value is (23,23,0,55).

  • cyan value is 22.81%
  • magenta value is 22.81%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(23,23,0,55)
C23M23Y0K55 
(23%,23%,0%,55%)
(0.23/0.23/0.00/0.55)	

CMYK percentages

%22.81
%22.81
%0
%55.29

Codes

Color #585872 in popluar color models

585872
RGB8888114
HSL240°12.87%39.61%
HSB/HSV240°22.81%44.71%
CMYK22.81%22.81%0.00%
55.29%

Color #585872 in popluar number systems.

HEX585872
Decimal8888114
Binary101100010110001110010
Octal130130162

Shades and tints

Shades of #585872

#585872
(88,88,114)
#505068
(80,80,104)
#48485E
(72,72,94)
#404054
(64,64,84)
#38384A
(56,56,74)
#303040
(48,48,64)
#282836
(40,40,54)
#20202C
(32,32,44)
#181822
(24,24,34)
#101018
(16,16,24)
#08080E
(8,8,14)
#000000
(0,0,0)

Tints of #585872

#585872
(88,88,114)
#67677E
(103,103,126)
#76768A
(118,118,138)
#858596
(133,133,150)
#9494A2
(148,148,162)
#A3A3AE
(163,163,174)
#B2B2BA
(178,178,186)
#C1C1C6
(193,193,198)
#D0D0D2
(208,208,210)
#DFDFDE
(223,223,222)
#EEEEEA
(238,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585872; }

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

This text font color is #585872.


Background Color

.myBgColor { background-color: #585872; }

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

This div background color is #585872.


Border color

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

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

This div border color is #585872.


Opacity

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

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

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

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

This text has shadow with #585872 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585872 on black background.


Color preview on white background

This text has color #585872 on white background.



Black color preview on #585872 background

This text has black color on #585872 background.


White color preview on #585872 background

This text has white color on #585872 background.