COLOR #581B57

HEX: #581B57
RGB: (88,27,87)

Color info

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

RGB color model

#581B57 color RGB value is (88,27,87).

  • red value is 88;
  • green value is 27;
  • blue value is 87.
RGB:
(88,27,87)
(35%,11%,34%)

RGB channels and saturation

R 88 of 255 = 35%
G 27 of 255 = 11%
B 87 of 255 = 34%

88
27
87

R + G + B ~ 27%. #581B57 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 27 + 87 = 202 (100%)
R 88 of 202 ~ 43.56%
G 27 of 202 ~ 13.37%
B 87 of 202 ~ 43.07%

%43.56
%13.37
%43.07

CMYK color model

#581B57 color CMYK value is (0,69,1,65).

  • cyan value is 0.00%
  • magenta value is 69.32%
  • yellow value is 1.14%
  • key color value is 65.49%
CMYK:
(0,69,1,65)
C0M69Y1K65 
(0%,69%,1%,65%)
(0.00/0.69/0.01/0.65)	

CMYK percentages

%0
%69.32
%1.14
%65.49

Codes

Color #581B57 in popluar color models

581B57
RGB882787
HSL301°53.04%22.55%
HSB/HSV301°69.32%34.51%
CMYK0.00%69.32%1.14%
65.49%

Color #581B57 in popluar number systems.

HEX581B57
Decimal882787
Binary1011000110111010111
Octal13033127

Shades and tints

Shades of #581B57

#581B57
(88,27,87)
#501950
(80,25,80)
#481749
(72,23,73)
#401542
(64,21,66)
#38133B
(56,19,59)
#301134
(48,17,52)
#280F2D
(40,15,45)
#200D26
(32,13,38)
#180B1F
(24,11,31)
#100918
(16,9,24)
#080711
(8,7,17)
#000000
(0,0,0)

Tints of #581B57

#581B57
(88,27,87)
#672F66
(103,47,102)
#764375
(118,67,117)
#855784
(133,87,132)
#946B93
(148,107,147)
#A37FA2
(163,127,162)
#B293B1
(178,147,177)
#C1A7C0
(193,167,192)
#D0BBCF
(208,187,207)
#DFCFDE
(223,207,222)
#EEE3ED
(238,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #581B57 color. Also use rgb(88,27,87) instead hex code.

Text Font Color

.myTextColor { color: #581B57; }

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

This text font color is #581B57.


Background Color

.myBgColor { background-color: #581B57; }

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

This div background color is #581B57.


Border color

.myBorderColor { border: 1px solid #581B57; }

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

This div border color is #581B57.


Opacity

.myOpacity80 { color: #581B57; opacity: 0.8; }

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

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

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

This text has shadow with #581B57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #581B57 on black background.


Color preview on white background

This text has color #581B57 on white background.



Black color preview on #581B57 background

This text has black color on #581B57 background.


White color preview on #581B57 background

This text has white color on #581B57 background.