COLOR #58567E

HEX: #58567E
RGB: (88,86,126)

Color info

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

RGB color model

#58567E color RGB value is (88,86,126).

  • red value is 88;
  • green value is 86;
  • blue value is 126.
RGB:
(88,86,126)
(35%,34%,49%)

RGB channels and saturation

R 88 of 255 = 35%
G 86 of 255 = 34%
B 126 of 255 = 49%

88
86
126

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

Portions of RGB colors in percentages

R + G + B =
88 + 86 + 126 = 300 (100%)
R 88 of 300 ~ 29.33%
G 86 of 300 ~ 28.67%
B 126 of 300 ~ 42%

%29.33
%28.67
%42

CMYK color model

#58567E color CMYK value is (30,32,0,51).

  • cyan value is 30.16%
  • magenta value is 31.75%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(30,32,0,51)
C30M32Y0K51 
(30%,32%,0%,51%)
(0.30/0.32/0.00/0.51)	

CMYK percentages

%30.16
%31.75
%0
%50.59

Codes

Color #58567E in popluar color models

58567E
RGB8886126
HSL243°18.87%41.57%
HSB/HSV243°31.75%49.41%
CMYK30.16%31.75%0.00%
50.59%

Color #58567E in popluar number systems.

HEX58567E
Decimal8886126
Binary101100010101101111110
Octal130126176

Shades and tints

Shades of #58567E

#58567E
(88,86,126)
#504F73
(80,79,115)
#484868
(72,72,104)
#40415D
(64,65,93)
#383A52
(56,58,82)
#303347
(48,51,71)
#282C3C
(40,44,60)
#202531
(32,37,49)
#181E26
(24,30,38)
#10171B
(16,23,27)
#081010
(8,16,16)
#000000
(0,0,0)

Tints of #58567E

#58567E
(88,86,126)
#676589
(103,101,137)
#767494
(118,116,148)
#85839F
(133,131,159)
#9492AA
(148,146,170)
#A3A1B5
(163,161,181)
#B2B0C0
(178,176,192)
#C1BFCB
(193,191,203)
#D0CED6
(208,206,214)
#DFDDE1
(223,221,225)
#EEECEC
(238,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58567E color. Also use rgb(88,86,126) instead hex code.

Text Font Color

.myTextColor { color: #58567E; }

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

This text font color is #58567E.


Background Color

.myBgColor { background-color: #58567E; }

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

This div background color is #58567E.


Border color

.myBorderColor { border: 1px solid #58567E; }

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

This div border color is #58567E.


Opacity

.myOpacity80 { color: #58567E; opacity: 0.8; }

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

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

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

This text has shadow with #58567E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58567E on black background.


Color preview on white background

This text has color #58567E on white background.



Black color preview on #58567E background

This text has black color on #58567E background.


White color preview on #58567E background

This text has white color on #58567E background.