COLOR #587296

HEX: #587296
RGB: (88,114,150)

Color info

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

RGB color model

#587296 color RGB value is (88,114,150).

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

RGB channels and saturation

R 88 of 255 = 35%
G 114 of 255 = 45%
B 150 of 255 = 59%

88
114
150

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

Portions of RGB colors in percentages

R + G + B =
88 + 114 + 150 = 352 (100%)
R 88 of 352 ~ 25%
G 114 of 352 ~ 32.39%
B 150 of 352 ~ 42.61%

%25
%32.39
%42.61

CMYK color model

#587296 color CMYK value is (41,24,0,41).

  • cyan value is 41.33%
  • magenta value is 24.00%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(41,24,0,41)
C41M24Y0K41 
(41%,24%,0%,41%)
(0.41/0.24/0.00/0.41)	

CMYK percentages

%41.33
%24
%0
%41.18

Codes

Color #587296 in popluar color models

587296
RGB88114150
HSL215°26.05%46.67%
HSB/HSV215°41.33%58.82%
CMYK41.33%24.00%0.00%
41.18%

Color #587296 in popluar number systems.

HEX587296
Decimal88114150
Binary1011000111001010010110
Octal130162226

Shades and tints

Shades of #587296

#587296
(88,114,150)
#506889
(80,104,137)
#485E7C
(72,94,124)
#40546F
(64,84,111)
#384A62
(56,74,98)
#304055
(48,64,85)
#283648
(40,54,72)
#202C3B
(32,44,59)
#18222E
(24,34,46)
#101821
(16,24,33)
#080E14
(8,14,20)
#000000
(0,0,0)

Tints of #587296

#587296
(88,114,150)
#677E9F
(103,126,159)
#768AA8
(118,138,168)
#8596B1
(133,150,177)
#94A2BA
(148,162,186)
#A3AEC3
(163,174,195)
#B2BACC
(178,186,204)
#C1C6D5
(193,198,213)
#D0D2DE
(208,210,222)
#DFDEE7
(223,222,231)
#EEEAF0
(238,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #587296 color. Also use rgb(88,114,150) instead hex code.

Text Font Color

.myTextColor { color: #587296; }

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

This text font color is #587296.


Background Color

.myBgColor { background-color: #587296; }

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

This div background color is #587296.


Border color

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

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

This div border color is #587296.


Opacity

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

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

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

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

This text has shadow with #587296 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #587296 on black background.


Color preview on white background

This text has color #587296 on white background.



Black color preview on #587296 background

This text has black color on #587296 background.


White color preview on #587296 background

This text has white color on #587296 background.