COLOR #583776

HEX: #583776
RGB: (88,55,118)

Color info

#583776 contains mainly red and blue colors. Web safe color of #583776 is #663366 (or #636).

RGB color model

#583776 color RGB value is (88,55,118).

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

RGB channels and saturation

R 88 of 255 = 35%
G 55 of 255 = 22%
B 118 of 255 = 46%

88
55
118

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

Portions of RGB colors in percentages

R + G + B =
88 + 55 + 118 = 261 (100%)
R 88 of 261 ~ 33.72%
G 55 of 261 ~ 21.07%
B 118 of 261 ~ 45.21%

%33.72
%21.07
%45.21

CMYK color model

#583776 color CMYK value is (25,53,0,54).

  • cyan value is 25.42%
  • magenta value is 53.39%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(25,53,0,54)
C25M53Y0K54 
(25%,53%,0%,54%)
(0.25/0.53/0.00/0.54)	

CMYK percentages

%25.42
%53.39
%0
%53.73

Codes

Color #583776 in popluar color models

583776
RGB8855118
HSL271°36.42%33.92%
HSB/HSV271°53.39%46.27%
CMYK25.42%53.39%0.00%
53.73%

Color #583776 in popluar number systems.

HEX583776
Decimal8855118
Binary10110001101111110110
Octal13067166

Shades and tints

Shades of #583776

#583776
(88,55,118)
#50326C
(80,50,108)
#482D62
(72,45,98)
#402858
(64,40,88)
#38234E
(56,35,78)
#301E44
(48,30,68)
#28193A
(40,25,58)
#201430
(32,20,48)
#180F26
(24,15,38)
#100A1C
(16,10,28)
#080512
(8,5,18)
#000000
(0,0,0)

Tints of #583776

#583776
(88,55,118)
#674982
(103,73,130)
#765B8E
(118,91,142)
#856D9A
(133,109,154)
#947FA6
(148,127,166)
#A391B2
(163,145,178)
#B2A3BE
(178,163,190)
#C1B5CA
(193,181,202)
#D0C7D6
(208,199,214)
#DFD9E2
(223,217,226)
#EEEBEE
(238,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #583776 color. Also use rgb(88,55,118) instead hex code.

Text Font Color

.myTextColor { color: #583776; }

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

This text font color is #583776.


Background Color

.myBgColor { background-color: #583776; }

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

This div background color is #583776.


Border color

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

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

This div border color is #583776.


Opacity

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

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

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

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

This text has shadow with #583776 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #583776 on black background.


Color preview on white background

This text has color #583776 on white background.



Black color preview on #583776 background

This text has black color on #583776 background.


White color preview on #583776 background

This text has white color on #583776 background.