COLOR #587FB5

HEX: #587FB5
RGB: (88,127,181)

Color info

#587FB5 contains mainly green and blue colors. Web safe color of #587FB5 is #6666CC (or #66C).

RGB color model

#587FB5 color RGB value is (88,127,181).

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

RGB channels and saturation

R 88 of 255 = 35%
G 127 of 255 = 50%
B 181 of 255 = 71%

88
127
181

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

Portions of RGB colors in percentages

R + G + B =
88 + 127 + 181 = 396 (100%)
R 88 of 396 ~ 22.22%
G 127 of 396 ~ 32.07%
B 181 of 396 ~ 45.71%

%22.22
%32.07
%45.71

CMYK color model

#587FB5 color CMYK value is (51,30,0,29).

  • cyan value is 51.38%
  • magenta value is 29.83%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(51,30,0,29)
C51M30Y0K29 
(51%,30%,0%,29%)
(0.51/0.30/0.00/0.29)	

CMYK percentages

%51.38
%29.83
%0
%29.02

Codes

Color #587FB5 in popluar color models

587FB5
RGB88127181
HSL215°38.59%52.75%
HSB/HSV215°51.38%70.98%
CMYK51.38%29.83%0.00%
29.02%

Color #587FB5 in popluar number systems.

HEX587FB5
Decimal88127181
Binary1011000111111110110101
Octal130177265

Shades and tints

Shades of #587FB5

#587FB5
(88,127,181)
#5074A5
(80,116,165)
#486995
(72,105,149)
#405E85
(64,94,133)
#385375
(56,83,117)
#304865
(48,72,101)
#283D55
(40,61,85)
#203245
(32,50,69)
#182735
(24,39,53)
#101C25
(16,28,37)
#081115
(8,17,21)
#000000
(0,0,0)

Tints of #587FB5

#587FB5
(88,127,181)
#678ABB
(103,138,187)
#7695C1
(118,149,193)
#85A0C7
(133,160,199)
#94ABCD
(148,171,205)
#A3B6D3
(163,182,211)
#B2C1D9
(178,193,217)
#C1CCDF
(193,204,223)
#D0D7E5
(208,215,229)
#DFE2EB
(223,226,235)
#EEEDF1
(238,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #587FB5; }

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

This text font color is #587FB5.


Background Color

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

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

This div background color is #587FB5.


Border color

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

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

This div border color is #587FB5.


Opacity

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

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

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

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

This text has shadow with #587FB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #587FB5 on black background.


Color preview on white background

This text has color #587FB5 on white background.



Black color preview on #587FB5 background

This text has black color on #587FB5 background.


White color preview on #587FB5 background

This text has white color on #587FB5 background.