COLOR #585E78

HEX: #585E78
RGB: (88,94,120)

Color info

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

RGB color model

#585E78 color RGB value is (88,94,120).

  • red value is 88;
  • green value is 94;
  • blue value is 120.
RGB:
(88,94,120)
(35%,37%,47%)

RGB channels and saturation

R 88 of 255 = 35%
G 94 of 255 = 37%
B 120 of 255 = 47%

88
94
120

R + G + B ~ 40%. #585E78 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
88 + 94 + 120 = 302 (100%)
R 88 of 302 ~ 29.14%
G 94 of 302 ~ 31.13%
B 120 of 302 ~ 39.74%

%29.14
%31.13
%39.74

CMYK color model

#585E78 color CMYK value is (27,22,0,53).

  • cyan value is 26.67%
  • magenta value is 21.67%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(27,22,0,53)
C27M22Y0K53 
(27%,22%,0%,53%)
(0.27/0.22/0.00/0.53)	

CMYK percentages

%26.67
%21.67
%0
%52.94

Codes

Color #585E78 in popluar color models

585E78
RGB8894120
HSL229°15.38%40.78%
HSB/HSV229°26.67%47.06%
CMYK26.67%21.67%0.00%
52.94%

Color #585E78 in popluar number systems.

HEX585E78
Decimal8894120
Binary101100010111101111000
Octal130136170

Shades and tints

Shades of #585E78

#585E78
(88,94,120)
#50566E
(80,86,110)
#484E64
(72,78,100)
#40465A
(64,70,90)
#383E50
(56,62,80)
#303646
(48,54,70)
#282E3C
(40,46,60)
#202632
(32,38,50)
#181E28
(24,30,40)
#10161E
(16,22,30)
#080E14
(8,14,20)
#000000
(0,0,0)

Tints of #585E78

#585E78
(88,94,120)
#676C84
(103,108,132)
#767A90
(118,122,144)
#85889C
(133,136,156)
#9496A8
(148,150,168)
#A3A4B4
(163,164,180)
#B2B2C0
(178,178,192)
#C1C0CC
(193,192,204)
#D0CED8
(208,206,216)
#DFDCE4
(223,220,228)
#EEEAF0
(238,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #585E78 color. Also use rgb(88,94,120) instead hex code.

Text Font Color

.myTextColor { color: #585E78; }

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

This text font color is #585E78.


Background Color

.myBgColor { background-color: #585E78; }

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

This div background color is #585E78.


Border color

.myBorderColor { border: 1px solid #585E78; }

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

This div border color is #585E78.


Opacity

.myOpacity80 { color: #585E78; opacity: 0.8; }

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

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

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

This text has shadow with #585E78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585E78 on black background.


Color preview on white background

This text has color #585E78 on white background.



Black color preview on #585E78 background

This text has black color on #585E78 background.


White color preview on #585E78 background

This text has white color on #585E78 background.