COLOR #586095

HEX: #586095
RGB: (88,96,149)

Color info

#586095 contains mainly green and blue colors. Web safe color of #586095 is #666699 (or #669).

RGB color model

#586095 color RGB value is (88,96,149).

  • red value is 88;
  • green value is 96;
  • blue value is 149.
RGB:
(88,96,149)
(35%,38%,58%)

RGB channels and saturation

R 88 of 255 = 35%
G 96 of 255 = 38%
B 149 of 255 = 58%

88
96
149

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

Portions of RGB colors in percentages

R + G + B =
88 + 96 + 149 = 333 (100%)
R 88 of 333 ~ 26.43%
G 96 of 333 ~ 28.83%
B 149 of 333 ~ 44.74%

%26.43
%28.83
%44.74

CMYK color model

#586095 color CMYK value is (41,36,0,42).

  • cyan value is 40.94%
  • magenta value is 35.57%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(41,36,0,42)
C41M36Y0K42 
(41%,36%,0%,42%)
(0.41/0.36/0.00/0.42)	

CMYK percentages

%40.94
%35.57
%0
%41.57

Codes

Color #586095 in popluar color models

586095
RGB8896149
HSL232°25.74%46.47%
HSB/HSV232°40.94%58.43%
CMYK40.94%35.57%0.00%
41.57%

Color #586095 in popluar number systems.

HEX586095
Decimal8896149
Binary1011000110000010010101
Octal130140225

Shades and tints

Shades of #586095

#586095
(88,96,149)
#505888
(80,88,136)
#48507B
(72,80,123)
#40486E
(64,72,110)
#384061
(56,64,97)
#303854
(48,56,84)
#283047
(40,48,71)
#20283A
(32,40,58)
#18202D
(24,32,45)
#101820
(16,24,32)
#081013
(8,16,19)
#000000
(0,0,0)

Tints of #586095

#586095
(88,96,149)
#676E9E
(103,110,158)
#767CA7
(118,124,167)
#858AB0
(133,138,176)
#9498B9
(148,152,185)
#A3A6C2
(163,166,194)
#B2B4CB
(178,180,203)
#C1C2D4
(193,194,212)
#D0D0DD
(208,208,221)
#DFDEE6
(223,222,230)
#EEECEF
(238,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #586095 color. Also use rgb(88,96,149) instead hex code.

Text Font Color

.myTextColor { color: #586095; }

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

This text font color is #586095.


Background Color

.myBgColor { background-color: #586095; }

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

This div background color is #586095.


Border color

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

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

This div border color is #586095.


Opacity

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

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

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

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

This text has shadow with #586095 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #586095 on black background.


Color preview on white background

This text has color #586095 on white background.



Black color preview on #586095 background

This text has black color on #586095 background.


White color preview on #586095 background

This text has white color on #586095 background.