COLOR #587385

HEX: #587385
RGB: (88,115,133)

Color info

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

RGB color model

#587385 color RGB value is (88,115,133).

  • red value is 88;
  • green value is 115;
  • blue value is 133.
RGB:
(88,115,133)
(35%,45%,52%)

RGB channels and saturation

R 88 of 255 = 35%
G 115 of 255 = 45%
B 133 of 255 = 52%

88
115
133

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

Portions of RGB colors in percentages

R + G + B =
88 + 115 + 133 = 336 (100%)
R 88 of 336 ~ 26.19%
G 115 of 336 ~ 34.23%
B 133 of 336 ~ 39.58%

%26.19
%34.23
%39.58

CMYK color model

#587385 color CMYK value is (34,14,0,48).

  • cyan value is 33.83%
  • magenta value is 13.53%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(34,14,0,48)
C34M14Y0K48 
(34%,14%,0%,48%)
(0.34/0.14/0.00/0.48)	

CMYK percentages

%33.83
%13.53
%0
%47.84

Codes

Color #587385 in popluar color models

587385
RGB88115133
HSL204°20.36%43.33%
HSB/HSV204°33.83%52.16%
CMYK33.83%13.53%0.00%
47.84%

Color #587385 in popluar number systems.

HEX587385
Decimal88115133
Binary1011000111001110000101
Octal130163205

Shades and tints

Shades of #587385

#587385
(88,115,133)
#506979
(80,105,121)
#485F6D
(72,95,109)
#405561
(64,85,97)
#384B55
(56,75,85)
#304149
(48,65,73)
#28373D
(40,55,61)
#202D31
(32,45,49)
#182325
(24,35,37)
#101919
(16,25,25)
#080F0D
(8,15,13)
#000000
(0,0,0)

Tints of #587385

#587385
(88,115,133)
#677F90
(103,127,144)
#768B9B
(118,139,155)
#8597A6
(133,151,166)
#94A3B1
(148,163,177)
#A3AFBC
(163,175,188)
#B2BBC7
(178,187,199)
#C1C7D2
(193,199,210)
#D0D3DD
(208,211,221)
#DFDFE8
(223,223,232)
#EEEBF3
(238,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #587385 color. Also use rgb(88,115,133) instead hex code.

Text Font Color

.myTextColor { color: #587385; }

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

This text font color is #587385.


Background Color

.myBgColor { background-color: #587385; }

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

This div background color is #587385.


Border color

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

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

This div border color is #587385.


Opacity

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

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

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

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

This text has shadow with #587385 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #587385 on black background.


Color preview on white background

This text has color #587385 on white background.



Black color preview on #587385 background

This text has black color on #587385 background.


White color preview on #587385 background

This text has white color on #587385 background.