COLOR #586D7B

HEX: #586D7B RGB: (88,109,123)

Color info

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

RGB color model

#586D7B color RGB value is (88,109,123).

RGB: (88,109,123) (35%, 43%, 48%)

RGB channels and saturation

R 88 of 255 = 35%
G 109 of 255 = 43%
B 123 of 255 = 48%

88
109
123

R + G + B ~ 42%. #586D7B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 88 + 109 + 123 = 320 (100%)
R 88 of 320 ~ 27.5%
G 109 of 320 ~ 34.06%
B 123 of 320 ~ 38.44'%

%27.5
%34.06
%38.44

CMYK color model

#586D7B color CMYK value is (28,11,0,52).

  • cyan value is 28.46%
  • magenta value is 11.38%
  • yellow value is 0.00%
  • key color value is 51.76%

CMYK: (28,11,0,52)
C28M11Y0K52 (28%, 11%, 0%, 52%)
(0.28 / 0.11 / 0.00 / 0.52)

CMYK percentages

%28.46
%11.38
%0
%51.76

Codes

Color #586D7B in popluar color models

58 6D 7B
RGB 88 109 123
HSL 204° 16.59% 41.37%
HSB/HSV 204° 28.46% 48.24%
CMYK 28.46% 11.38% 0.00%
51.76%

Color #586D7B in popluar number systems.

HEX 58 6D 7B
Decimal 88 109 123
Binary 1011000 1101101 1111011
Octal 130 155 173

Shades and tints

Shades of #586D7B

#586D7B
(88,109,123)
#506470
(80,100,112)
#485B65
(72,91,101)
#40525A
(64,82,90)
#38494F
(56,73,79)
#304044
(48,64,68)
#283739
(40,55,57)
#202E2E
(32,46,46)
#182523
(24,37,35)
#101C18
(16,28,24)
#08130D
(8,19,13)
#000000
(0,0,0)

Tints of #586D7B

#586D7B
(88,109,123)
#677A87
(103,122,135)
#768793
(118,135,147)
#85949F
(133,148,159)
#94A1AB
(148,161,171)
#A3AEB7
(163,174,183)
#B2BBC3
(178,187,195)
#C1C8CF
(193,200,207)
#D0D5DB
(208,213,219)
#DFE2E7
(223,226,231)
#EEEFF3
(238,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #586D7B color. Also use rgb(88,109,123) instead hex code.

Text Font Color

.myTextColor { color: #586D7B; }

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

This text font color is #586D7B.

Background Color

.myBgColor { background-color: #586D7B; }

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

This div background color is #586D7B.

Border color

.myBorderColor { border: 1px solid #586D7B; }

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

This div border color is #586D7B.

Opacity

.myOpacity80 { color: #586D7B; opacity: 0.8; }

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

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

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

This text has shadow with #586D7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #586D7B.

Preview

Color preview on black background

This text has color #586D7B on black background.


Color preview on white background

This text has color #586D7B on white background.


Black color preview on #586D7B background

This text has black color on #586D7B background.


White color preview on #586D7B background

This text has white color on #586D7B background.


Related colors

Complementary color

Complementary color for #hex is #A79284.


I love getcolorcode.com

Triadic colors

1 #7B586D and #6D7B58 with #586D7B are triadic colors.

2 #7B6D58 and #6D587B with #586D7B are triadic colors.