COLOR #581A5E

HEX: #581A5E
RGB: (88,26,94)

Color info

#581A5E contains mainly red and blue colors. Web safe color of #581A5E is #660066 (or #606).

RGB color model

#581A5E color RGB value is (88,26,94).

  • red value is 88;
  • green value is 26;
  • blue value is 94.
RGB:
(88,26,94)
(35%,10%,37%)

RGB channels and saturation

R 88 of 255 = 35%
G 26 of 255 = 10%
B 94 of 255 = 37%

88
26
94

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

Portions of RGB colors in percentages

R + G + B =
88 + 26 + 94 = 208 (100%)
R 88 of 208 ~ 42.31%
G 26 of 208 ~ 12.5%
B 94 of 208 ~ 45.19%

%42.31
%12.5
%45.19

CMYK color model

#581A5E color CMYK value is (6,72,0,63).

  • cyan value is 6.38%
  • magenta value is 72.34%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(6,72,0,63)
C6M72Y0K63 
(6%,72%,0%,63%)
(0.06/0.72/0.00/0.63)	

CMYK percentages

%6.38
%72.34
%0
%63.14

Codes

Color #581A5E in popluar color models

581A5E
RGB882694
HSL295°56.67%23.53%
HSB/HSV295°72.34%36.86%
CMYK6.38%72.34%0.00%
63.14%

Color #581A5E in popluar number systems.

HEX581A5E
Decimal882694
Binary1011000110101011110
Octal13032136

Shades and tints

Shades of #581A5E

#581A5E
(88,26,94)
#501856
(80,24,86)
#48164E
(72,22,78)
#401446
(64,20,70)
#38123E
(56,18,62)
#301036
(48,16,54)
#280E2E
(40,14,46)
#200C26
(32,12,38)
#180A1E
(24,10,30)
#100816
(16,8,22)
#08060E
(8,6,14)
#000000
(0,0,0)

Tints of #581A5E

#581A5E
(88,26,94)
#672E6C
(103,46,108)
#76427A
(118,66,122)
#855688
(133,86,136)
#946A96
(148,106,150)
#A37EA4
(163,126,164)
#B292B2
(178,146,178)
#C1A6C0
(193,166,192)
#D0BACE
(208,186,206)
#DFCEDC
(223,206,220)
#EEE2EA
(238,226,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #581A5E color. Also use rgb(88,26,94) instead hex code.

Text Font Color

.myTextColor { color: #581A5E; }

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

This text font color is #581A5E.


Background Color

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

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

This div background color is #581A5E.


Border color

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

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

This div border color is #581A5E.


Opacity

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

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

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

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

This text has shadow with #581A5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #581A5E on black background.


Color preview on white background

This text has color #581A5E on white background.



Black color preview on #581A5E background

This text has black color on #581A5E background.


White color preview on #581A5E background

This text has white color on #581A5E background.