COLOR #586078

HEX: #586078
RGB: (88,96,120)

Color info

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

RGB color model

#586078 color RGB value is (88,96,120).

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

RGB channels and saturation

R 88 of 255 = 35%
G 96 of 255 = 38%
B 120 of 255 = 47%

88
96
120

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

Portions of RGB colors in percentages

R + G + B =
88 + 96 + 120 = 304 (100%)
R 88 of 304 ~ 28.95%
G 96 of 304 ~ 31.58%
B 120 of 304 ~ 39.47%

%28.95
%31.58
%39.47

CMYK color model

#586078 color CMYK value is (27,20,0,53).

  • cyan value is 26.67%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(27,20,0,53)
C27M20Y0K53 
(27%,20%,0%,53%)
(0.27/0.20/0.00/0.53)	

CMYK percentages

%26.67
%20
%0
%52.94

Codes

Color #586078 in popluar color models

586078
RGB8896120
HSL225°15.38%40.78%
HSB/HSV225°26.67%47.06%
CMYK26.67%20.00%0.00%
52.94%

Color #586078 in popluar number systems.

HEX586078
Decimal8896120
Binary101100011000001111000
Octal130140170

Shades and tints

Shades of #586078

#586078
(88,96,120)
#50586E
(80,88,110)
#485064
(72,80,100)
#40485A
(64,72,90)
#384050
(56,64,80)
#303846
(48,56,70)
#28303C
(40,48,60)
#202832
(32,40,50)
#182028
(24,32,40)
#10181E
(16,24,30)
#081014
(8,16,20)
#000000
(0,0,0)

Tints of #586078

#586078
(88,96,120)
#676E84
(103,110,132)
#767C90
(118,124,144)
#858A9C
(133,138,156)
#9498A8
(148,152,168)
#A3A6B4
(163,166,180)
#B2B4C0
(178,180,192)
#C1C2CC
(193,194,204)
#D0D0D8
(208,208,216)
#DFDEE4
(223,222,228)
#EEECF0
(238,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #586078; }

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

This text font color is #586078.


Background Color

.myBgColor { background-color: #586078; }

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

This div background color is #586078.


Border color

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

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

This div border color is #586078.


Opacity

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

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

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

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

This text has shadow with #586078 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #586078 on black background.


Color preview on white background

This text has color #586078 on white background.



Black color preview on #586078 background

This text has black color on #586078 background.


White color preview on #586078 background

This text has white color on #586078 background.