COLOR #586180

HEX: #586180
RGB: (88,97,128)

Color info

#586180 contains red, green and blue colors in about the same proportion. Web safe color of #586180 is #666666 (or #666).

RGB color model

#586180 color RGB value is (88,97,128).

  • red value is 88;
  • green value is 97;
  • blue value is 128.
RGB:
(88,97,128)
(35%,38%,50%)

RGB channels and saturation

R 88 of 255 = 35%
G 97 of 255 = 38%
B 128 of 255 = 50%

88
97
128

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

Portions of RGB colors in percentages

R + G + B =
88 + 97 + 128 = 313 (100%)
R 88 of 313 ~ 28.12%
G 97 of 313 ~ 30.99%
B 128 of 313 ~ 40.89%

%28.12
%30.99
%40.89

CMYK color model

#586180 color CMYK value is (31,24,0,50).

  • cyan value is 31.25%
  • magenta value is 24.22%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(31,24,0,50)
C31M24Y0K50 
(31%,24%,0%,50%)
(0.31/0.24/0.00/0.50)	

CMYK percentages

%31.25
%24.22
%0
%49.8

Codes

Color #586180 in popluar color models

586180
RGB8897128
HSL227°18.52%42.35%
HSB/HSV227°31.25%50.20%
CMYK31.25%24.22%0.00%
49.80%

Color #586180 in popluar number systems.

HEX586180
Decimal8897128
Binary1011000110000110000000
Octal130141200

Shades and tints

Shades of #586180

#586180
(88,97,128)
#505975
(80,89,117)
#48516A
(72,81,106)
#40495F
(64,73,95)
#384154
(56,65,84)
#303949
(48,57,73)
#28313E
(40,49,62)
#202933
(32,41,51)
#182128
(24,33,40)
#10191D
(16,25,29)
#081112
(8,17,18)
#000000
(0,0,0)

Tints of #586180

#586180
(88,97,128)
#676F8B
(103,111,139)
#767D96
(118,125,150)
#858BA1
(133,139,161)
#9499AC
(148,153,172)
#A3A7B7
(163,167,183)
#B2B5C2
(178,181,194)
#C1C3CD
(193,195,205)
#D0D1D8
(208,209,216)
#DFDFE3
(223,223,227)
#EEEDEE
(238,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #586180 color. Also use rgb(88,97,128) instead hex code.

Text Font Color

.myTextColor { color: #586180; }

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

This text font color is #586180.


Background Color

.myBgColor { background-color: #586180; }

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

This div background color is #586180.


Border color

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

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

This div border color is #586180.


Opacity

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

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

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

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

This text has shadow with #586180 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #586180 on black background.


Color preview on white background

This text has color #586180 on white background.



Black color preview on #586180 background

This text has black color on #586180 background.


White color preview on #586180 background

This text has white color on #586180 background.