COLOR #586289

HEX: #586289
RGB: (88,98,137)

Color info

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

RGB color model

#586289 color RGB value is (88,98,137).

  • red value is 88;
  • green value is 98;
  • blue value is 137.
RGB:
(88,98,137)
(35%,38%,54%)

RGB channels and saturation

R 88 of 255 = 35%
G 98 of 255 = 38%
B 137 of 255 = 54%

88
98
137

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

Portions of RGB colors in percentages

R + G + B =
88 + 98 + 137 = 323 (100%)
R 88 of 323 ~ 27.24%
G 98 of 323 ~ 30.34%
B 137 of 323 ~ 42.41%

%27.24
%30.34
%42.41

CMYK color model

#586289 color CMYK value is (36,28,0,46).

  • cyan value is 35.77%
  • magenta value is 28.47%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(36,28,0,46)
C36M28Y0K46 
(36%,28%,0%,46%)
(0.36/0.28/0.00/0.46)	

CMYK percentages

%35.77
%28.47
%0
%46.27

Codes

Color #586289 in popluar color models

586289
RGB8898137
HSL228°21.78%44.12%
HSB/HSV228°35.77%53.73%
CMYK35.77%28.47%0.00%
46.27%

Color #586289 in popluar number systems.

HEX586289
Decimal8898137
Binary1011000110001010001001
Octal130142211

Shades and tints

Shades of #586289

#586289
(88,98,137)
#505A7D
(80,90,125)
#485271
(72,82,113)
#404A65
(64,74,101)
#384259
(56,66,89)
#303A4D
(48,58,77)
#283241
(40,50,65)
#202A35
(32,42,53)
#182229
(24,34,41)
#101A1D
(16,26,29)
#081211
(8,18,17)
#000000
(0,0,0)

Tints of #586289

#586289
(88,98,137)
#677093
(103,112,147)
#767E9D
(118,126,157)
#858CA7
(133,140,167)
#949AB1
(148,154,177)
#A3A8BB
(163,168,187)
#B2B6C5
(178,182,197)
#C1C4CF
(193,196,207)
#D0D2D9
(208,210,217)
#DFE0E3
(223,224,227)
#EEEEED
(238,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #586289 color. Also use rgb(88,98,137) instead hex code.

Text Font Color

.myTextColor { color: #586289; }

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

This text font color is #586289.


Background Color

.myBgColor { background-color: #586289; }

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

This div background color is #586289.


Border color

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

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

This div border color is #586289.


Opacity

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

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

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

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

This text has shadow with #586289 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #586289 on black background.


Color preview on white background

This text has color #586289 on white background.



Black color preview on #586289 background

This text has black color on #586289 background.


White color preview on #586289 background

This text has white color on #586289 background.