COLOR #583855

HEX: #583855
RGB: (88,56,85)

Color info

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

RGB color model

#583855 color RGB value is (88,56,85).

  • red value is 88;
  • green value is 56;
  • blue value is 85.
RGB:
(88,56,85)
(35%,22%,33%)

RGB channels and saturation

R 88 of 255 = 35%
G 56 of 255 = 22%
B 85 of 255 = 33%

88
56
85

R + G + B ~ 30%. #583855 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 56 + 85 = 229 (100%)
R 88 of 229 ~ 38.43%
G 56 of 229 ~ 24.45%
B 85 of 229 ~ 37.12%

%38.43
%24.45
%37.12

CMYK color model

#583855 color CMYK value is (0,36,3,65).

  • cyan value is 0.00%
  • magenta value is 36.36%
  • yellow value is 3.41%
  • key color value is 65.49%
CMYK:
(0,36,3,65)
C0M36Y3K65 
(0%,36%,3%,65%)
(0.00/0.36/0.03/0.65)	

CMYK percentages

%0
%36.36
%3.41
%65.49

Codes

Color #583855 in popluar color models

583855
RGB885685
HSL306°22.22%28.24%
HSB/HSV306°36.36%34.51%
CMYK0.00%36.36%3.41%
65.49%

Color #583855 in popluar number systems.

HEX583855
Decimal885685
Binary10110001110001010101
Octal13070125

Shades and tints

Shades of #583855

#583855
(88,56,85)
#50334E
(80,51,78)
#482E47
(72,46,71)
#402940
(64,41,64)
#382439
(56,36,57)
#301F32
(48,31,50)
#281A2B
(40,26,43)
#201524
(32,21,36)
#18101D
(24,16,29)
#100B16
(16,11,22)
#08060F
(8,6,15)
#000000
(0,0,0)

Tints of #583855

#583855
(88,56,85)
#674A64
(103,74,100)
#765C73
(118,92,115)
#856E82
(133,110,130)
#948091
(148,128,145)
#A392A0
(163,146,160)
#B2A4AF
(178,164,175)
#C1B6BE
(193,182,190)
#D0C8CD
(208,200,205)
#DFDADC
(223,218,220)
#EEECEB
(238,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #583855 color. Also use rgb(88,56,85) instead hex code.

Text Font Color

.myTextColor { color: #583855; }

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

This text font color is #583855.


Background Color

.myBgColor { background-color: #583855; }

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

This div background color is #583855.


Border color

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

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

This div border color is #583855.


Opacity

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

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

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

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

This text has shadow with #583855 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #583855 on black background.


Color preview on white background

This text has color #583855 on white background.



Black color preview on #583855 background

This text has black color on #583855 background.


White color preview on #583855 background

This text has white color on #583855 background.