COLOR #586992

HEX: #586992
RGB: (88,105,146)

Color info

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

RGB color model

#586992 color RGB value is (88,105,146).

  • red value is 88;
  • green value is 105;
  • blue value is 146.
RGB:
(88,105,146)
(35%,41%,57%)

RGB channels and saturation

R 88 of 255 = 35%
G 105 of 255 = 41%
B 146 of 255 = 57%

88
105
146

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

Portions of RGB colors in percentages

R + G + B =
88 + 105 + 146 = 339 (100%)
R 88 of 339 ~ 25.96%
G 105 of 339 ~ 30.97%
B 146 of 339 ~ 43.07%

%25.96
%30.97
%43.07

CMYK color model

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

  • cyan value is 39.73%
  • magenta value is 28.08%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(40,28,0,43)
C40M28Y0K43 
(40%,28%,0%,43%)
(0.40/0.28/0.00/0.43)	

CMYK percentages

%39.73
%28.08
%0
%42.75

Codes

Color #586992 in popluar color models

586992
RGB88105146
HSL222°24.79%45.88%
HSB/HSV222°39.73%57.25%
CMYK39.73%28.08%0.00%
42.75%

Color #586992 in popluar number systems.

HEX586992
Decimal88105146
Binary1011000110100110010010
Octal130151222

Shades and tints

Shades of #586992

#586992
(88,105,146)
#506085
(80,96,133)
#485778
(72,87,120)
#404E6B
(64,78,107)
#38455E
(56,69,94)
#303C51
(48,60,81)
#283344
(40,51,68)
#202A37
(32,42,55)
#18212A
(24,33,42)
#10181D
(16,24,29)
#080F10
(8,15,16)
#000000
(0,0,0)

Tints of #586992

#586992
(88,105,146)
#67769B
(103,118,155)
#7683A4
(118,131,164)
#8590AD
(133,144,173)
#949DB6
(148,157,182)
#A3AABF
(163,170,191)
#B2B7C8
(178,183,200)
#C1C4D1
(193,196,209)
#D0D1DA
(208,209,218)
#DFDEE3
(223,222,227)
#EEEBEC
(238,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #586992 color. Also use rgb(88,105,146) instead hex code.

Text Font Color

.myTextColor { color: #586992; }

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

This text font color is #586992.


Background Color

.myBgColor { background-color: #586992; }

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

This div background color is #586992.


Border color

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

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

This div border color is #586992.


Opacity

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

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

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

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

This text has shadow with #586992 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #586992 on black background.


Color preview on white background

This text has color #586992 on white background.



Black color preview on #586992 background

This text has black color on #586992 background.


White color preview on #586992 background

This text has white color on #586992 background.