COLOR #585983

HEX: #585983
RGB: (88,89,131)

Color info

#585983 contains red, green and blue colors in about the same proportion. Web safe color of #585983 is #666699 (or #669).

RGB color model

#585983 color RGB value is (88,89,131).

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

RGB channels and saturation

R 88 of 255 = 35%
G 89 of 255 = 35%
B 131 of 255 = 51%

88
89
131

R + G + B ~ 40%. #585983 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
88 + 89 + 131 = 308 (100%)
R 88 of 308 ~ 28.57%
G 89 of 308 ~ 28.9%
B 131 of 308 ~ 42.53%

%28.57
%28.9
%42.53

CMYK color model

#585983 color CMYK value is (33,32,0,49).

  • cyan value is 32.82%
  • magenta value is 32.06%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(33,32,0,49)
C33M32Y0K49 
(33%,32%,0%,49%)
(0.33/0.32/0.00/0.49)	

CMYK percentages

%32.82
%32.06
%0
%48.63

Codes

Color #585983 in popluar color models

585983
RGB8889131
HSL239°19.63%42.94%
HSB/HSV239°32.82%51.37%
CMYK32.82%32.06%0.00%
48.63%

Color #585983 in popluar number systems.

HEX585983
Decimal8889131
Binary1011000101100110000011
Octal130131203

Shades and tints

Shades of #585983

#585983
(88,89,131)
#505178
(80,81,120)
#48496D
(72,73,109)
#404162
(64,65,98)
#383957
(56,57,87)
#30314C
(48,49,76)
#282941
(40,41,65)
#202136
(32,33,54)
#18192B
(24,25,43)
#101120
(16,17,32)
#080915
(8,9,21)
#000000
(0,0,0)

Tints of #585983

#585983
(88,89,131)
#67688E
(103,104,142)
#767799
(118,119,153)
#8586A4
(133,134,164)
#9495AF
(148,149,175)
#A3A4BA
(163,164,186)
#B2B3C5
(178,179,197)
#C1C2D0
(193,194,208)
#D0D1DB
(208,209,219)
#DFE0E6
(223,224,230)
#EEEFF1
(238,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585983; }

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

This text font color is #585983.


Background Color

.myBgColor { background-color: #585983; }

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

This div background color is #585983.


Border color

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

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

This div border color is #585983.


Opacity

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

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

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

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

This text has shadow with #585983 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585983 on black background.


Color preview on white background

This text has color #585983 on white background.



Black color preview on #585983 background

This text has black color on #585983 background.


White color preview on #585983 background

This text has white color on #585983 background.