COLOR #586790

HEX: #586790
RGB: (88,103,144)

Color info

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

RGB color model

#586790 color RGB value is (88,103,144).

  • red value is 88;
  • green value is 103;
  • blue value is 144.
RGB:
(88,103,144)
(35%,40%,56%)

RGB channels and saturation

R 88 of 255 = 35%
G 103 of 255 = 40%
B 144 of 255 = 56%

88
103
144

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

Portions of RGB colors in percentages

R + G + B =
88 + 103 + 144 = 335 (100%)
R 88 of 335 ~ 26.27%
G 103 of 335 ~ 30.75%
B 144 of 335 ~ 42.99%

%26.27
%30.75
%42.99

CMYK color model

#586790 color CMYK value is (39,28,0,44).

  • cyan value is 38.89%
  • magenta value is 28.47%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(39,28,0,44)
C39M28Y0K44 
(39%,28%,0%,44%)
(0.39/0.28/0.00/0.44)	

CMYK percentages

%38.89
%28.47
%0
%43.53

Codes

Color #586790 in popluar color models

586790
RGB88103144
HSL224°24.14%45.49%
HSB/HSV224°38.89%56.47%
CMYK38.89%28.47%0.00%
43.53%

Color #586790 in popluar number systems.

HEX586790
Decimal88103144
Binary1011000110011110010000
Octal130147220

Shades and tints

Shades of #586790

#586790
(88,103,144)
#505E83
(80,94,131)
#485576
(72,85,118)
#404C69
(64,76,105)
#38435C
(56,67,92)
#303A4F
(48,58,79)
#283142
(40,49,66)
#202835
(32,40,53)
#181F28
(24,31,40)
#10161B
(16,22,27)
#080D0E
(8,13,14)
#000000
(0,0,0)

Tints of #586790

#586790
(88,103,144)
#67749A
(103,116,154)
#7681A4
(118,129,164)
#858EAE
(133,142,174)
#949BB8
(148,155,184)
#A3A8C2
(163,168,194)
#B2B5CC
(178,181,204)
#C1C2D6
(193,194,214)
#D0CFE0
(208,207,224)
#DFDCEA
(223,220,234)
#EEE9F4
(238,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #586790 color. Also use rgb(88,103,144) instead hex code.

Text Font Color

.myTextColor { color: #586790; }

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

This text font color is #586790.


Background Color

.myBgColor { background-color: #586790; }

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

This div background color is #586790.


Border color

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

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

This div border color is #586790.


Opacity

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

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

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

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

This text has shadow with #586790 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #586790 on black background.


Color preview on white background

This text has color #586790 on white background.



Black color preview on #586790 background

This text has black color on #586790 background.


White color preview on #586790 background

This text has white color on #586790 background.