COLOR #585B7D

HEX: #585B7D RGB: (88,91,125)

Color info

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

RGB color model

#585B7D color RGB value is (88,91,125).

RGB: (88,91,125) (35%, 36%, 49%)

RGB channels and saturation

R 88 of 255 = 35%
G 91 of 255 = 36%
B 125 of 255 = 49%

88
91
125

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

Portions of RGB colors in percentages

R + G + B = 88 + 91 + 125 = 304 (100%)
R 88 of 304 ~ 28.95%
G 91 of 304 ~ 29.93%
B 125 of 304 ~ 41.12'%

%28.95
%29.93
%41.12

CMYK color model

#585B7D color CMYK value is (30,27,0,51).

  • cyan value is 29.60%
  • magenta value is 27.20%
  • yellow value is 0.00%
  • key color value is 50.98%

CMYK: (30,27,0,51)
C30M27Y0K51 (30%, 27%, 0%, 51%)
(0.30 / 0.27 / 0.00 / 0.51)

CMYK percentages

%29.6
%27.2
%0
%50.98

Codes

Color #585B7D in popluar color models

58 5B 7D
RGB 88 91 125
HSL 235° 17.37% 41.76%
HSB/HSV 235° 29.60% 49.02%
CMYK 29.60% 27.20% 0.00%
50.98%

Color #585B7D in popluar number systems.

HEX 58 5B 7D
Decimal 88 91 125
Binary 1011000 1011011 1111101
Octal 130 133 175

Shades and tints

Shades of #585B7D

#585B7D
(88,91,125)
#505372
(80,83,114)
#484B67
(72,75,103)
#40435C
(64,67,92)
#383B51
(56,59,81)
#303346
(48,51,70)
#282B3B
(40,43,59)
#202330
(32,35,48)
#181B25
(24,27,37)
#10131A
(16,19,26)
#080B0F
(8,11,15)
#000000
(0,0,0)

Tints of #585B7D

#585B7D
(88,91,125)
#676988
(103,105,136)
#767793
(118,119,147)
#85859E
(133,133,158)
#9493A9
(148,147,169)
#A3A1B4
(163,161,180)
#B2AFBF
(178,175,191)
#C1BDCA
(193,189,202)
#D0CBD5
(208,203,213)
#DFD9E0
(223,217,224)
#EEE7EB
(238,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #585B7D color. Also use rgb(88,91,125) instead hex code.

Text Font Color

.myTextColor { color: #585B7D; }

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

This text font color is #585B7D.

Background Color

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

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

This div background color is #585B7D.

Border color

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

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

This div border color is #585B7D.

Opacity

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

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

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

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

This text has shadow with #585B7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #585B7D.

Preview

Color preview on black background

This text has color #585B7D on black background.


Color preview on white background

This text has color #585B7D on white background.


Black color preview on #585B7D background

This text has black color on #585B7D background.


White color preview on #585B7D background

This text has white color on #585B7D background.


Related colors

Complementary color

Complementary color for #hex is #A7A482.


I love getcolorcode.com

Triadic colors

1 #7D585B and #5B7D58 with #585B7D are triadic colors.

2 #7D5B58 and #5B587D with #585B7D are triadic colors.