COLOR #585B7C

HEX: #585B7C RGB: (88,91,124)

Color info

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

RGB color model

#585B7C color RGB value is (88,91,124).

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

RGB channels and saturation

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

88
91
124

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

Portions of RGB colors in percentages

R + G + B = 88 + 91 + 124 = 303 (100%)
R 88 of 303 ~ 29.04%
G 91 of 303 ~ 30.03%
B 124 of 303 ~ 40.92'%

%29.04
%30.03
%40.92

CMYK color model

#585B7C color CMYK value is (29,27,0,51).

  • cyan value is 29.03%
  • magenta value is 26.61%
  • yellow value is 0.00%
  • key color value is 51.37%

CMYK: (29,27,0,51)
C29M27Y0K51 (29%, 27%, 0%, 51%)
(0.29 / 0.27 / 0.00 / 0.51)

CMYK percentages

%29.03
%26.61
%0
%51.37

Codes

Color #585B7C in popluar color models

58 5B 7C
RGB 88 91 124
HSL 235° 16.98% 41.57%
HSB/HSV 235° 29.03% 48.63%
CMYK 29.03% 26.61% 0.00%
51.37%

Color #585B7C in popluar number systems.

HEX 58 5B 7C
Decimal 88 91 124
Binary 1011000 1011011 1111100
Octal 130 133 174

Shades and tints

Shades of #585B7C

#585B7C
(88,91,124)
#505371
(80,83,113)
#484B66
(72,75,102)
#40435B
(64,67,91)
#383B50
(56,59,80)
#303345
(48,51,69)
#282B3A
(40,43,58)
#20232F
(32,35,47)
#181B24
(24,27,36)
#101319
(16,19,25)
#080B0E
(8,11,14)
#000000
(0,0,0)

Tints of #585B7C

#585B7C
(88,91,124)
#676987
(103,105,135)
#767792
(118,119,146)
#85859D
(133,133,157)
#9493A8
(148,147,168)
#A3A1B3
(163,161,179)
#B2AFBE
(178,175,190)
#C1BDC9
(193,189,201)
#D0CBD4
(208,203,212)
#DFD9DF
(223,217,223)
#EEE7EA
(238,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585B7C; }

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

This text font color is #585B7C.

Background Color

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

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

This div background color is #585B7C.

Border color

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

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

This div border color is #585B7C.

Opacity

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

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

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

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

This text has shadow with #585B7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #585B7C.

Preview

Color preview on black background

This text has color #585B7C on black background.


Color preview on white background

This text has color #585B7C on white background.


Black color preview on #585B7C background

This text has black color on #585B7C background.


White color preview on #585B7C background

This text has white color on #585B7C background.


Related colors

Complementary color

Complementary color for #hex is #A7A483.


I love getcolorcode.com

Triadic colors

1 #7C585B and #5B7C58 with #585B7C are triadic colors.

2 #7C5B58 and #5B587C with #585B7C are triadic colors.