COLOR #587292

HEX: #587292
RGB: (88,114,146)

Color info

#587292 contains red, green and blue colors in about the same proportion. Web safe color of #587292 is #666699 (or #669).

RGB color model

#587292 color RGB value is (88,114,146).

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

RGB channels and saturation

R 88 of 255 = 35%
G 114 of 255 = 45%
B 146 of 255 = 57%

88
114
146

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

Portions of RGB colors in percentages

R + G + B =
88 + 114 + 146 = 348 (100%)
R 88 of 348 ~ 25.29%
G 114 of 348 ~ 32.76%
B 146 of 348 ~ 41.95%

%25.29
%32.76
%41.95

CMYK color model

#587292 color CMYK value is (40,22,0,43).

  • cyan value is 39.73%
  • magenta value is 21.92%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(40,22,0,43)
C40M22Y0K43 
(40%,22%,0%,43%)
(0.40/0.22/0.00/0.43)	

CMYK percentages

%39.73
%21.92
%0
%42.75

Codes

Color #587292 in popluar color models

587292
RGB88114146
HSL213°24.79%45.88%
HSB/HSV213°39.73%57.25%
CMYK39.73%21.92%0.00%
42.75%

Color #587292 in popluar number systems.

HEX587292
Decimal88114146
Binary1011000111001010010010
Octal130162222

Shades and tints

Shades of #587292

#587292
(88,114,146)
#506885
(80,104,133)
#485E78
(72,94,120)
#40546B
(64,84,107)
#384A5E
(56,74,94)
#304051
(48,64,81)
#283644
(40,54,68)
#202C37
(32,44,55)
#18222A
(24,34,42)
#10181D
(16,24,29)
#080E10
(8,14,16)
#000000
(0,0,0)

Tints of #587292

#587292
(88,114,146)
#677E9B
(103,126,155)
#768AA4
(118,138,164)
#8596AD
(133,150,173)
#94A2B6
(148,162,182)
#A3AEBF
(163,174,191)
#B2BAC8
(178,186,200)
#C1C6D1
(193,198,209)
#D0D2DA
(208,210,218)
#DFDEE3
(223,222,227)
#EEEAEC
(238,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #587292; }

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

This text font color is #587292.


Background Color

.myBgColor { background-color: #587292; }

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

This div background color is #587292.


Border color

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

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

This div border color is #587292.


Opacity

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

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

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

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

This text has shadow with #587292 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #587292 on black background.


Color preview on white background

This text has color #587292 on white background.



Black color preview on #587292 background

This text has black color on #587292 background.


White color preview on #587292 background

This text has white color on #587292 background.