COLOR #58519E

HEX: #58519E
RGB: (88,81,158)

Color info

#58519E contains mainly blue color. Web safe color of #58519E is #666699 (or #669).

RGB color model

#58519E color RGB value is (88,81,158).

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

RGB channels and saturation

R 88 of 255 = 35%
G 81 of 255 = 32%
B 158 of 255 = 62%

88
81
158

R + G + B ~ 43%. #58519E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
88 + 81 + 158 = 327 (100%)
R 88 of 327 ~ 26.91%
G 81 of 327 ~ 24.77%
B 158 of 327 ~ 48.32%

%26.91
%24.77
%48.32

CMYK color model

#58519E color CMYK value is (44,49,0,38).

  • cyan value is 44.30%
  • magenta value is 48.73%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(44,49,0,38)
C44M49Y0K38 
(44%,49%,0%,38%)
(0.44/0.49/0.00/0.38)	

CMYK percentages

%44.3
%48.73
%0
%38.04

Codes

Color #58519E in popluar color models

58519E
RGB8881158
HSL245°32.22%46.86%
HSB/HSV245°48.73%61.96%
CMYK44.30%48.73%0.00%
38.04%

Color #58519E in popluar number systems.

HEX58519E
Decimal8881158
Binary1011000101000110011110
Octal130121236

Shades and tints

Shades of #58519E

#58519E
(88,81,158)
#504A90
(80,74,144)
#484382
(72,67,130)
#403C74
(64,60,116)
#383566
(56,53,102)
#302E58
(48,46,88)
#28274A
(40,39,74)
#20203C
(32,32,60)
#18192E
(24,25,46)
#101220
(16,18,32)
#080B12
(8,11,18)
#000000
(0,0,0)

Tints of #58519E

#58519E
(88,81,158)
#6760A6
(103,96,166)
#766FAE
(118,111,174)
#857EB6
(133,126,182)
#948DBE
(148,141,190)
#A39CC6
(163,156,198)
#B2ABCE
(178,171,206)
#C1BAD6
(193,186,214)
#D0C9DE
(208,201,222)
#DFD8E6
(223,216,230)
#EEE7EE
(238,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58519E color. Also use rgb(88,81,158) instead hex code.

Text Font Color

.myTextColor { color: #58519E; }

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

This text font color is #58519E.


Background Color

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

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

This div background color is #58519E.


Border color

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

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

This div border color is #58519E.


Opacity

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

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

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

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

This text has shadow with #58519E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58519E on black background.


Color preview on white background

This text has color #58519E on white background.



Black color preview on #58519E background

This text has black color on #58519E background.


White color preview on #58519E background

This text has white color on #58519E background.