COLOR #587497

HEX: #587497
RGB: (88,116,151)

Color info

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

RGB color model

#587497 color RGB value is (88,116,151).

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

RGB channels and saturation

R 88 of 255 = 35%
G 116 of 255 = 45%
B 151 of 255 = 59%

88
116
151

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

Portions of RGB colors in percentages

R + G + B =
88 + 116 + 151 = 355 (100%)
R 88 of 355 ~ 24.79%
G 116 of 355 ~ 32.68%
B 151 of 355 ~ 42.54%

%24.79
%32.68
%42.54

CMYK color model

#587497 color CMYK value is (42,23,0,41).

  • cyan value is 41.72%
  • magenta value is 23.18%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(42,23,0,41)
C42M23Y0K41 
(42%,23%,0%,41%)
(0.42/0.23/0.00/0.41)	

CMYK percentages

%41.72
%23.18
%0
%40.78

Codes

Color #587497 in popluar color models

587497
RGB88116151
HSL213°26.36%46.86%
HSB/HSV213°41.72%59.22%
CMYK41.72%23.18%0.00%
40.78%

Color #587497 in popluar number systems.

HEX587497
Decimal88116151
Binary1011000111010010010111
Octal130164227

Shades and tints

Shades of #587497

#587497
(88,116,151)
#506A8A
(80,106,138)
#48607D
(72,96,125)
#405670
(64,86,112)
#384C63
(56,76,99)
#304256
(48,66,86)
#283849
(40,56,73)
#202E3C
(32,46,60)
#18242F
(24,36,47)
#101A22
(16,26,34)
#081015
(8,16,21)
#000000
(0,0,0)

Tints of #587497

#587497
(88,116,151)
#6780A0
(103,128,160)
#768CA9
(118,140,169)
#8598B2
(133,152,178)
#94A4BB
(148,164,187)
#A3B0C4
(163,176,196)
#B2BCCD
(178,188,205)
#C1C8D6
(193,200,214)
#D0D4DF
(208,212,223)
#DFE0E8
(223,224,232)
#EEECF1
(238,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #587497; }

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

This text font color is #587497.


Background Color

.myBgColor { background-color: #587497; }

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

This div background color is #587497.


Border color

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

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

This div border color is #587497.


Opacity

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

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

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

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

This text has shadow with #587497 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #587497 on black background.


Color preview on white background

This text has color #587497 on white background.



Black color preview on #587497 background

This text has black color on #587497 background.


White color preview on #587497 background

This text has white color on #587497 background.