COLOR #586891

HEX: #586891
RGB: (88,104,145)

Color info

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

RGB color model

#586891 color RGB value is (88,104,145).

  • red value is 88;
  • green value is 104;
  • blue value is 145.
RGB:
(88,104,145)
(35%,41%,57%)

RGB channels and saturation

R 88 of 255 = 35%
G 104 of 255 = 41%
B 145 of 255 = 57%

88
104
145

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

Portions of RGB colors in percentages

R + G + B =
88 + 104 + 145 = 337 (100%)
R 88 of 337 ~ 26.11%
G 104 of 337 ~ 30.86%
B 145 of 337 ~ 43.03%

%26.11
%30.86
%43.03

CMYK color model

#586891 color CMYK value is (39,28,0,43).

  • cyan value is 39.31%
  • magenta value is 28.28%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(39,28,0,43)
C39M28Y0K43 
(39%,28%,0%,43%)
(0.39/0.28/0.00/0.43)	

CMYK percentages

%39.31
%28.28
%0
%43.14

Codes

Color #586891 in popluar color models

586891
RGB88104145
HSL223°24.46%45.69%
HSB/HSV223°39.31%56.86%
CMYK39.31%28.28%0.00%
43.14%

Color #586891 in popluar number systems.

HEX586891
Decimal88104145
Binary1011000110100010010001
Octal130150221

Shades and tints

Shades of #586891

#586891
(88,104,145)
#505F84
(80,95,132)
#485677
(72,86,119)
#404D6A
(64,77,106)
#38445D
(56,68,93)
#303B50
(48,59,80)
#283243
(40,50,67)
#202936
(32,41,54)
#182029
(24,32,41)
#10171C
(16,23,28)
#080E0F
(8,14,15)
#000000
(0,0,0)

Tints of #586891

#586891
(88,104,145)
#67759B
(103,117,155)
#7682A5
(118,130,165)
#858FAF
(133,143,175)
#949CB9
(148,156,185)
#A3A9C3
(163,169,195)
#B2B6CD
(178,182,205)
#C1C3D7
(193,195,215)
#D0D0E1
(208,208,225)
#DFDDEB
(223,221,235)
#EEEAF5
(238,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #586891 color. Also use rgb(88,104,145) instead hex code.

Text Font Color

.myTextColor { color: #586891; }

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

This text font color is #586891.


Background Color

.myBgColor { background-color: #586891; }

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

This div background color is #586891.


Border color

.myBorderColor { border: 1px solid #586891; }

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

This div border color is #586891.


Opacity

.myOpacity80 { color: #586891; opacity: 0.8; }

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

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

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

This text has shadow with #586891 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #586891 on black background.


Color preview on white background

This text has color #586891 on white background.



Black color preview on #586891 background

This text has black color on #586891 background.


White color preview on #586891 background

This text has white color on #586891 background.