COLOR #58588C

HEX: #58588C
RGB: (88,88,140)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

88
88
140

R + G + B ~ 42%. #58588C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
88 + 88 + 140 = 316 (100%)
R 88 of 316 ~ 27.85%
G 88 of 316 ~ 27.85%
B 140 of 316 ~ 44.3%

%27.85
%27.85
%44.3

CMYK color model

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

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

CMYK percentages

%37.14
%37.14
%0
%45.1

Codes

Color #58588C in popluar color models

58588C
RGB8888140
HSL240°22.81%44.71%
HSB/HSV240°37.14%54.90%
CMYK37.14%37.14%0.00%
45.10%

Color #58588C in popluar number systems.

HEX58588C
Decimal8888140
Binary1011000101100010001100
Octal130130214

Shades and tints

Shades of #58588C

#58588C
(88,88,140)
#505080
(80,80,128)
#484874
(72,72,116)
#404068
(64,64,104)
#38385C
(56,56,92)
#303050
(48,48,80)
#282844
(40,40,68)
#202038
(32,32,56)
#18182C
(24,24,44)
#101020
(16,16,32)
#080814
(8,8,20)
#000000
(0,0,0)

Tints of #58588C

#58588C
(88,88,140)
#676796
(103,103,150)
#7676A0
(118,118,160)
#8585AA
(133,133,170)
#9494B4
(148,148,180)
#A3A3BE
(163,163,190)
#B2B2C8
(178,178,200)
#C1C1D2
(193,193,210)
#D0D0DC
(208,208,220)
#DFDFE6
(223,223,230)
#EEEEF0
(238,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58588C; }

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

This text font color is #58588C.


Background Color

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

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

This div background color is #58588C.


Border color

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

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

This div border color is #58588C.


Opacity

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

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

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

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

This text has shadow with #58588C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58588C on black background.


Color preview on white background

This text has color #58588C on white background.



Black color preview on #58588C background

This text has black color on #58588C background.


White color preview on #58588C background

This text has white color on #58588C background.