COLOR #586298

HEX: #586298
RGB: (88,98,152)

Color info

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

RGB color model

#586298 color RGB value is (88,98,152).

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

RGB channels and saturation

R 88 of 255 = 35%
G 98 of 255 = 38%
B 152 of 255 = 60%

88
98
152

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

Portions of RGB colors in percentages

R + G + B =
88 + 98 + 152 = 338 (100%)
R 88 of 338 ~ 26.04%
G 98 of 338 ~ 28.99%
B 152 of 338 ~ 44.97%

%26.04
%28.99
%44.97

CMYK color model

#586298 color CMYK value is (42,36,0,40).

  • cyan value is 42.11%
  • magenta value is 35.53%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(42,36,0,40)
C42M36Y0K40 
(42%,36%,0%,40%)
(0.42/0.36/0.00/0.40)	

CMYK percentages

%42.11
%35.53
%0
%40.39

Codes

Color #586298 in popluar color models

586298
RGB8898152
HSL231°26.67%47.06%
HSB/HSV231°42.11%59.61%
CMYK42.11%35.53%0.00%
40.39%

Color #586298 in popluar number systems.

HEX586298
Decimal8898152
Binary1011000110001010011000
Octal130142230

Shades and tints

Shades of #586298

#586298
(88,98,152)
#505A8B
(80,90,139)
#48527E
(72,82,126)
#404A71
(64,74,113)
#384264
(56,66,100)
#303A57
(48,58,87)
#28324A
(40,50,74)
#202A3D
(32,42,61)
#182230
(24,34,48)
#101A23
(16,26,35)
#081216
(8,18,22)
#000000
(0,0,0)

Tints of #586298

#586298
(88,98,152)
#6770A1
(103,112,161)
#767EAA
(118,126,170)
#858CB3
(133,140,179)
#949ABC
(148,154,188)
#A3A8C5
(163,168,197)
#B2B6CE
(178,182,206)
#C1C4D7
(193,196,215)
#D0D2E0
(208,210,224)
#DFE0E9
(223,224,233)
#EEEEF2
(238,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #586298; }

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

This text font color is #586298.


Background Color

.myBgColor { background-color: #586298; }

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

This div background color is #586298.


Border color

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

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

This div border color is #586298.


Opacity

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

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

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

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

This text has shadow with #586298 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #586298 on black background.


Color preview on white background

This text has color #586298 on white background.



Black color preview on #586298 background

This text has black color on #586298 background.


White color preview on #586298 background

This text has white color on #586298 background.