COLOR #586589

HEX: #586589
RGB: (88,101,137)

Color info

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

RGB color model

#586589 color RGB value is (88,101,137).

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

RGB channels and saturation

R 88 of 255 = 35%
G 101 of 255 = 40%
B 137 of 255 = 54%

88
101
137

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

Portions of RGB colors in percentages

R + G + B =
88 + 101 + 137 = 326 (100%)
R 88 of 326 ~ 26.99%
G 101 of 326 ~ 30.98%
B 137 of 326 ~ 42.02%

%26.99
%30.98
%42.02

CMYK color model

#586589 color CMYK value is (36,26,0,46).

  • cyan value is 35.77%
  • magenta value is 26.28%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(36,26,0,46)
C36M26Y0K46 
(36%,26%,0%,46%)
(0.36/0.26/0.00/0.46)	

CMYK percentages

%35.77
%26.28
%0
%46.27

Codes

Color #586589 in popluar color models

586589
RGB88101137
HSL224°21.78%44.12%
HSB/HSV224°35.77%53.73%
CMYK35.77%26.28%0.00%
46.27%

Color #586589 in popluar number systems.

HEX586589
Decimal88101137
Binary1011000110010110001001
Octal130145211

Shades and tints

Shades of #586589

#586589
(88,101,137)
#505C7D
(80,92,125)
#485371
(72,83,113)
#404A65
(64,74,101)
#384159
(56,65,89)
#30384D
(48,56,77)
#282F41
(40,47,65)
#202635
(32,38,53)
#181D29
(24,29,41)
#10141D
(16,20,29)
#080B11
(8,11,17)
#000000
(0,0,0)

Tints of #586589

#586589
(88,101,137)
#677393
(103,115,147)
#76819D
(118,129,157)
#858FA7
(133,143,167)
#949DB1
(148,157,177)
#A3ABBB
(163,171,187)
#B2B9C5
(178,185,197)
#C1C7CF
(193,199,207)
#D0D5D9
(208,213,217)
#DFE3E3
(223,227,227)
#EEF1ED
(238,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #586589; }

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

This text font color is #586589.


Background Color

.myBgColor { background-color: #586589; }

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

This div background color is #586589.


Border color

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

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

This div border color is #586589.


Opacity

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

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

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

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

This text has shadow with #586589 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #586589 on black background.


Color preview on white background

This text has color #586589 on white background.



Black color preview on #586589 background

This text has black color on #586589 background.


White color preview on #586589 background

This text has white color on #586589 background.