COLOR #583972

HEX: #583972
RGB: (88,57,114)

Color info

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

RGB color model

#583972 color RGB value is (88,57,114).

  • red value is 88;
  • green value is 57;
  • blue value is 114.
RGB:
(88,57,114)
(35%,22%,45%)

RGB channels and saturation

R 88 of 255 = 35%
G 57 of 255 = 22%
B 114 of 255 = 45%

88
57
114

R + G + B ~ 34%. #583972 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 57 + 114 = 259 (100%)
R 88 of 259 ~ 33.98%
G 57 of 259 ~ 22.01%
B 114 of 259 ~ 44.02%

%33.98
%22.01
%44.02

CMYK color model

#583972 color CMYK value is (23,50,0,55).

  • cyan value is 22.81%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(23,50,0,55)
C23M50Y0K55 
(23%,50%,0%,55%)
(0.23/0.50/0.00/0.55)	

CMYK percentages

%22.81
%50
%0
%55.29

Codes

Color #583972 in popluar color models

583972
RGB8857114
HSL273°33.33%33.53%
HSB/HSV273°50.00%44.71%
CMYK22.81%50.00%0.00%
55.29%

Color #583972 in popluar number systems.

HEX583972
Decimal8857114
Binary10110001110011110010
Octal13071162

Shades and tints

Shades of #583972

#583972
(88,57,114)
#503468
(80,52,104)
#482F5E
(72,47,94)
#402A54
(64,42,84)
#38254A
(56,37,74)
#302040
(48,32,64)
#281B36
(40,27,54)
#20162C
(32,22,44)
#181122
(24,17,34)
#100C18
(16,12,24)
#08070E
(8,7,14)
#000000
(0,0,0)

Tints of #583972

#583972
(88,57,114)
#674B7E
(103,75,126)
#765D8A
(118,93,138)
#856F96
(133,111,150)
#9481A2
(148,129,162)
#A393AE
(163,147,174)
#B2A5BA
(178,165,186)
#C1B7C6
(193,183,198)
#D0C9D2
(208,201,210)
#DFDBDE
(223,219,222)
#EEEDEA
(238,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #583972 color. Also use rgb(88,57,114) instead hex code.

Text Font Color

.myTextColor { color: #583972; }

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

This text font color is #583972.


Background Color

.myBgColor { background-color: #583972; }

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

This div background color is #583972.


Border color

.myBorderColor { border: 1px solid #583972; }

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

This div border color is #583972.


Opacity

.myOpacity80 { color: #583972; opacity: 0.8; }

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

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

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

This text has shadow with #583972 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #583972 on black background.


Color preview on white background

This text has color #583972 on white background.



Black color preview on #583972 background

This text has black color on #583972 background.


White color preview on #583972 background

This text has white color on #583972 background.