COLOR #586582

HEX: #586582
RGB: (88,101,130)

Color info

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

RGB color model

#586582 color RGB value is (88,101,130).

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

RGB channels and saturation

R 88 of 255 = 35%
G 101 of 255 = 40%
B 130 of 255 = 51%

88
101
130

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

Portions of RGB colors in percentages

R + G + B =
88 + 101 + 130 = 319 (100%)
R 88 of 319 ~ 27.59%
G 101 of 319 ~ 31.66%
B 130 of 319 ~ 40.75%

%27.59
%31.66
%40.75

CMYK color model

#586582 color CMYK value is (32,22,0,49).

  • cyan value is 32.31%
  • magenta value is 22.31%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(32,22,0,49)
C32M22Y0K49 
(32%,22%,0%,49%)
(0.32/0.22/0.00/0.49)	

CMYK percentages

%32.31
%22.31
%0
%49.02

Codes

Color #586582 in popluar color models

586582
RGB88101130
HSL221°19.27%42.75%
HSB/HSV221°32.31%50.98%
CMYK32.31%22.31%0.00%
49.02%

Color #586582 in popluar number systems.

HEX586582
Decimal88101130
Binary1011000110010110000010
Octal130145202

Shades and tints

Shades of #586582

#586582
(88,101,130)
#505C77
(80,92,119)
#48536C
(72,83,108)
#404A61
(64,74,97)
#384156
(56,65,86)
#30384B
(48,56,75)
#282F40
(40,47,64)
#202635
(32,38,53)
#181D2A
(24,29,42)
#10141F
(16,20,31)
#080B14
(8,11,20)
#000000
(0,0,0)

Tints of #586582

#586582
(88,101,130)
#67738D
(103,115,141)
#768198
(118,129,152)
#858FA3
(133,143,163)
#949DAE
(148,157,174)
#A3ABB9
(163,171,185)
#B2B9C4
(178,185,196)
#C1C7CF
(193,199,207)
#D0D5DA
(208,213,218)
#DFE3E5
(223,227,229)
#EEF1F0
(238,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #586582; }

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

This text font color is #586582.


Background Color

.myBgColor { background-color: #586582; }

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

This div background color is #586582.


Border color

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

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

This div border color is #586582.


Opacity

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

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

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

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

This text has shadow with #586582 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #586582 on black background.


Color preview on white background

This text has color #586582 on white background.



Black color preview on #586582 background

This text has black color on #586582 background.


White color preview on #586582 background

This text has white color on #586582 background.