COLOR #585779

HEX: #585779
RGB: (88,87,121)

Color info

#585779 contains red, green and blue colors in about the same proportion. Web safe color of #585779 is #666666 (or #666).

RGB color model

#585779 color RGB value is (88,87,121).

  • red value is 88;
  • green value is 87;
  • blue value is 121.
RGB:
(88,87,121)
(35%,34%,47%)

RGB channels and saturation

R 88 of 255 = 35%
G 87 of 255 = 34%
B 121 of 255 = 47%

88
87
121

R + G + B ~ 39%. #585779 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 87 + 121 = 296 (100%)
R 88 of 296 ~ 29.73%
G 87 of 296 ~ 29.39%
B 121 of 296 ~ 40.88%

%29.73
%29.39
%40.88

CMYK color model

#585779 color CMYK value is (27,28,0,53).

  • cyan value is 27.27%
  • magenta value is 28.10%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(27,28,0,53)
C27M28Y0K53 
(27%,28%,0%,53%)
(0.27/0.28/0.00/0.53)	

CMYK percentages

%27.27
%28.1
%0
%52.55

Codes

Color #585779 in popluar color models

585779
RGB8887121
HSL242°16.35%40.78%
HSB/HSV242°28.10%47.45%
CMYK27.27%28.10%0.00%
52.55%

Color #585779 in popluar number systems.

HEX585779
Decimal8887121
Binary101100010101111111001
Octal130127171

Shades and tints

Shades of #585779

#585779
(88,87,121)
#50506E
(80,80,110)
#484963
(72,73,99)
#404258
(64,66,88)
#383B4D
(56,59,77)
#303442
(48,52,66)
#282D37
(40,45,55)
#20262C
(32,38,44)
#181F21
(24,31,33)
#101816
(16,24,22)
#08110B
(8,17,11)
#000000
(0,0,0)

Tints of #585779

#585779
(88,87,121)
#676685
(103,102,133)
#767591
(118,117,145)
#85849D
(133,132,157)
#9493A9
(148,147,169)
#A3A2B5
(163,162,181)
#B2B1C1
(178,177,193)
#C1C0CD
(193,192,205)
#D0CFD9
(208,207,217)
#DFDEE5
(223,222,229)
#EEEDF1
(238,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #585779 color. Also use rgb(88,87,121) instead hex code.

Text Font Color

.myTextColor { color: #585779; }

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

This text font color is #585779.


Background Color

.myBgColor { background-color: #585779; }

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

This div background color is #585779.


Border color

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

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

This div border color is #585779.


Opacity

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

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

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

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

This text has shadow with #585779 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585779 on black background.


Color preview on white background

This text has color #585779 on white background.



Black color preview on #585779 background

This text has black color on #585779 background.


White color preview on #585779 background

This text has white color on #585779 background.