COLOR #58449C

HEX: #58449C
RGB: (88,68,156)

Color info

#58449C contains mainly blue color. Web safe color of #58449C is #663399 (or #639).

RGB color model

#58449C color RGB value is (88,68,156).

  • red value is 88;
  • green value is 68;
  • blue value is 156.
RGB:
(88,68,156)
(35%,27%,61%)

RGB channels and saturation

R 88 of 255 = 35%
G 68 of 255 = 27%
B 156 of 255 = 61%

88
68
156

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

Portions of RGB colors in percentages

R + G + B =
88 + 68 + 156 = 312 (100%)
R 88 of 312 ~ 28.21%
G 68 of 312 ~ 21.79%
B 156 of 312 ~ 50%

%28.21
%21.79
%50

CMYK color model

#58449C color CMYK value is (44,56,0,39).

  • cyan value is 43.59%
  • magenta value is 56.41%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(44,56,0,39)
C44M56Y0K39 
(44%,56%,0%,39%)
(0.44/0.56/0.00/0.39)	

CMYK percentages

%43.59
%56.41
%0
%38.82

Codes

Color #58449C in popluar color models

58449C
RGB8868156
HSL254°39.29%43.92%
HSB/HSV254°56.41%61.18%
CMYK43.59%56.41%0.00%
38.82%

Color #58449C in popluar number systems.

HEX58449C
Decimal8868156
Binary1011000100010010011100
Octal130104234

Shades and tints

Shades of #58449C

#58449C
(88,68,156)
#503E8E
(80,62,142)
#483880
(72,56,128)
#403272
(64,50,114)
#382C64
(56,44,100)
#302656
(48,38,86)
#282048
(40,32,72)
#201A3A
(32,26,58)
#18142C
(24,20,44)
#100E1E
(16,14,30)
#080810
(8,8,16)
#000000
(0,0,0)

Tints of #58449C

#58449C
(88,68,156)
#6755A5
(103,85,165)
#7666AE
(118,102,174)
#8577B7
(133,119,183)
#9488C0
(148,136,192)
#A399C9
(163,153,201)
#B2AAD2
(178,170,210)
#C1BBDB
(193,187,219)
#D0CCE4
(208,204,228)
#DFDDED
(223,221,237)
#EEEEF6
(238,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58449C; }

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

This text font color is #58449C.


Background Color

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

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

This div background color is #58449C.


Border color

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

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

This div border color is #58449C.


Opacity

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

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

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

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

This text has shadow with #58449C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58449C on black background.


Color preview on white background

This text has color #58449C on white background.



Black color preview on #58449C background

This text has black color on #58449C background.


White color preview on #58449C background

This text has white color on #58449C background.