COLOR #585972

HEX: #585972
RGB: (88,89,114)

Color info

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

RGB color model

#585972 color RGB value is (88,89,114).

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

RGB channels and saturation

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

88
89
114

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

Portions of RGB colors in percentages

R + G + B =
88 + 89 + 114 = 291 (100%)
R 88 of 291 ~ 30.24%
G 89 of 291 ~ 30.58%
B 114 of 291 ~ 39.18%

%30.24
%30.58
%39.18

CMYK color model

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

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

CMYK percentages

%22.81
%21.93
%0
%55.29

Codes

Color #585972 in popluar color models

585972
RGB8889114
HSL238°12.87%39.61%
HSB/HSV238°22.81%44.71%
CMYK22.81%21.93%0.00%
55.29%

Color #585972 in popluar number systems.

HEX585972
Decimal8889114
Binary101100010110011110010
Octal130131162

Shades and tints

Shades of #585972

#585972
(88,89,114)
#505168
(80,81,104)
#48495E
(72,73,94)
#404154
(64,65,84)
#38394A
(56,57,74)
#303140
(48,49,64)
#282936
(40,41,54)
#20212C
(32,33,44)
#181922
(24,25,34)
#101118
(16,17,24)
#08090E
(8,9,14)
#000000
(0,0,0)

Tints of #585972

#585972
(88,89,114)
#67687E
(103,104,126)
#76778A
(118,119,138)
#858696
(133,134,150)
#9495A2
(148,149,162)
#A3A4AE
(163,164,174)
#B2B3BA
(178,179,186)
#C1C2C6
(193,194,198)
#D0D1D2
(208,209,210)
#DFE0DE
(223,224,222)
#EEEFEA
(238,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585972; }

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

This text font color is #585972.


Background Color

.myBgColor { background-color: #585972; }

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

This div background color is #585972.


Border color

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

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

This div border color is #585972.


Opacity

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

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

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

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

This text has shadow with #585972 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585972 on black background.


Color preview on white background

This text has color #585972 on white background.



Black color preview on #585972 background

This text has black color on #585972 background.


White color preview on #585972 background

This text has white color on #585972 background.