COLOR #583766

HEX: #583766
RGB: (88,55,102)

Color info

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

RGB color model

#583766 color RGB value is (88,55,102).

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

RGB channels and saturation

R 88 of 255 = 35%
G 55 of 255 = 22%
B 102 of 255 = 40%

88
55
102

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

Portions of RGB colors in percentages

R + G + B =
88 + 55 + 102 = 245 (100%)
R 88 of 245 ~ 35.92%
G 55 of 245 ~ 22.45%
B 102 of 245 ~ 41.63%

%35.92
%22.45
%41.63

CMYK color model

#583766 color CMYK value is (14,46,0,60).

  • cyan value is 13.73%
  • magenta value is 46.08%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(14,46,0,60)
C14M46Y0K60 
(14%,46%,0%,60%)
(0.14/0.46/0.00/0.60)	

CMYK percentages

%13.73
%46.08
%0
%60

Codes

Color #583766 in popluar color models

583766
RGB8855102
HSL282°29.94%30.78%
HSB/HSV282°46.08%40.00%
CMYK13.73%46.08%0.00%
60.00%

Color #583766 in popluar number systems.

HEX583766
Decimal8855102
Binary10110001101111100110
Octal13067146

Shades and tints

Shades of #583766

#583766
(88,55,102)
#50325D
(80,50,93)
#482D54
(72,45,84)
#40284B
(64,40,75)
#382342
(56,35,66)
#301E39
(48,30,57)
#281930
(40,25,48)
#201427
(32,20,39)
#180F1E
(24,15,30)
#100A15
(16,10,21)
#08050C
(8,5,12)
#000000
(0,0,0)

Tints of #583766

#583766
(88,55,102)
#674973
(103,73,115)
#765B80
(118,91,128)
#856D8D
(133,109,141)
#947F9A
(148,127,154)
#A391A7
(163,145,167)
#B2A3B4
(178,163,180)
#C1B5C1
(193,181,193)
#D0C7CE
(208,199,206)
#DFD9DB
(223,217,219)
#EEEBE8
(238,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #583766; }

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

This text font color is #583766.


Background Color

.myBgColor { background-color: #583766; }

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

This div background color is #583766.


Border color

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

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

This div border color is #583766.


Opacity

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

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

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

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

This text has shadow with #583766 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #583766 on black background.


Color preview on white background

This text has color #583766 on white background.



Black color preview on #583766 background

This text has black color on #583766 background.


White color preview on #583766 background

This text has white color on #583766 background.