COLOR #587487

HEX: #587487
RGB: (88,116,135)

Color info

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

RGB color model

#587487 color RGB value is (88,116,135).

  • red value is 88;
  • green value is 116;
  • blue value is 135.
RGB:
(88,116,135)
(35%,45%,53%)

RGB channels and saturation

R 88 of 255 = 35%
G 116 of 255 = 45%
B 135 of 255 = 53%

88
116
135

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

Portions of RGB colors in percentages

R + G + B =
88 + 116 + 135 = 339 (100%)
R 88 of 339 ~ 25.96%
G 116 of 339 ~ 34.22%
B 135 of 339 ~ 39.82%

%25.96
%34.22
%39.82

CMYK color model

#587487 color CMYK value is (35,14,0,47).

  • cyan value is 34.81%
  • magenta value is 14.07%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(35,14,0,47)
C35M14Y0K47 
(35%,14%,0%,47%)
(0.35/0.14/0.00/0.47)	

CMYK percentages

%34.81
%14.07
%0
%47.06

Codes

Color #587487 in popluar color models

587487
RGB88116135
HSL204°21.08%43.73%
HSB/HSV204°34.81%52.94%
CMYK34.81%14.07%0.00%
47.06%

Color #587487 in popluar number systems.

HEX587487
Decimal88116135
Binary1011000111010010000111
Octal130164207

Shades and tints

Shades of #587487

#587487
(88,116,135)
#506A7B
(80,106,123)
#48606F
(72,96,111)
#405663
(64,86,99)
#384C57
(56,76,87)
#30424B
(48,66,75)
#28383F
(40,56,63)
#202E33
(32,46,51)
#182427
(24,36,39)
#101A1B
(16,26,27)
#08100F
(8,16,15)
#000000
(0,0,0)

Tints of #587487

#587487
(88,116,135)
#678091
(103,128,145)
#768C9B
(118,140,155)
#8598A5
(133,152,165)
#94A4AF
(148,164,175)
#A3B0B9
(163,176,185)
#B2BCC3
(178,188,195)
#C1C8CD
(193,200,205)
#D0D4D7
(208,212,215)
#DFE0E1
(223,224,225)
#EEECEB
(238,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #587487 color. Also use rgb(88,116,135) instead hex code.

Text Font Color

.myTextColor { color: #587487; }

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

This text font color is #587487.


Background Color

.myBgColor { background-color: #587487; }

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

This div background color is #587487.


Border color

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

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

This div border color is #587487.


Opacity

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

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

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

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

This text has shadow with #587487 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #587487 on black background.


Color preview on white background

This text has color #587487 on white background.



Black color preview on #587487 background

This text has black color on #587487 background.


White color preview on #587487 background

This text has white color on #587487 background.