COLOR #586578

HEX: #586578
RGB: (88,101,120)

Color info

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

RGB color model

#586578 color RGB value is (88,101,120).

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

RGB channels and saturation

R 88 of 255 = 35%
G 101 of 255 = 40%
B 120 of 255 = 47%

88
101
120

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

Portions of RGB colors in percentages

R + G + B =
88 + 101 + 120 = 309 (100%)
R 88 of 309 ~ 28.48%
G 101 of 309 ~ 32.69%
B 120 of 309 ~ 38.83%

%28.48
%32.69
%38.83

CMYK color model

#586578 color CMYK value is (27,16,0,53).

  • cyan value is 26.67%
  • magenta value is 15.83%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(27,16,0,53)
C27M16Y0K53 
(27%,16%,0%,53%)
(0.27/0.16/0.00/0.53)	

CMYK percentages

%26.67
%15.83
%0
%52.94

Codes

Color #586578 in popluar color models

586578
RGB88101120
HSL216°15.38%40.78%
HSB/HSV216°26.67%47.06%
CMYK26.67%15.83%0.00%
52.94%

Color #586578 in popluar number systems.

HEX586578
Decimal88101120
Binary101100011001011111000
Octal130145170

Shades and tints

Shades of #586578

#586578
(88,101,120)
#505C6E
(80,92,110)
#485364
(72,83,100)
#404A5A
(64,74,90)
#384150
(56,65,80)
#303846
(48,56,70)
#282F3C
(40,47,60)
#202632
(32,38,50)
#181D28
(24,29,40)
#10141E
(16,20,30)
#080B14
(8,11,20)
#000000
(0,0,0)

Tints of #586578

#586578
(88,101,120)
#677384
(103,115,132)
#768190
(118,129,144)
#858F9C
(133,143,156)
#949DA8
(148,157,168)
#A3ABB4
(163,171,180)
#B2B9C0
(178,185,192)
#C1C7CC
(193,199,204)
#D0D5D8
(208,213,216)
#DFE3E4
(223,227,228)
#EEF1F0
(238,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #586578; }

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

This text font color is #586578.


Background Color

.myBgColor { background-color: #586578; }

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

This div background color is #586578.


Border color

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

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

This div border color is #586578.


Opacity

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

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

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

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

This text has shadow with #586578 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #586578 on black background.


Color preview on white background

This text has color #586578 on white background.



Black color preview on #586578 background

This text has black color on #586578 background.


White color preview on #586578 background

This text has white color on #586578 background.