COLOR #58518F

HEX: #58518F
RGB: (88,81,143)

Color info

#58518F contains mainly red and blue colors. Web safe color of #58518F is #666699 (or #669).

RGB color model

#58518F color RGB value is (88,81,143).

  • red value is 88;
  • green value is 81;
  • blue value is 143.
RGB:
(88,81,143)
(35%,32%,56%)

RGB channels and saturation

R 88 of 255 = 35%
G 81 of 255 = 32%
B 143 of 255 = 56%

88
81
143

R + G + B ~ 41%. #58518F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
88 + 81 + 143 = 312 (100%)
R 88 of 312 ~ 28.21%
G 81 of 312 ~ 25.96%
B 143 of 312 ~ 45.83%

%28.21
%25.96
%45.83

CMYK color model

#58518F color CMYK value is (38,43,0,44).

  • cyan value is 38.46%
  • magenta value is 43.36%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(38,43,0,44)
C38M43Y0K44 
(38%,43%,0%,44%)
(0.38/0.43/0.00/0.44)	

CMYK percentages

%38.46
%43.36
%0
%43.92

Codes

Color #58518F in popluar color models

58518F
RGB8881143
HSL247°27.68%43.92%
HSB/HSV247°43.36%56.08%
CMYK38.46%43.36%0.00%
43.92%

Color #58518F in popluar number systems.

HEX58518F
Decimal8881143
Binary1011000101000110001111
Octal130121217

Shades and tints

Shades of #58518F

#58518F
(88,81,143)
#504A82
(80,74,130)
#484375
(72,67,117)
#403C68
(64,60,104)
#38355B
(56,53,91)
#302E4E
(48,46,78)
#282741
(40,39,65)
#202034
(32,32,52)
#181927
(24,25,39)
#10121A
(16,18,26)
#080B0D
(8,11,13)
#000000
(0,0,0)

Tints of #58518F

#58518F
(88,81,143)
#676099
(103,96,153)
#766FA3
(118,111,163)
#857EAD
(133,126,173)
#948DB7
(148,141,183)
#A39CC1
(163,156,193)
#B2ABCB
(178,171,203)
#C1BAD5
(193,186,213)
#D0C9DF
(208,201,223)
#DFD8E9
(223,216,233)
#EEE7F3
(238,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58518F color. Also use rgb(88,81,143) instead hex code.

Text Font Color

.myTextColor { color: #58518F; }

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

This text font color is #58518F.


Background Color

.myBgColor { background-color: #58518F; }

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

This div background color is #58518F.


Border color

.myBorderColor { border: 1px solid #58518F; }

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

This div border color is #58518F.


Opacity

.myOpacity80 { color: #58518F; opacity: 0.8; }

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

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

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

This text has shadow with #58518F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58518F on black background.


Color preview on white background

This text has color #58518F on white background.



Black color preview on #58518F background

This text has black color on #58518F background.


White color preview on #58518F background

This text has white color on #58518F background.