COLOR #587F93

HEX: #587F93
RGB: (88,127,147)

Color info

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

RGB color model

#587F93 color RGB value is (88,127,147).

  • red value is 88;
  • green value is 127;
  • blue value is 147.
RGB:
(88,127,147)
(35%,50%,58%)

RGB channels and saturation

R 88 of 255 = 35%
G 127 of 255 = 50%
B 147 of 255 = 58%

88
127
147

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

Portions of RGB colors in percentages

R + G + B =
88 + 127 + 147 = 362 (100%)
R 88 of 362 ~ 24.31%
G 127 of 362 ~ 35.08%
B 147 of 362 ~ 40.61%

%24.31
%35.08
%40.61

CMYK color model

#587F93 color CMYK value is (40,14,0,42).

  • cyan value is 40.14%
  • magenta value is 13.61%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(40,14,0,42)
C40M14Y0K42 
(40%,14%,0%,42%)
(0.40/0.14/0.00/0.42)	

CMYK percentages

%40.14
%13.61
%0
%42.35

Codes

Color #587F93 in popluar color models

587F93
RGB88127147
HSL200°25.11%46.08%
HSB/HSV200°40.14%57.65%
CMYK40.14%13.61%0.00%
42.35%

Color #587F93 in popluar number systems.

HEX587F93
Decimal88127147
Binary1011000111111110010011
Octal130177223

Shades and tints

Shades of #587F93

#587F93
(88,127,147)
#507486
(80,116,134)
#486979
(72,105,121)
#405E6C
(64,94,108)
#38535F
(56,83,95)
#304852
(48,72,82)
#283D45
(40,61,69)
#203238
(32,50,56)
#18272B
(24,39,43)
#101C1E
(16,28,30)
#081111
(8,17,17)
#000000
(0,0,0)

Tints of #587F93

#587F93
(88,127,147)
#678A9C
(103,138,156)
#7695A5
(118,149,165)
#85A0AE
(133,160,174)
#94ABB7
(148,171,183)
#A3B6C0
(163,182,192)
#B2C1C9
(178,193,201)
#C1CCD2
(193,204,210)
#D0D7DB
(208,215,219)
#DFE2E4
(223,226,228)
#EEEDED
(238,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #587F93 color. Also use rgb(88,127,147) instead hex code.

Text Font Color

.myTextColor { color: #587F93; }

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

This text font color is #587F93.


Background Color

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

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

This div background color is #587F93.


Border color

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

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

This div border color is #587F93.


Opacity

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

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

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

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

This text has shadow with #587F93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #587F93 on black background.


Color preview on white background

This text has color #587F93 on white background.



Black color preview on #587F93 background

This text has black color on #587F93 background.


White color preview on #587F93 background

This text has white color on #587F93 background.