COLOR #586CAE

HEX: #586CAE
RGB: (88,108,174)

Color info

#586CAE contains mainly blue color. Web safe color of #586CAE is #666699 (or #669).

RGB color model

#586CAE color RGB value is (88,108,174).

  • red value is 88;
  • green value is 108;
  • blue value is 174.
RGB:
(88,108,174)
(35%,42%,68%)

RGB channels and saturation

R 88 of 255 = 35%
G 108 of 255 = 42%
B 174 of 255 = 68%

88
108
174

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

Portions of RGB colors in percentages

R + G + B =
88 + 108 + 174 = 370 (100%)
R 88 of 370 ~ 23.78%
G 108 of 370 ~ 29.19%
B 174 of 370 ~ 47.03%

%23.78
%29.19
%47.03

CMYK color model

#586CAE color CMYK value is (49,38,0,32).

  • cyan value is 49.43%
  • magenta value is 37.93%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(49,38,0,32)
C49M38Y0K32 
(49%,38%,0%,32%)
(0.49/0.38/0.00/0.32)	

CMYK percentages

%49.43
%37.93
%0
%31.76

Codes

Color #586CAE in popluar color models

586CAE
RGB88108174
HSL226°34.68%51.37%
HSB/HSV226°49.43%68.24%
CMYK49.43%37.93%0.00%
31.76%

Color #586CAE in popluar number systems.

HEX586CAE
Decimal88108174
Binary1011000110110010101110
Octal130154256

Shades and tints

Shades of #586CAE

#586CAE
(88,108,174)
#50639F
(80,99,159)
#485A90
(72,90,144)
#405181
(64,81,129)
#384872
(56,72,114)
#303F63
(48,63,99)
#283654
(40,54,84)
#202D45
(32,45,69)
#182436
(24,36,54)
#101B27
(16,27,39)
#081218
(8,18,24)
#000000
(0,0,0)

Tints of #586CAE

#586CAE
(88,108,174)
#6779B5
(103,121,181)
#7686BC
(118,134,188)
#8593C3
(133,147,195)
#94A0CA
(148,160,202)
#A3ADD1
(163,173,209)
#B2BAD8
(178,186,216)
#C1C7DF
(193,199,223)
#D0D4E6
(208,212,230)
#DFE1ED
(223,225,237)
#EEEEF4
(238,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #586CAE; }

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

This text font color is #586CAE.


Background Color

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

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

This div background color is #586CAE.


Border color

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

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

This div border color is #586CAE.


Opacity

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

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

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

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

This text has shadow with #586CAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #586CAE on black background.


Color preview on white background

This text has color #586CAE on white background.



Black color preview on #586CAE background

This text has black color on #586CAE background.


White color preview on #586CAE background

This text has white color on #586CAE background.