COLOR #58487A

HEX: #58487A
RGB: (88,72,122)

Color info

#58487A contains red, green and blue colors in about the same proportion. Web safe color of #58487A is #663366 (or #636).

RGB color model

#58487A color RGB value is (88,72,122).

  • red value is 88;
  • green value is 72;
  • blue value is 122.
RGB:
(88,72,122)
(35%,28%,48%)

RGB channels and saturation

R 88 of 255 = 35%
G 72 of 255 = 28%
B 122 of 255 = 48%

88
72
122

R + G + B ~ 37%. #58487A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 72 + 122 = 282 (100%)
R 88 of 282 ~ 31.21%
G 72 of 282 ~ 25.53%
B 122 of 282 ~ 43.26%

%31.21
%25.53
%43.26

CMYK color model

#58487A color CMYK value is (28,41,0,52).

  • cyan value is 27.87%
  • magenta value is 40.98%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(28,41,0,52)
C28M41Y0K52 
(28%,41%,0%,52%)
(0.28/0.41/0.00/0.52)	

CMYK percentages

%27.87
%40.98
%0
%52.16

Codes

Color #58487A in popluar color models

58487A
RGB8872122
HSL259°25.77%38.04%
HSB/HSV259°40.98%47.84%
CMYK27.87%40.98%0.00%
52.16%

Color #58487A in popluar number systems.

HEX58487A
Decimal8872122
Binary101100010010001111010
Octal130110172

Shades and tints

Shades of #58487A

#58487A
(88,72,122)
#50426F
(80,66,111)
#483C64
(72,60,100)
#403659
(64,54,89)
#38304E
(56,48,78)
#302A43
(48,42,67)
#282438
(40,36,56)
#201E2D
(32,30,45)
#181822
(24,24,34)
#101217
(16,18,23)
#080C0C
(8,12,12)
#000000
(0,0,0)

Tints of #58487A

#58487A
(88,72,122)
#675886
(103,88,134)
#766892
(118,104,146)
#85789E
(133,120,158)
#9488AA
(148,136,170)
#A398B6
(163,152,182)
#B2A8C2
(178,168,194)
#C1B8CE
(193,184,206)
#D0C8DA
(208,200,218)
#DFD8E6
(223,216,230)
#EEE8F2
(238,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58487A color. Also use rgb(88,72,122) instead hex code.

Text Font Color

.myTextColor { color: #58487A; }

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

This text font color is #58487A.


Background Color

.myBgColor { background-color: #58487A; }

<div style="background-color:#58487A">Inner text</div>

This div background color is #58487A.


Border color

.myBorderColor { border: 1px solid #58487A; }

<div style="border:3px solid #58487A">Div</div>

This div border color is #58487A.


Opacity

.myOpacity80 { color: #58487A; opacity: 0.8; }

<p style="color:#58487A;opacity:0.8;">80%</p>

Text with #58487A 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 #58487A;}

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

This text has shadow with #58487A color.

.textShadow {text-shadow: 3px 3px 1px #58487A, 3px 3px 1px red;}

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

This text has shadow with #58487A primary color and red secondary color.


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

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

This text has shadow with #58487A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58487A on black background.


Color preview on white background

This text has color #58487A on white background.



Black color preview on #58487A background

This text has black color on #58487A background.


White color preview on #58487A background

This text has white color on #58487A background.