COLOR #58528B

HEX: #58528B RGB: (88,82,139)

Color info

#58528B contains red, green and blue colors in about the same proportion. Web safe color of #58528B is #666699 (or #669).

RGB color model

#58528B color RGB value is (88,82,139).

RGB: (88,82,139) (35%, 32%, 55%)

RGB channels and saturation

R 88 of 255 = 35%
G 82 of 255 = 32%
B 139 of 255 = 55%

88
82
139

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

Portions of RGB colors in percentages

R + G + B = 88 + 82 + 139 = 309 (100%)
R 88 of 309 ~ 28.48%
G 82 of 309 ~ 26.54%
B 139 of 309 ~ 44.98'%

%28.48
%26.54
%44.98

CMYK color model

#58528B color CMYK value is (37,41,0,45).

  • cyan value is 36.69%
  • magenta value is 41.01%
  • yellow value is 0.00%
  • key color value is 45.49%

CMYK: (37,41,0,45)
C37M41Y0K45 (37%, 41%, 0%, 45%)
(0.37 / 0.41 / 0.00 / 0.45)

CMYK percentages

%36.69
%41.01
%0
%45.49

Codes

Color #58528B in popluar color models

58 52 8B
RGB 88 82 139
HSL 246° 25.79% 43.33%
HSB/HSV 246° 41.01% 54.51%
CMYK 36.69% 41.01% 0.00%
45.49%

Color #58528B in popluar number systems.

HEX 58 52 8B
Decimal 88 82 139
Binary 1011000 1010010 10001011
Octal 130 122 213

Shades and tints

Shades of #58528B

#58528B
(88,82,139)
#504B7F
(80,75,127)
#484473
(72,68,115)
#403D67
(64,61,103)
#38365B
(56,54,91)
#302F4F
(48,47,79)
#282843
(40,40,67)
#202137
(32,33,55)
#181A2B
(24,26,43)
#10131F
(16,19,31)
#080C13
(8,12,19)
#000000
(0,0,0)

Tints of #58528B

#58528B
(88,82,139)
#676195
(103,97,149)
#76709F
(118,112,159)
#857FA9
(133,127,169)
#948EB3
(148,142,179)
#A39DBD
(163,157,189)
#B2ACC7
(178,172,199)
#C1BBD1
(193,187,209)
#D0CADB
(208,202,219)
#DFD9E5
(223,217,229)
#EEE8EF
(238,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58528B color. Also use rgb(88,82,139) instead hex code.

Text Font Color

.myTextColor { color: #58528B; }

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

This text font color is #58528B.

Background Color

.myBgColor { background-color: #58528B; }

<div style="background-color:#58528B">Inner text</div>

This div background color is #58528B.

Border color

.myBorderColor { border: 1px solid #58528B; }

<div style="border:3px solid #58528B">Div</div>

This div border color is #58528B.

Opacity

.myOpacity80 { color: #58528B; opacity: 0.8; }

<p style="color:#58528B;opacity:0.8;">80%</p>

Text with #58528B 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 #58528B;}

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

This text has shadow with #58528B color.


.textShadow {text-shadow: 3px 3px 1px #58528B', 3px 3px 1px red;}

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

This text has shadow with #58528B primary color and red secondary color.


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

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

This text has shadow with #58528B and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #58528B; -webkit-box-shadow: 1px 1px 3px 2px #58528B; box-shadow:1px 1px 3px 2px #58528B;">
Div content here
</div>

This div box has shadow with color #58528B.

Preview

Color preview on black background

This text has color #58528B on black background.


Color preview on white background

This text has color #58528B on white background.


Black color preview on #58528B background

This text has black color on #58528B background.


White color preview on #58528B background

This text has white color on #58528B background.


Related colors

Complementary color

Complementary color for #hex is #A7AD74.


I love getcolorcode.com

Triadic colors

1 #8B5852 and #528B58 with #58528B are triadic colors.

2 #8B5258 and #52588B with #58528B are triadic colors.