COLOR #586F94

HEX: #586F94
RGB: (88,111,148)

Color info

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

RGB color model

#586F94 color RGB value is (88,111,148).

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

RGB channels and saturation

R 88 of 255 = 35%
G 111 of 255 = 44%
B 148 of 255 = 58%

88
111
148

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

Portions of RGB colors in percentages

R + G + B =
88 + 111 + 148 = 347 (100%)
R 88 of 347 ~ 25.36%
G 111 of 347 ~ 31.99%
B 148 of 347 ~ 42.65%

%25.36
%31.99
%42.65

CMYK color model

#586F94 color CMYK value is (41,25,0,42).

  • cyan value is 40.54%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(41,25,0,42)
C41M25Y0K42 
(41%,25%,0%,42%)
(0.41/0.25/0.00/0.42)	

CMYK percentages

%40.54
%25
%0
%41.96

Codes

Color #586F94 in popluar color models

586F94
RGB88111148
HSL217°25.42%46.27%
HSB/HSV217°40.54%58.04%
CMYK40.54%25.00%0.00%
41.96%

Color #586F94 in popluar number systems.

HEX586F94
Decimal88111148
Binary1011000110111110010100
Octal130157224

Shades and tints

Shades of #586F94

#586F94
(88,111,148)
#506587
(80,101,135)
#485B7A
(72,91,122)
#40516D
(64,81,109)
#384760
(56,71,96)
#303D53
(48,61,83)
#283346
(40,51,70)
#202939
(32,41,57)
#181F2C
(24,31,44)
#10151F
(16,21,31)
#080B12
(8,11,18)
#000000
(0,0,0)

Tints of #586F94

#586F94
(88,111,148)
#677C9D
(103,124,157)
#7689A6
(118,137,166)
#8596AF
(133,150,175)
#94A3B8
(148,163,184)
#A3B0C1
(163,176,193)
#B2BDCA
(178,189,202)
#C1CAD3
(193,202,211)
#D0D7DC
(208,215,220)
#DFE4E5
(223,228,229)
#EEF1EE
(238,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #586F94; }

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

This text font color is #586F94.


Background Color

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

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

This div background color is #586F94.


Border color

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

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

This div border color is #586F94.


Opacity

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

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

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

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

This text has shadow with #586F94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #586F94 on black background.


Color preview on white background

This text has color #586F94 on white background.



Black color preview on #586F94 background

This text has black color on #586F94 background.


White color preview on #586F94 background

This text has white color on #586F94 background.