COLOR #587089

HEX: #587089
RGB: (88,112,137)

Color info

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

RGB color model

#587089 color RGB value is (88,112,137).

  • red value is 88;
  • green value is 112;
  • blue value is 137.
RGB:
(88,112,137)
(35%,44%,54%)

RGB channels and saturation

R 88 of 255 = 35%
G 112 of 255 = 44%
B 137 of 255 = 54%

88
112
137

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

Portions of RGB colors in percentages

R + G + B =
88 + 112 + 137 = 337 (100%)
R 88 of 337 ~ 26.11%
G 112 of 337 ~ 33.23%
B 137 of 337 ~ 40.65%

%26.11
%33.23
%40.65

CMYK color model

#587089 color CMYK value is (36,18,0,46).

  • cyan value is 35.77%
  • magenta value is 18.25%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(36,18,0,46)
C36M18Y0K46 
(36%,18%,0%,46%)
(0.36/0.18/0.00/0.46)	

CMYK percentages

%35.77
%18.25
%0
%46.27

Codes

Color #587089 in popluar color models

587089
RGB88112137
HSL211°21.78%44.12%
HSB/HSV211°35.77%53.73%
CMYK35.77%18.25%0.00%
46.27%

Color #587089 in popluar number systems.

HEX587089
Decimal88112137
Binary1011000111000010001001
Octal130160211

Shades and tints

Shades of #587089

#587089
(88,112,137)
#50667D
(80,102,125)
#485C71
(72,92,113)
#405265
(64,82,101)
#384859
(56,72,89)
#303E4D
(48,62,77)
#283441
(40,52,65)
#202A35
(32,42,53)
#182029
(24,32,41)
#10161D
(16,22,29)
#080C11
(8,12,17)
#000000
(0,0,0)

Tints of #587089

#587089
(88,112,137)
#677D93
(103,125,147)
#768A9D
(118,138,157)
#8597A7
(133,151,167)
#94A4B1
(148,164,177)
#A3B1BB
(163,177,187)
#B2BEC5
(178,190,197)
#C1CBCF
(193,203,207)
#D0D8D9
(208,216,217)
#DFE5E3
(223,229,227)
#EEF2ED
(238,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #587089 color. Also use rgb(88,112,137) instead hex code.

Text Font Color

.myTextColor { color: #587089; }

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

This text font color is #587089.


Background Color

.myBgColor { background-color: #587089; }

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

This div background color is #587089.


Border color

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

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

This div border color is #587089.


Opacity

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

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

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

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

This text has shadow with #587089 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #587089 on black background.


Color preview on white background

This text has color #587089 on white background.



Black color preview on #587089 background

This text has black color on #587089 background.


White color preview on #587089 background

This text has white color on #587089 background.