COLOR #587597

HEX: #587597
RGB: (88,117,151)

Color info

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

RGB color model

#587597 color RGB value is (88,117,151).

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

RGB channels and saturation

R 88 of 255 = 35%
G 117 of 255 = 46%
B 151 of 255 = 59%

88
117
151

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

Portions of RGB colors in percentages

R + G + B =
88 + 117 + 151 = 356 (100%)
R 88 of 356 ~ 24.72%
G 117 of 356 ~ 32.87%
B 151 of 356 ~ 42.42%

%24.72
%32.87
%42.42

CMYK color model

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

  • cyan value is 41.72%
  • magenta value is 22.52%
  • 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
%22.52
%0
%40.78

Codes

Color #587597 in popluar color models

587597
RGB88117151
HSL212°26.36%46.86%
HSB/HSV212°41.72%59.22%
CMYK41.72%22.52%0.00%
40.78%

Color #587597 in popluar number systems.

HEX587597
Decimal88117151
Binary1011000111010110010111
Octal130165227

Shades and tints

Shades of #587597

#587597
(88,117,151)
#506B8A
(80,107,138)
#48617D
(72,97,125)
#405770
(64,87,112)
#384D63
(56,77,99)
#304356
(48,67,86)
#283949
(40,57,73)
#202F3C
(32,47,60)
#18252F
(24,37,47)
#101B22
(16,27,34)
#081115
(8,17,21)
#000000
(0,0,0)

Tints of #587597

#587597
(88,117,151)
#6781A0
(103,129,160)
#768DA9
(118,141,169)
#8599B2
(133,153,178)
#94A5BB
(148,165,187)
#A3B1C4
(163,177,196)
#B2BDCD
(178,189,205)
#C1C9D6
(193,201,214)
#D0D5DF
(208,213,223)
#DFE1E8
(223,225,232)
#EEEDF1
(238,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #587597; }

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

This text font color is #587597.


Background Color

.myBgColor { background-color: #587597; }

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

This div background color is #587597.


Border color

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

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

This div border color is #587597.


Opacity

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

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

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

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

This text has shadow with #587597 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #587597 on black background.


Color preview on white background

This text has color #587597 on white background.



Black color preview on #587597 background

This text has black color on #587597 background.


White color preview on #587597 background

This text has white color on #587597 background.