COLOR #586CB6

HEX: #586CB6 RGB: (88,108,182)

Color info

#586CB6 contains mainly blue color. Web safe color of #586CB6 is #6666CC (or #66C).

RGB color model

#586CB6 color RGB value is (88,108,182).

RGB: (88,108,182) (35%, 42%, 71%)

RGB channels and saturation

R 88 of 255 = 35%
G 108 of 255 = 42%
B 182 of 255 = 71%

88
108
182

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

Portions of RGB colors in percentages

R + G + B = 88 + 108 + 182 = 378 (100%)
R 88 of 378 ~ 23.28%
G 108 of 378 ~ 28.57%
B 182 of 378 ~ 48.15'%

%23.28
%28.57
%48.15

CMYK color model

#586CB6 color CMYK value is (52,41,0,29).

  • cyan value is 51.65%
  • magenta value is 40.66%
  • yellow value is 0.00%
  • key color value is 28.63%

CMYK: (52,41,0,29)
C52M41Y0K29 (52%, 41%, 0%, 29%)
(0.52 / 0.41 / 0.00 / 0.29)

CMYK percentages

%51.65
%40.66
%0
%28.63

Codes

Color #586CB6 in popluar color models

58 6C B6
RGB 88 108 182
HSL 227° 39.17% 52.94%
HSB/HSV 227° 51.65% 71.37%
CMYK 51.65% 40.66% 0.00%
28.63%

Color #586CB6 in popluar number systems.

HEX 58 6C B6
Decimal 88 108 182
Binary 1011000 1101100 10110110
Octal 130 154 266

Shades and tints

Shades of #586CB6

#586CB6
(88,108,182)
#5063A6
(80,99,166)
#485A96
(72,90,150)
#405186
(64,81,134)
#384876
(56,72,118)
#303F66
(48,63,102)
#283656
(40,54,86)
#202D46
(32,45,70)
#182436
(24,36,54)
#101B26
(16,27,38)
#081216
(8,18,22)
#000000
(0,0,0)

Tints of #586CB6

#586CB6
(88,108,182)
#6779BC
(103,121,188)
#7686C2
(118,134,194)
#8593C8
(133,147,200)
#94A0CE
(148,160,206)
#A3ADD4
(163,173,212)
#B2BADA
(178,186,218)
#C1C7E0
(193,199,224)
#D0D4E6
(208,212,230)
#DFE1EC
(223,225,236)
#EEEEF2
(238,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #586CB6 color. Also use rgb(88,108,182) instead hex code.

Text Font Color

.myTextColor { color: #586CB6; }

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

This text font color is #586CB6.

Background Color

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

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

This div background color is #586CB6.

Border color

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

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

This div border color is #586CB6.

Opacity

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

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

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

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

This text has shadow with #586CB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #586CB6.

Preview

Color preview on black background

This text has color #586CB6 on black background.


Color preview on white background

This text has color #586CB6 on white background.


Black color preview on #586CB6 background

This text has black color on #586CB6 background.


White color preview on #586CB6 background

This text has white color on #586CB6 background.


Related colors

Complementary color

Complementary color for #hex is #A79349.


I love getcolorcode.com

Triadic colors

1 #B6586C and #6CB658 with #586CB6 are triadic colors.

2 #B66C58 and #6C58B6 with #586CB6 are triadic colors.