COLOR #586B9B

HEX: #586B9B
RGB: (88,107,155)

Color info

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

RGB color model

#586B9B color RGB value is (88,107,155).

  • red value is 88;
  • green value is 107;
  • blue value is 155.
RGB:
(88,107,155)
(35%,42%,61%)

RGB channels and saturation

R 88 of 255 = 35%
G 107 of 255 = 42%
B 155 of 255 = 61%

88
107
155

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

Portions of RGB colors in percentages

R + G + B =
88 + 107 + 155 = 350 (100%)
R 88 of 350 ~ 25.14%
G 107 of 350 ~ 30.57%
B 155 of 350 ~ 44.29%

%25.14
%30.57
%44.29

CMYK color model

#586B9B color CMYK value is (43,31,0,39).

  • cyan value is 43.23%
  • magenta value is 30.97%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(43,31,0,39)
C43M31Y0K39 
(43%,31%,0%,39%)
(0.43/0.31/0.00/0.39)	

CMYK percentages

%43.23
%30.97
%0
%39.22

Codes

Color #586B9B in popluar color models

586B9B
RGB88107155
HSL223°27.57%47.65%
HSB/HSV223°43.23%60.78%
CMYK43.23%30.97%0.00%
39.22%

Color #586B9B in popluar number systems.

HEX586B9B
Decimal88107155
Binary1011000110101110011011
Octal130153233

Shades and tints

Shades of #586B9B

#586B9B
(88,107,155)
#50628D
(80,98,141)
#48597F
(72,89,127)
#405071
(64,80,113)
#384763
(56,71,99)
#303E55
(48,62,85)
#283547
(40,53,71)
#202C39
(32,44,57)
#18232B
(24,35,43)
#101A1D
(16,26,29)
#08110F
(8,17,15)
#000000
(0,0,0)

Tints of #586B9B

#586B9B
(88,107,155)
#6778A4
(103,120,164)
#7685AD
(118,133,173)
#8592B6
(133,146,182)
#949FBF
(148,159,191)
#A3ACC8
(163,172,200)
#B2B9D1
(178,185,209)
#C1C6DA
(193,198,218)
#D0D3E3
(208,211,227)
#DFE0EC
(223,224,236)
#EEEDF5
(238,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #586B9B color. Also use rgb(88,107,155) instead hex code.

Text Font Color

.myTextColor { color: #586B9B; }

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

This text font color is #586B9B.


Background Color

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

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

This div background color is #586B9B.


Border color

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

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

This div border color is #586B9B.


Opacity

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

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

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

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

This text has shadow with #586B9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #586B9B on black background.


Color preview on white background

This text has color #586B9B on white background.



Black color preview on #586B9B background

This text has black color on #586B9B background.


White color preview on #586B9B background

This text has white color on #586B9B background.