COLOR #587E90

HEX: #587E90 RGB: (88,126,144)

Color info

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

RGB color model

#587E90 color RGB value is (88,126,144).

RGB: (88,126,144) (35%, 49%, 56%)

RGB channels and saturation

R 88 of 255 = 35%
G 126 of 255 = 49%
B 144 of 255 = 56%

88
126
144

R + G + B ~ 47%. #587E90 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 88 + 126 + 144 = 358 (100%)
R 88 of 358 ~ 24.58%
G 126 of 358 ~ 35.2%
B 144 of 358 ~ 40.22'%

%24.58
%35.2
%40.22

CMYK color model

#587E90 color CMYK value is (39,13,0,44).

  • cyan value is 38.89%
  • magenta value is 12.50%
  • yellow value is 0.00%
  • key color value is 43.53%

CMYK: (39,13,0,44)
C39M13Y0K44 (39%, 13%, 0%, 44%)
(0.39 / 0.13 / 0.00 / 0.44)

CMYK percentages

%38.89
%12.5
%0
%43.53

Codes

Color #587E90 in popluar color models

58 7E 90
RGB 88 126 144
HSL 199° 24.14% 45.49%
HSB/HSV 199° 38.89% 56.47%
CMYK 38.89% 12.50% 0.00%
43.53%

Color #587E90 in popluar number systems.

HEX 58 7E 90
Decimal 88 126 144
Binary 1011000 1111110 10010000
Octal 130 176 220

Shades and tints

Shades of #587E90

#587E90
(88,126,144)
#507383
(80,115,131)
#486876
(72,104,118)
#405D69
(64,93,105)
#38525C
(56,82,92)
#30474F
(48,71,79)
#283C42
(40,60,66)
#203135
(32,49,53)
#182628
(24,38,40)
#101B1B
(16,27,27)
#08100E
(8,16,14)
#000000
(0,0,0)

Tints of #587E90

#587E90
(88,126,144)
#67899A
(103,137,154)
#7694A4
(118,148,164)
#859FAE
(133,159,174)
#94AAB8
(148,170,184)
#A3B5C2
(163,181,194)
#B2C0CC
(178,192,204)
#C1CBD6
(193,203,214)
#D0D6E0
(208,214,224)
#DFE1EA
(223,225,234)
#EEECF4
(238,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #587E90; }

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

This text font color is #587E90.

Background Color

.myBgColor { background-color: #587E90; }

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

This div background color is #587E90.

Border color

.myBorderColor { border: 1px solid #587E90; }

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

This div border color is #587E90.

Opacity

.myOpacity80 { color: #587E90; opacity: 0.8; }

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

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

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

This text has shadow with #587E90 color.


.textShadow {text-shadow: 3px 3px 1px #587E90', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #587E90; -webkit-box-shadow: 1px 1px 3px 2px #587E90; box-shadow:1px 1px 3px 2px #587E90;">
Div content here
</div>

This div box has shadow with color #587E90.

Preview

Color preview on black background

This text has color #587E90 on black background.


Color preview on white background

This text has color #587E90 on white background.


Black color preview on #587E90 background

This text has black color on #587E90 background.


White color preview on #587E90 background

This text has white color on #587E90 background.


Related colors

Complementary color

Complementary color for #hex is #A7816F.


I love getcolorcode.com

Triadic colors

1 #90587E and #7E9058 with #587E90 are triadic colors.

2 #907E58 and #7E5890 with #587E90 are triadic colors.