COLOR #586281

HEX: #586281
RGB: (88,98,129)

Color info

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

RGB color model

#586281 color RGB value is (88,98,129).

  • red value is 88;
  • green value is 98;
  • blue value is 129.
RGB:
(88,98,129)
(35%,38%,51%)

RGB channels and saturation

R 88 of 255 = 35%
G 98 of 255 = 38%
B 129 of 255 = 51%

88
98
129

R + G + B ~ 41%. #586281 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
88 + 98 + 129 = 315 (100%)
R 88 of 315 ~ 27.94%
G 98 of 315 ~ 31.11%
B 129 of 315 ~ 40.95%

%27.94
%31.11
%40.95

CMYK color model

#586281 color CMYK value is (32,24,0,49).

  • cyan value is 31.78%
  • magenta value is 24.03%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(32,24,0,49)
C32M24Y0K49 
(32%,24%,0%,49%)
(0.32/0.24/0.00/0.49)	

CMYK percentages

%31.78
%24.03
%0
%49.41

Codes

Color #586281 in popluar color models

586281
RGB8898129
HSL225°18.89%42.55%
HSB/HSV225°31.78%50.59%
CMYK31.78%24.03%0.00%
49.41%

Color #586281 in popluar number systems.

HEX586281
Decimal8898129
Binary1011000110001010000001
Octal130142201

Shades and tints

Shades of #586281

#586281
(88,98,129)
#505A76
(80,90,118)
#48526B
(72,82,107)
#404A60
(64,74,96)
#384255
(56,66,85)
#303A4A
(48,58,74)
#28323F
(40,50,63)
#202A34
(32,42,52)
#182229
(24,34,41)
#101A1E
(16,26,30)
#081213
(8,18,19)
#000000
(0,0,0)

Tints of #586281

#586281
(88,98,129)
#67708C
(103,112,140)
#767E97
(118,126,151)
#858CA2
(133,140,162)
#949AAD
(148,154,173)
#A3A8B8
(163,168,184)
#B2B6C3
(178,182,195)
#C1C4CE
(193,196,206)
#D0D2D9
(208,210,217)
#DFE0E4
(223,224,228)
#EEEEEF
(238,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #586281 color. Also use rgb(88,98,129) instead hex code.

Text Font Color

.myTextColor { color: #586281; }

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

This text font color is #586281.


Background Color

.myBgColor { background-color: #586281; }

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

This div background color is #586281.


Border color

.myBorderColor { border: 1px solid #586281; }

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

This div border color is #586281.


Opacity

.myOpacity80 { color: #586281; opacity: 0.8; }

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

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

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

This text has shadow with #586281 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #586281 on black background.


Color preview on white background

This text has color #586281 on white background.



Black color preview on #586281 background

This text has black color on #586281 background.


White color preview on #586281 background

This text has white color on #586281 background.