COLOR #586380

HEX: #586380
RGB: (88,99,128)

Color info

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

RGB color model

#586380 color RGB value is (88,99,128).

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

RGB channels and saturation

R 88 of 255 = 35%
G 99 of 255 = 39%
B 128 of 255 = 50%

88
99
128

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

Portions of RGB colors in percentages

R + G + B =
88 + 99 + 128 = 315 (100%)
R 88 of 315 ~ 27.94%
G 99 of 315 ~ 31.43%
B 128 of 315 ~ 40.63%

%27.94
%31.43
%40.63

CMYK color model

#586380 color CMYK value is (31,23,0,50).

  • cyan value is 31.25%
  • magenta value is 22.66%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(31,23,0,50)
C31M23Y0K50 
(31%,23%,0%,50%)
(0.31/0.23/0.00/0.50)	

CMYK percentages

%31.25
%22.66
%0
%49.8

Codes

Color #586380 in popluar color models

586380
RGB8899128
HSL224°18.52%42.35%
HSB/HSV224°31.25%50.20%
CMYK31.25%22.66%0.00%
49.80%

Color #586380 in popluar number systems.

HEX586380
Decimal8899128
Binary1011000110001110000000
Octal130143200

Shades and tints

Shades of #586380

#586380
(88,99,128)
#505A75
(80,90,117)
#48516A
(72,81,106)
#40485F
(64,72,95)
#383F54
(56,63,84)
#303649
(48,54,73)
#282D3E
(40,45,62)
#202433
(32,36,51)
#181B28
(24,27,40)
#10121D
(16,18,29)
#080912
(8,9,18)
#000000
(0,0,0)

Tints of #586380

#586380
(88,99,128)
#67718B
(103,113,139)
#767F96
(118,127,150)
#858DA1
(133,141,161)
#949BAC
(148,155,172)
#A3A9B7
(163,169,183)
#B2B7C2
(178,183,194)
#C1C5CD
(193,197,205)
#D0D3D8
(208,211,216)
#DFE1E3
(223,225,227)
#EEEFEE
(238,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #586380; }

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

This text font color is #586380.


Background Color

.myBgColor { background-color: #586380; }

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

This div background color is #586380.


Border color

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

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

This div border color is #586380.


Opacity

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

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

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

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

This text has shadow with #586380 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #586380 on black background.


Color preview on white background

This text has color #586380 on white background.



Black color preview on #586380 background

This text has black color on #586380 background.


White color preview on #586380 background

This text has white color on #586380 background.