COLOR #586188

HEX: #586188
RGB: (88,97,136)

Color info

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

RGB color model

#586188 color RGB value is (88,97,136).

  • red value is 88;
  • green value is 97;
  • blue value is 136.
RGB:
(88,97,136)
(35%,38%,53%)

RGB channels and saturation

R 88 of 255 = 35%
G 97 of 255 = 38%
B 136 of 255 = 53%

88
97
136

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

Portions of RGB colors in percentages

R + G + B =
88 + 97 + 136 = 321 (100%)
R 88 of 321 ~ 27.41%
G 97 of 321 ~ 30.22%
B 136 of 321 ~ 42.37%

%27.41
%30.22
%42.37

CMYK color model

#586188 color CMYK value is (35,29,0,47).

  • cyan value is 35.29%
  • magenta value is 28.68%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(35,29,0,47)
C35M29Y0K47 
(35%,29%,0%,47%)
(0.35/0.29/0.00/0.47)	

CMYK percentages

%35.29
%28.68
%0
%46.67

Codes

Color #586188 in popluar color models

586188
RGB8897136
HSL229°21.43%43.92%
HSB/HSV229°35.29%53.33%
CMYK35.29%28.68%0.00%
46.67%

Color #586188 in popluar number systems.

HEX586188
Decimal8897136
Binary1011000110000110001000
Octal130141210

Shades and tints

Shades of #586188

#586188
(88,97,136)
#50597C
(80,89,124)
#485170
(72,81,112)
#404964
(64,73,100)
#384158
(56,65,88)
#30394C
(48,57,76)
#283140
(40,49,64)
#202934
(32,41,52)
#182128
(24,33,40)
#10191C
(16,25,28)
#081110
(8,17,16)
#000000
(0,0,0)

Tints of #586188

#586188
(88,97,136)
#676F92
(103,111,146)
#767D9C
(118,125,156)
#858BA6
(133,139,166)
#9499B0
(148,153,176)
#A3A7BA
(163,167,186)
#B2B5C4
(178,181,196)
#C1C3CE
(193,195,206)
#D0D1D8
(208,209,216)
#DFDFE2
(223,223,226)
#EEEDEC
(238,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #586188 color. Also use rgb(88,97,136) instead hex code.

Text Font Color

.myTextColor { color: #586188; }

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

This text font color is #586188.


Background Color

.myBgColor { background-color: #586188; }

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

This div background color is #586188.


Border color

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

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

This div border color is #586188.


Opacity

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

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

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

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

This text has shadow with #586188 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #586188 on black background.


Color preview on white background

This text has color #586188 on white background.



Black color preview on #586188 background

This text has black color on #586188 background.


White color preview on #586188 background

This text has white color on #586188 background.