COLOR #583564

HEX: #583564
RGB: (88,53,100)

Color info

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

RGB color model

#583564 color RGB value is (88,53,100).

  • red value is 88;
  • green value is 53;
  • blue value is 100.
RGB:
(88,53,100)
(35%,21%,39%)

RGB channels and saturation

R 88 of 255 = 35%
G 53 of 255 = 21%
B 100 of 255 = 39%

88
53
100

R + G + B ~ 32%. #583564 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 53 + 100 = 241 (100%)
R 88 of 241 ~ 36.51%
G 53 of 241 ~ 21.99%
B 100 of 241 ~ 41.49%

%36.51
%21.99
%41.49

CMYK color model

#583564 color CMYK value is (12,47,0,61).

  • cyan value is 12.00%
  • magenta value is 47.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(12,47,0,61)
C12M47Y0K61 
(12%,47%,0%,61%)
(0.12/0.47/0.00/0.61)	

CMYK percentages

%12
%47
%0
%60.78

Codes

Color #583564 in popluar color models

583564
RGB8853100
HSL285°30.72%30.00%
HSB/HSV285°47.00%39.22%
CMYK12.00%47.00%0.00%
60.78%

Color #583564 in popluar number systems.

HEX583564
Decimal8853100
Binary10110001101011100100
Octal13065144

Shades and tints

Shades of #583564

#583564
(88,53,100)
#50315B
(80,49,91)
#482D52
(72,45,82)
#402949
(64,41,73)
#382540
(56,37,64)
#302137
(48,33,55)
#281D2E
(40,29,46)
#201925
(32,25,37)
#18151C
(24,21,28)
#101113
(16,17,19)
#080D0A
(8,13,10)
#000000
(0,0,0)

Tints of #583564

#583564
(88,53,100)
#674772
(103,71,114)
#765980
(118,89,128)
#856B8E
(133,107,142)
#947D9C
(148,125,156)
#A38FAA
(163,143,170)
#B2A1B8
(178,161,184)
#C1B3C6
(193,179,198)
#D0C5D4
(208,197,212)
#DFD7E2
(223,215,226)
#EEE9F0
(238,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #583564 color. Also use rgb(88,53,100) instead hex code.

Text Font Color

.myTextColor { color: #583564; }

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

This text font color is #583564.


Background Color

.myBgColor { background-color: #583564; }

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

This div background color is #583564.


Border color

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

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

This div border color is #583564.


Opacity

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

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

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

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

This text has shadow with #583564 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #583564 on black background.


Color preview on white background

This text has color #583564 on white background.



Black color preview on #583564 background

This text has black color on #583564 background.


White color preview on #583564 background

This text has white color on #583564 background.