COLOR #58398C

HEX: #58398C
RGB: (88,57,140)

Color info

#58398C contains mainly red and blue colors. Web safe color of #58398C is #663399 (or #639).

RGB color model

#58398C color RGB value is (88,57,140).

  • red value is 88;
  • green value is 57;
  • blue value is 140.
RGB:
(88,57,140)
(35%,22%,55%)

RGB channels and saturation

R 88 of 255 = 35%
G 57 of 255 = 22%
B 140 of 255 = 55%

88
57
140

R + G + B ~ 37%. #58398C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 57 + 140 = 285 (100%)
R 88 of 285 ~ 30.88%
G 57 of 285 ~ 20%
B 140 of 285 ~ 49.12%

%30.88
%20
%49.12

CMYK color model

#58398C color CMYK value is (37,59,0,45).

  • cyan value is 37.14%
  • magenta value is 59.29%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(37,59,0,45)
C37M59Y0K45 
(37%,59%,0%,45%)
(0.37/0.59/0.00/0.45)	

CMYK percentages

%37.14
%59.29
%0
%45.1

Codes

Color #58398C in popluar color models

58398C
RGB8857140
HSL262°42.13%38.63%
HSB/HSV262°59.29%54.90%
CMYK37.14%59.29%0.00%
45.10%

Color #58398C in popluar number systems.

HEX58398C
Decimal8857140
Binary101100011100110001100
Octal13071214

Shades and tints

Shades of #58398C

#58398C
(88,57,140)
#503480
(80,52,128)
#482F74
(72,47,116)
#402A68
(64,42,104)
#38255C
(56,37,92)
#302050
(48,32,80)
#281B44
(40,27,68)
#201638
(32,22,56)
#18112C
(24,17,44)
#100C20
(16,12,32)
#080714
(8,7,20)
#000000
(0,0,0)

Tints of #58398C

#58398C
(88,57,140)
#674B96
(103,75,150)
#765DA0
(118,93,160)
#856FAA
(133,111,170)
#9481B4
(148,129,180)
#A393BE
(163,147,190)
#B2A5C8
(178,165,200)
#C1B7D2
(193,183,210)
#D0C9DC
(208,201,220)
#DFDBE6
(223,219,230)
#EEEDF0
(238,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58398C color. Also use rgb(88,57,140) instead hex code.

Text Font Color

.myTextColor { color: #58398C; }

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

This text font color is #58398C.


Background Color

.myBgColor { background-color: #58398C; }

<div style="background-color:#58398C">Inner text</div>

This div background color is #58398C.


Border color

.myBorderColor { border: 1px solid #58398C; }

<div style="border:3px solid #58398C">Div</div>

This div border color is #58398C.


Opacity

.myOpacity80 { color: #58398C; opacity: 0.8; }

<p style="color:#58398C;opacity:0.8;">80%</p>

Text with #58398C 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 #58398C;}

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

This text has shadow with #58398C color.

.textShadow {text-shadow: 3px 3px 1px #58398C, 3px 3px 1px red;}

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

This text has shadow with #58398C primary color and red secondary color.


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

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

This text has shadow with #58398C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58398C on black background.


Color preview on white background

This text has color #58398C on white background.



Black color preview on #58398C background

This text has black color on #58398C background.


White color preview on #58398C background

This text has white color on #58398C background.