COLOR #584181

HEX: #584181 RGB: (88,65,129)

Color info

#584181 contains mainly red and blue colors. Web safe color of #584181 is #663399 (or #639).

RGB color model

#584181 color RGB value is (88,65,129).

RGB: (88,65,129) (35%, 25%, 51%)

RGB channels and saturation

R 88 of 255 = 35%
G 65 of 255 = 25%
B 129 of 255 = 51%

88
65
129

R + G + B ~ 37%. #584181 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 88 + 65 + 129 = 282 (100%)
R 88 of 282 ~ 31.21%
G 65 of 282 ~ 23.05%
B 129 of 282 ~ 45.74'%

%31.21
%23.05
%45.74

CMYK color model

#584181 color CMYK value is (32,50,0,49).

  • cyan value is 31.78%
  • magenta value is 49.61%
  • yellow value is 0.00%
  • key color value is 49.41%

CMYK: (32,50,0,49)
C32M50Y0K49 (32%, 50%, 0%, 49%)
(0.32 / 0.50 / 0.00 / 0.49)

CMYK percentages

%31.78
%49.61
%0
%49.41

Codes

Color #584181 in popluar color models

58 41 81
RGB 88 65 129
HSL 262° 32.99% 38.04%
HSB/HSV 262° 49.61% 50.59%
CMYK 31.78% 49.61% 0.00%
49.41%

Color #584181 in popluar number systems.

HEX 58 41 81
Decimal 88 65 129
Binary 1011000 1000001 10000001
Octal 130 101 201

Shades and tints

Shades of #584181

#584181
(88,65,129)
#503C76
(80,60,118)
#48376B
(72,55,107)
#403260
(64,50,96)
#382D55
(56,45,85)
#30284A
(48,40,74)
#28233F
(40,35,63)
#201E34
(32,30,52)
#181929
(24,25,41)
#10141E
(16,20,30)
#080F13
(8,15,19)
#000000
(0,0,0)

Tints of #584181

#584181
(88,65,129)
#67528C
(103,82,140)
#766397
(118,99,151)
#8574A2
(133,116,162)
#9485AD
(148,133,173)
#A396B8
(163,150,184)
#B2A7C3
(178,167,195)
#C1B8CE
(193,184,206)
#D0C9D9
(208,201,217)
#DFDAE4
(223,218,228)
#EEEBEF
(238,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #584181 color. Also use rgb(88,65,129) instead hex code.

Text Font Color

.myTextColor { color: #584181; }

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

This text font color is #584181.

Background Color

.myBgColor { background-color: #584181; }

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

This div background color is #584181.

Border color

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

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

This div border color is #584181.

Opacity

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

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

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

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

This text has shadow with #584181 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #584181.

Preview

Color preview on black background

This text has color #584181 on black background.


Color preview on white background

This text has color #584181 on white background.


Black color preview on #584181 background

This text has black color on #584181 background.


White color preview on #584181 background

This text has white color on #584181 background.


Related colors

Complementary color

Complementary color for #hex is #A7BE7E.


I love getcolorcode.com

Triadic colors

1 #815841 and #418158 with #584181 are triadic colors.

2 #814158 and #415881 with #584181 are triadic colors.