COLOR #58567D

HEX: #58567D
RGB: (88,86,125)

Color info

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

RGB color model

#58567D color RGB value is (88,86,125).

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

RGB channels and saturation

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

88
86
125

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

Portions of RGB colors in percentages

R + G + B =
88 + 86 + 125 = 299 (100%)
R 88 of 299 ~ 29.43%
G 86 of 299 ~ 28.76%
B 125 of 299 ~ 41.81%

%29.43
%28.76
%41.81

CMYK color model

#58567D color CMYK value is (30,31,0,51).

  • cyan value is 29.60%
  • magenta value is 31.20%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(30,31,0,51)
C30M31Y0K51 
(30%,31%,0%,51%)
(0.30/0.31/0.00/0.51)	

CMYK percentages

%29.6
%31.2
%0
%50.98

Codes

Color #58567D in popluar color models

58567D
RGB8886125
HSL243°18.48%41.37%
HSB/HSV243°31.20%49.02%
CMYK29.60%31.20%0.00%
50.98%

Color #58567D in popluar number systems.

HEX58567D
Decimal8886125
Binary101100010101101111101
Octal130126175

Shades and tints

Shades of #58567D

#58567D
(88,86,125)
#504F72
(80,79,114)
#484867
(72,72,103)
#40415C
(64,65,92)
#383A51
(56,58,81)
#303346
(48,51,70)
#282C3B
(40,44,59)
#202530
(32,37,48)
#181E25
(24,30,37)
#10171A
(16,23,26)
#08100F
(8,16,15)
#000000
(0,0,0)

Tints of #58567D

#58567D
(88,86,125)
#676588
(103,101,136)
#767493
(118,116,147)
#85839E
(133,131,158)
#9492A9
(148,146,169)
#A3A1B4
(163,161,180)
#B2B0BF
(178,176,191)
#C1BFCA
(193,191,202)
#D0CED5
(208,206,213)
#DFDDE0
(223,221,224)
#EEECEB
(238,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58567D; }

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

This text font color is #58567D.


Background Color

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

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

This div background color is #58567D.


Border color

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

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

This div border color is #58567D.


Opacity

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

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

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

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

This text has shadow with #58567D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58567D on black background.


Color preview on white background

This text has color #58567D on white background.



Black color preview on #58567D background

This text has black color on #58567D background.


White color preview on #58567D background

This text has white color on #58567D background.