COLOR #586A8A

HEX: #586A8A
RGB: (88,106,138)

Color info

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

RGB color model

#586A8A color RGB value is (88,106,138).

  • red value is 88;
  • green value is 106;
  • blue value is 138.
RGB:
(88,106,138)
(35%,42%,54%)

RGB channels and saturation

R 88 of 255 = 35%
G 106 of 255 = 42%
B 138 of 255 = 54%

88
106
138

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

Portions of RGB colors in percentages

R + G + B =
88 + 106 + 138 = 332 (100%)
R 88 of 332 ~ 26.51%
G 106 of 332 ~ 31.93%
B 138 of 332 ~ 41.57%

%26.51
%31.93
%41.57

CMYK color model

#586A8A color CMYK value is (36,23,0,46).

  • cyan value is 36.23%
  • magenta value is 23.19%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(36,23,0,46)
C36M23Y0K46 
(36%,23%,0%,46%)
(0.36/0.23/0.00/0.46)	

CMYK percentages

%36.23
%23.19
%0
%45.88

Codes

Color #586A8A in popluar color models

586A8A
RGB88106138
HSL218°22.12%44.31%
HSB/HSV218°36.23%54.12%
CMYK36.23%23.19%0.00%
45.88%

Color #586A8A in popluar number systems.

HEX586A8A
Decimal88106138
Binary1011000110101010001010
Octal130152212

Shades and tints

Shades of #586A8A

#586A8A
(88,106,138)
#50617E
(80,97,126)
#485872
(72,88,114)
#404F66
(64,79,102)
#38465A
(56,70,90)
#303D4E
(48,61,78)
#283442
(40,52,66)
#202B36
(32,43,54)
#18222A
(24,34,42)
#10191E
(16,25,30)
#081012
(8,16,18)
#000000
(0,0,0)

Tints of #586A8A

#586A8A
(88,106,138)
#677794
(103,119,148)
#76849E
(118,132,158)
#8591A8
(133,145,168)
#949EB2
(148,158,178)
#A3ABBC
(163,171,188)
#B2B8C6
(178,184,198)
#C1C5D0
(193,197,208)
#D0D2DA
(208,210,218)
#DFDFE4
(223,223,228)
#EEECEE
(238,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #586A8A color. Also use rgb(88,106,138) instead hex code.

Text Font Color

.myTextColor { color: #586A8A; }

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

This text font color is #586A8A.


Background Color

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

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

This div background color is #586A8A.


Border color

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

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

This div border color is #586A8A.


Opacity

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

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

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

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

This text has shadow with #586A8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #586A8A on black background.


Color preview on white background

This text has color #586A8A on white background.



Black color preview on #586A8A background

This text has black color on #586A8A background.


White color preview on #586A8A background

This text has white color on #586A8A background.