COLOR #586B8B

HEX: #586B8B
RGB: (88,107,139)

Color info

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

RGB color model

#586B8B color RGB value is (88,107,139).

  • red value is 88;
  • green value is 107;
  • blue value is 139.
RGB:
(88,107,139)
(35%,42%,55%)

RGB channels and saturation

R 88 of 255 = 35%
G 107 of 255 = 42%
B 139 of 255 = 55%

88
107
139

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

Portions of RGB colors in percentages

R + G + B =
88 + 107 + 139 = 334 (100%)
R 88 of 334 ~ 26.35%
G 107 of 334 ~ 32.04%
B 139 of 334 ~ 41.62%

%26.35
%32.04
%41.62

CMYK color model

#586B8B color CMYK value is (37,23,0,45).

  • cyan value is 36.69%
  • magenta value is 23.02%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(37,23,0,45)
C37M23Y0K45 
(37%,23%,0%,45%)
(0.37/0.23/0.00/0.45)	

CMYK percentages

%36.69
%23.02
%0
%45.49

Codes

Color #586B8B in popluar color models

586B8B
RGB88107139
HSL218°22.47%44.51%
HSB/HSV218°36.69%54.51%
CMYK36.69%23.02%0.00%
45.49%

Color #586B8B in popluar number systems.

HEX586B8B
Decimal88107139
Binary1011000110101110001011
Octal130153213

Shades and tints

Shades of #586B8B

#586B8B
(88,107,139)
#50627F
(80,98,127)
#485973
(72,89,115)
#405067
(64,80,103)
#38475B
(56,71,91)
#303E4F
(48,62,79)
#283543
(40,53,67)
#202C37
(32,44,55)
#18232B
(24,35,43)
#101A1F
(16,26,31)
#081113
(8,17,19)
#000000
(0,0,0)

Tints of #586B8B

#586B8B
(88,107,139)
#677895
(103,120,149)
#76859F
(118,133,159)
#8592A9
(133,146,169)
#949FB3
(148,159,179)
#A3ACBD
(163,172,189)
#B2B9C7
(178,185,199)
#C1C6D1
(193,198,209)
#D0D3DB
(208,211,219)
#DFE0E5
(223,224,229)
#EEEDEF
(238,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #586B8B color. Also use rgb(88,107,139) instead hex code.

Text Font Color

.myTextColor { color: #586B8B; }

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

This text font color is #586B8B.


Background Color

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

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

This div background color is #586B8B.


Border color

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

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

This div border color is #586B8B.


Opacity

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

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

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

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

This text has shadow with #586B8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #586B8B on black background.


Color preview on white background

This text has color #586B8B on white background.



Black color preview on #586B8B background

This text has black color on #586B8B background.


White color preview on #586B8B background

This text has white color on #586B8B background.