COLOR #587FA6

HEX: #587FA6
RGB: (88,127,166)

Color info

#587FA6 contains mainly green and blue colors. Web safe color of #587FA6 is #666699 (or #669).

RGB color model

#587FA6 color RGB value is (88,127,166).

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

RGB channels and saturation

R 88 of 255 = 35%
G 127 of 255 = 50%
B 166 of 255 = 65%

88
127
166

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

Portions of RGB colors in percentages

R + G + B =
88 + 127 + 166 = 381 (100%)
R 88 of 381 ~ 23.1%
G 127 of 381 ~ 33.33%
B 166 of 381 ~ 43.57%

%23.1
%33.33
%43.57

CMYK color model

#587FA6 color CMYK value is (47,23,0,35).

  • cyan value is 46.99%
  • magenta value is 23.49%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(47,23,0,35)
C47M23Y0K35 
(47%,23%,0%,35%)
(0.47/0.23/0.00/0.35)	

CMYK percentages

%46.99
%23.49
%0
%34.9

Codes

Color #587FA6 in popluar color models

587FA6
RGB88127166
HSL210°30.71%49.80%
HSB/HSV210°46.99%65.10%
CMYK46.99%23.49%0.00%
34.90%

Color #587FA6 in popluar number systems.

HEX587FA6
Decimal88127166
Binary1011000111111110100110
Octal130177246

Shades and tints

Shades of #587FA6

#587FA6
(88,127,166)
#507497
(80,116,151)
#486988
(72,105,136)
#405E79
(64,94,121)
#38536A
(56,83,106)
#30485B
(48,72,91)
#283D4C
(40,61,76)
#20323D
(32,50,61)
#18272E
(24,39,46)
#101C1F
(16,28,31)
#081110
(8,17,16)
#000000
(0,0,0)

Tints of #587FA6

#587FA6
(88,127,166)
#678AAE
(103,138,174)
#7695B6
(118,149,182)
#85A0BE
(133,160,190)
#94ABC6
(148,171,198)
#A3B6CE
(163,182,206)
#B2C1D6
(178,193,214)
#C1CCDE
(193,204,222)
#D0D7E6
(208,215,230)
#DFE2EE
(223,226,238)
#EEEDF6
(238,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #587FA6; }

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

This text font color is #587FA6.


Background Color

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

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

This div background color is #587FA6.


Border color

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

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

This div border color is #587FA6.


Opacity

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

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

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

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

This text has shadow with #587FA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #587FA6 on black background.


Color preview on white background

This text has color #587FA6 on white background.



Black color preview on #587FA6 background

This text has black color on #587FA6 background.


White color preview on #587FA6 background

This text has white color on #587FA6 background.