COLOR #586F9A

HEX: #586F9A
RGB: (88,111,154)

Color info

#586F9A contains mainly green and blue colors. Web safe color of #586F9A is #666699 (or #669).

RGB color model

#586F9A color RGB value is (88,111,154).

  • red value is 88;
  • green value is 111;
  • blue value is 154.
RGB:
(88,111,154)
(35%,44%,60%)

RGB channels and saturation

R 88 of 255 = 35%
G 111 of 255 = 44%
B 154 of 255 = 60%

88
111
154

R + G + B ~ 46%. #586F9A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
88 + 111 + 154 = 353 (100%)
R 88 of 353 ~ 24.93%
G 111 of 353 ~ 31.44%
B 154 of 353 ~ 43.63%

%24.93
%31.44
%43.63

CMYK color model

#586F9A color CMYK value is (43,28,0,40).

  • cyan value is 42.86%
  • magenta value is 27.92%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(43,28,0,40)
C43M28Y0K40 
(43%,28%,0%,40%)
(0.43/0.28/0.00/0.40)	

CMYK percentages

%42.86
%27.92
%0
%39.61

Codes

Color #586F9A in popluar color models

586F9A
RGB88111154
HSL219°27.27%47.45%
HSB/HSV219°42.86%60.39%
CMYK42.86%27.92%0.00%
39.61%

Color #586F9A in popluar number systems.

HEX586F9A
Decimal88111154
Binary1011000110111110011010
Octal130157232

Shades and tints

Shades of #586F9A

#586F9A
(88,111,154)
#50658C
(80,101,140)
#485B7E
(72,91,126)
#405170
(64,81,112)
#384762
(56,71,98)
#303D54
(48,61,84)
#283346
(40,51,70)
#202938
(32,41,56)
#181F2A
(24,31,42)
#10151C
(16,21,28)
#080B0E
(8,11,14)
#000000
(0,0,0)

Tints of #586F9A

#586F9A
(88,111,154)
#677CA3
(103,124,163)
#7689AC
(118,137,172)
#8596B5
(133,150,181)
#94A3BE
(148,163,190)
#A3B0C7
(163,176,199)
#B2BDD0
(178,189,208)
#C1CAD9
(193,202,217)
#D0D7E2
(208,215,226)
#DFE4EB
(223,228,235)
#EEF1F4
(238,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #586F9A color. Also use rgb(88,111,154) instead hex code.

Text Font Color

.myTextColor { color: #586F9A; }

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

This text font color is #586F9A.


Background Color

.myBgColor { background-color: #586F9A; }

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

This div background color is #586F9A.


Border color

.myBorderColor { border: 1px solid #586F9A; }

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

This div border color is #586F9A.


Opacity

.myOpacity80 { color: #586F9A; opacity: 0.8; }

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

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

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

This text has shadow with #586F9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #586F9A on black background.


Color preview on white background

This text has color #586F9A on white background.



Black color preview on #586F9A background

This text has black color on #586F9A background.


White color preview on #586F9A background

This text has white color on #586F9A background.