COLOR #586B87

HEX: #586B87 RGB: (88,107,135)

Color info

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

RGB color model

#586B87 color RGB value is (88,107,135).

RGB: (88,107,135) (35%, 42%, 53%)

RGB channels and saturation

R 88 of 255 = 35%
G 107 of 255 = 42%
B 135 of 255 = 53%

88
107
135

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

Portions of RGB colors in percentages

R + G + B = 88 + 107 + 135 = 330 (100%)
R 88 of 330 ~ 26.67%
G 107 of 330 ~ 32.42%
B 135 of 330 ~ 40.91'%

%26.67
%32.42
%40.91

CMYK color model

#586B87 color CMYK value is (35,21,0,47).

  • cyan value is 34.81%
  • magenta value is 20.74%
  • yellow value is 0.00%
  • key color value is 47.06%

CMYK: (35,21,0,47)
C35M21Y0K47 (35%, 21%, 0%, 47%)
(0.35 / 0.21 / 0.00 / 0.47)

CMYK percentages

%34.81
%20.74
%0
%47.06

Codes

Color #586B87 in popluar color models

58 6B 87
RGB 88 107 135
HSL 216° 21.08% 43.73%
HSB/HSV 216° 34.81% 52.94%
CMYK 34.81% 20.74% 0.00%
47.06%

Color #586B87 in popluar number systems.

HEX 58 6B 87
Decimal 88 107 135
Binary 1011000 1101011 10000111
Octal 130 153 207

Shades and tints

Shades of #586B87

#586B87
(88,107,135)
#50627B
(80,98,123)
#48596F
(72,89,111)
#405063
(64,80,99)
#384757
(56,71,87)
#303E4B
(48,62,75)
#28353F
(40,53,63)
#202C33
(32,44,51)
#182327
(24,35,39)
#101A1B
(16,26,27)
#08110F
(8,17,15)
#000000
(0,0,0)

Tints of #586B87

#586B87
(88,107,135)
#677891
(103,120,145)
#76859B
(118,133,155)
#8592A5
(133,146,165)
#949FAF
(148,159,175)
#A3ACB9
(163,172,185)
#B2B9C3
(178,185,195)
#C1C6CD
(193,198,205)
#D0D3D7
(208,211,215)
#DFE0E1
(223,224,225)
#EEEDEB
(238,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #586B87; }

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

This text font color is #586B87.

Background Color

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

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

This div background color is #586B87.

Border color

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

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

This div border color is #586B87.

Opacity

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

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

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

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

This text has shadow with #586B87 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #586B87.

Preview

Color preview on black background

This text has color #586B87 on black background.


Color preview on white background

This text has color #586B87 on white background.


Black color preview on #586B87 background

This text has black color on #586B87 background.


White color preview on #586B87 background

This text has white color on #586B87 background.


Related colors

Complementary color

Complementary color for #hex is #A79478.


I love getcolorcode.com

Triadic colors

1 #87586B and #6B8758 with #586B87 are triadic colors.

2 #876B58 and #6B5887 with #586B87 are triadic colors.