COLOR #58538F

HEX: #58538F
RGB: (88,83,143)

Color info

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

RGB color model

#58538F color RGB value is (88,83,143).

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

RGB channels and saturation

R 88 of 255 = 35%
G 83 of 255 = 33%
B 143 of 255 = 56%

88
83
143

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

Portions of RGB colors in percentages

R + G + B =
88 + 83 + 143 = 314 (100%)
R 88 of 314 ~ 28.03%
G 83 of 314 ~ 26.43%
B 143 of 314 ~ 45.54%

%28.03
%26.43
%45.54

CMYK color model

#58538F color CMYK value is (38,42,0,44).

  • cyan value is 38.46%
  • magenta value is 41.96%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(38,42,0,44)
C38M42Y0K44 
(38%,42%,0%,44%)
(0.38/0.42/0.00/0.44)	

CMYK percentages

%38.46
%41.96
%0
%43.92

Codes

Color #58538F in popluar color models

58538F
RGB8883143
HSL245°26.55%44.31%
HSB/HSV245°41.96%56.08%
CMYK38.46%41.96%0.00%
43.92%

Color #58538F in popluar number systems.

HEX58538F
Decimal8883143
Binary1011000101001110001111
Octal130123217

Shades and tints

Shades of #58538F

#58538F
(88,83,143)
#504C82
(80,76,130)
#484575
(72,69,117)
#403E68
(64,62,104)
#38375B
(56,55,91)
#30304E
(48,48,78)
#282941
(40,41,65)
#202234
(32,34,52)
#181B27
(24,27,39)
#10141A
(16,20,26)
#080D0D
(8,13,13)
#000000
(0,0,0)

Tints of #58538F

#58538F
(88,83,143)
#676299
(103,98,153)
#7671A3
(118,113,163)
#8580AD
(133,128,173)
#948FB7
(148,143,183)
#A39EC1
(163,158,193)
#B2ADCB
(178,173,203)
#C1BCD5
(193,188,213)
#D0CBDF
(208,203,223)
#DFDAE9
(223,218,233)
#EEE9F3
(238,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58538F; }

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

This text font color is #58538F.


Background Color

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

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

This div background color is #58538F.


Border color

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

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

This div border color is #58538F.


Opacity

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

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

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

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

This text has shadow with #58538F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58538F on black background.


Color preview on white background

This text has color #58538F on white background.



Black color preview on #58538F background

This text has black color on #58538F background.


White color preview on #58538F background

This text has white color on #58538F background.