COLOR #586399

HEX: #586399
RGB: (88,99,153)

Color info

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

RGB color model

#586399 color RGB value is (88,99,153).

  • red value is 88;
  • green value is 99;
  • blue value is 153.
RGB:
(88,99,153)
(35%,39%,60%)

RGB channels and saturation

R 88 of 255 = 35%
G 99 of 255 = 39%
B 153 of 255 = 60%

88
99
153

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

Portions of RGB colors in percentages

R + G + B =
88 + 99 + 153 = 340 (100%)
R 88 of 340 ~ 25.88%
G 99 of 340 ~ 29.12%
B 153 of 340 ~ 45%

%25.88
%29.12
%45

CMYK color model

#586399 color CMYK value is (42,35,0,40).

  • cyan value is 42.48%
  • magenta value is 35.29%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(42,35,0,40)
C42M35Y0K40 
(42%,35%,0%,40%)
(0.42/0.35/0.00/0.40)	

CMYK percentages

%42.48
%35.29
%0
%40

Codes

Color #586399 in popluar color models

586399
RGB8899153
HSL230°26.97%47.25%
HSB/HSV230°42.48%60.00%
CMYK42.48%35.29%0.00%
40.00%

Color #586399 in popluar number systems.

HEX586399
Decimal8899153
Binary1011000110001110011001
Octal130143231

Shades and tints

Shades of #586399

#586399
(88,99,153)
#505A8C
(80,90,140)
#48517F
(72,81,127)
#404872
(64,72,114)
#383F65
(56,63,101)
#303658
(48,54,88)
#282D4B
(40,45,75)
#20243E
(32,36,62)
#181B31
(24,27,49)
#101224
(16,18,36)
#080917
(8,9,23)
#000000
(0,0,0)

Tints of #586399

#586399
(88,99,153)
#6771A2
(103,113,162)
#767FAB
(118,127,171)
#858DB4
(133,141,180)
#949BBD
(148,155,189)
#A3A9C6
(163,169,198)
#B2B7CF
(178,183,207)
#C1C5D8
(193,197,216)
#D0D3E1
(208,211,225)
#DFE1EA
(223,225,234)
#EEEFF3
(238,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #586399 color. Also use rgb(88,99,153) instead hex code.

Text Font Color

.myTextColor { color: #586399; }

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

This text font color is #586399.


Background Color

.myBgColor { background-color: #586399; }

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

This div background color is #586399.


Border color

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

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

This div border color is #586399.


Opacity

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

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

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

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

This text has shadow with #586399 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #586399 on black background.


Color preview on white background

This text has color #586399 on white background.



Black color preview on #586399 background

This text has black color on #586399 background.


White color preview on #586399 background

This text has white color on #586399 background.