COLOR #586A8B

HEX: #586A8B
RGB: (88,106,139)

Color info

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

RGB color model

#586A8B color RGB value is (88,106,139).

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

RGB channels and saturation

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

88
106
139

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

Portions of RGB colors in percentages

R + G + B =
88 + 106 + 139 = 333 (100%)
R 88 of 333 ~ 26.43%
G 106 of 333 ~ 31.83%
B 139 of 333 ~ 41.74%

%26.43
%31.83
%41.74

CMYK color model

#586A8B color CMYK value is (37,24,0,45).

  • cyan value is 36.69%
  • magenta value is 23.74%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(37,24,0,45)
C37M24Y0K45 
(37%,24%,0%,45%)
(0.37/0.24/0.00/0.45)	

CMYK percentages

%36.69
%23.74
%0
%45.49

Codes

Color #586A8B in popluar color models

586A8B
RGB88106139
HSL219°22.47%44.51%
HSB/HSV219°36.69%54.51%
CMYK36.69%23.74%0.00%
45.49%

Color #586A8B in popluar number systems.

HEX586A8B
Decimal88106139
Binary1011000110101010001011
Octal130152213

Shades and tints

Shades of #586A8B

#586A8B
(88,106,139)
#50617F
(80,97,127)
#485873
(72,88,115)
#404F67
(64,79,103)
#38465B
(56,70,91)
#303D4F
(48,61,79)
#283443
(40,52,67)
#202B37
(32,43,55)
#18222B
(24,34,43)
#10191F
(16,25,31)
#081013
(8,16,19)
#000000
(0,0,0)

Tints of #586A8B

#586A8B
(88,106,139)
#677795
(103,119,149)
#76849F
(118,132,159)
#8591A9
(133,145,169)
#949EB3
(148,158,179)
#A3ABBD
(163,171,189)
#B2B8C7
(178,184,199)
#C1C5D1
(193,197,209)
#D0D2DB
(208,210,219)
#DFDFE5
(223,223,229)
#EEECEF
(238,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #586A8B; }

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

This text font color is #586A8B.


Background Color

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

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

This div background color is #586A8B.


Border color

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

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

This div border color is #586A8B.


Opacity

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

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

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

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

This text has shadow with #586A8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #586A8B on black background.


Color preview on white background

This text has color #586A8B on white background.



Black color preview on #586A8B background

This text has black color on #586A8B background.


White color preview on #586A8B background

This text has white color on #586A8B background.