COLOR #586081

HEX: #586081
RGB: (88,96,129)

Color info

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

RGB color model

#586081 color RGB value is (88,96,129).

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

RGB channels and saturation

R 88 of 255 = 35%
G 96 of 255 = 38%
B 129 of 255 = 51%

88
96
129

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

Portions of RGB colors in percentages

R + G + B =
88 + 96 + 129 = 313 (100%)
R 88 of 313 ~ 28.12%
G 96 of 313 ~ 30.67%
B 129 of 313 ~ 41.21%

%28.12
%30.67
%41.21

CMYK color model

#586081 color CMYK value is (32,26,0,49).

  • cyan value is 31.78%
  • magenta value is 25.58%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(32,26,0,49)
C32M26Y0K49 
(32%,26%,0%,49%)
(0.32/0.26/0.00/0.49)	

CMYK percentages

%31.78
%25.58
%0
%49.41

Codes

Color #586081 in popluar color models

586081
RGB8896129
HSL228°18.89%42.55%
HSB/HSV228°31.78%50.59%
CMYK31.78%25.58%0.00%
49.41%

Color #586081 in popluar number systems.

HEX586081
Decimal8896129
Binary1011000110000010000001
Octal130140201

Shades and tints

Shades of #586081

#586081
(88,96,129)
#505876
(80,88,118)
#48506B
(72,80,107)
#404860
(64,72,96)
#384055
(56,64,85)
#30384A
(48,56,74)
#28303F
(40,48,63)
#202834
(32,40,52)
#182029
(24,32,41)
#10181E
(16,24,30)
#081013
(8,16,19)
#000000
(0,0,0)

Tints of #586081

#586081
(88,96,129)
#676E8C
(103,110,140)
#767C97
(118,124,151)
#858AA2
(133,138,162)
#9498AD
(148,152,173)
#A3A6B8
(163,166,184)
#B2B4C3
(178,180,195)
#C1C2CE
(193,194,206)
#D0D0D9
(208,208,217)
#DFDEE4
(223,222,228)
#EEECEF
(238,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #586081; }

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

This text font color is #586081.


Background Color

.myBgColor { background-color: #586081; }

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

This div background color is #586081.


Border color

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

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

This div border color is #586081.


Opacity

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

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

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

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

This text has shadow with #586081 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #586081 on black background.


Color preview on white background

This text has color #586081 on white background.



Black color preview on #586081 background

This text has black color on #586081 background.


White color preview on #586081 background

This text has white color on #586081 background.