COLOR #586E93

HEX: #586E93 RGB: (88,110,147)

Color info

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

RGB color model

#586E93 color RGB value is (88,110,147).

RGB: (88,110,147) (35%, 43%, 58%)

RGB channels and saturation

R 88 of 255 = 35%
G 110 of 255 = 43%
B 147 of 255 = 58%

88
110
147

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

Portions of RGB colors in percentages

R + G + B = 88 + 110 + 147 = 345 (100%)
R 88 of 345 ~ 25.51%
G 110 of 345 ~ 31.88%
B 147 of 345 ~ 42.61'%

%25.51
%31.88
%42.61

CMYK color model

#586E93 color CMYK value is (40,25,0,42).

  • cyan value is 40.14%
  • magenta value is 25.17%
  • yellow value is 0.00%
  • key color value is 42.35%

CMYK: (40,25,0,42)
C40M25Y0K42 (40%, 25%, 0%, 42%)
(0.40 / 0.25 / 0.00 / 0.42)

CMYK percentages

%40.14
%25.17
%0
%42.35

Codes

Color #586E93 in popluar color models

58 6E 93
RGB 88 110 147
HSL 218° 25.11% 46.08%
HSB/HSV 218° 40.14% 57.65%
CMYK 40.14% 25.17% 0.00%
42.35%

Color #586E93 in popluar number systems.

HEX 58 6E 93
Decimal 88 110 147
Binary 1011000 1101110 10010011
Octal 130 156 223

Shades and tints

Shades of #586E93

#586E93
(88,110,147)
#506486
(80,100,134)
#485A79
(72,90,121)
#40506C
(64,80,108)
#38465F
(56,70,95)
#303C52
(48,60,82)
#283245
(40,50,69)
#202838
(32,40,56)
#181E2B
(24,30,43)
#10141E
(16,20,30)
#080A11
(8,10,17)
#000000
(0,0,0)

Tints of #586E93

#586E93
(88,110,147)
#677B9C
(103,123,156)
#7688A5
(118,136,165)
#8595AE
(133,149,174)
#94A2B7
(148,162,183)
#A3AFC0
(163,175,192)
#B2BCC9
(178,188,201)
#C1C9D2
(193,201,210)
#D0D6DB
(208,214,219)
#DFE3E4
(223,227,228)
#EEF0ED
(238,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #586E93 color. Also use rgb(88,110,147) instead hex code.

Text Font Color

.myTextColor { color: #586E93; }

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

This text font color is #586E93.

Background Color

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

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

This div background color is #586E93.

Border color

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

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

This div border color is #586E93.

Opacity

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

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

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

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

This text has shadow with #586E93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #586E93.

Preview

Color preview on black background

This text has color #586E93 on black background.


Color preview on white background

This text has color #586E93 on white background.


Black color preview on #586E93 background

This text has black color on #586E93 background.


White color preview on #586E93 background

This text has white color on #586E93 background.


Related colors

Complementary color

Complementary color for #hex is #A7916C.


I love getcolorcode.com

Triadic colors

1 #93586E and #6E9358 with #586E93 are triadic colors.

2 #936E58 and #6E5893 with #586E93 are triadic colors.