COLOR #585E83

HEX: #585E83 RGB: (88,94,131)

Color info

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

RGB color model

#585E83 color RGB value is (88,94,131).

RGB: (88,94,131) (35%, 37%, 51%)

RGB channels and saturation

R 88 of 255 = 35%
G 94 of 255 = 37%
B 131 of 255 = 51%

88
94
131

R + G + B ~ 41%. #585E83 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 88 + 94 + 131 = 313 (100%)
R 88 of 313 ~ 28.12%
G 94 of 313 ~ 30.03%
B 131 of 313 ~ 41.85'%

%28.12
%30.03
%41.85

CMYK color model

#585E83 color CMYK value is (33,28,0,49).

  • cyan value is 32.82%
  • magenta value is 28.24%
  • yellow value is 0.00%
  • key color value is 48.63%

CMYK: (33,28,0,49)
C33M28Y0K49 (33%, 28%, 0%, 49%)
(0.33 / 0.28 / 0.00 / 0.49)

CMYK percentages

%32.82
%28.24
%0
%48.63

Codes

Color #585E83 in popluar color models

58 5E 83
RGB 88 94 131
HSL 232° 19.63% 42.94%
HSB/HSV 232° 32.82% 51.37%
CMYK 32.82% 28.24% 0.00%
48.63%

Color #585E83 in popluar number systems.

HEX 58 5E 83
Decimal 88 94 131
Binary 1011000 1011110 10000011
Octal 130 136 203

Shades and tints

Shades of #585E83

#585E83
(88,94,131)
#505678
(80,86,120)
#484E6D
(72,78,109)
#404662
(64,70,98)
#383E57
(56,62,87)
#30364C
(48,54,76)
#282E41
(40,46,65)
#202636
(32,38,54)
#181E2B
(24,30,43)
#101620
(16,22,32)
#080E15
(8,14,21)
#000000
(0,0,0)

Tints of #585E83

#585E83
(88,94,131)
#676C8E
(103,108,142)
#767A99
(118,122,153)
#8588A4
(133,136,164)
#9496AF
(148,150,175)
#A3A4BA
(163,164,186)
#B2B2C5
(178,178,197)
#C1C0D0
(193,192,208)
#D0CEDB
(208,206,219)
#DFDCE6
(223,220,230)
#EEEAF1
(238,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585E83; }

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

This text font color is #585E83.

Background Color

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

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

This div background color is #585E83.

Border color

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

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

This div border color is #585E83.

Opacity

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

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

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

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

This text has shadow with #585E83 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #585E83.

Preview

Color preview on black background

This text has color #585E83 on black background.


Color preview on white background

This text has color #585E83 on white background.


Black color preview on #585E83 background

This text has black color on #585E83 background.


White color preview on #585E83 background

This text has white color on #585E83 background.


Related colors

Complementary color

Complementary color for #hex is #A7A17C.


I love getcolorcode.com

Triadic colors

1 #83585E and #5E8358 with #585E83 are triadic colors.

2 #835E58 and #5E5883 with #585E83 are triadic colors.