COLOR #584692

HEX: #584692
RGB: (88,70,146)

Color info

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

RGB color model

#584692 color RGB value is (88,70,146).

  • red value is 88;
  • green value is 70;
  • blue value is 146.
RGB:
(88,70,146)
(35%,27%,57%)

RGB channels and saturation

R 88 of 255 = 35%
G 70 of 255 = 27%
B 146 of 255 = 57%

88
70
146

R + G + B ~ 40%. #584692 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
88 + 70 + 146 = 304 (100%)
R 88 of 304 ~ 28.95%
G 70 of 304 ~ 23.03%
B 146 of 304 ~ 48.03%

%28.95
%23.03
%48.03

CMYK color model

#584692 color CMYK value is (40,52,0,43).

  • cyan value is 39.73%
  • magenta value is 52.05%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(40,52,0,43)
C40M52Y0K43 
(40%,52%,0%,43%)
(0.40/0.52/0.00/0.43)	

CMYK percentages

%39.73
%52.05
%0
%42.75

Codes

Color #584692 in popluar color models

584692
RGB8870146
HSL254°35.19%42.35%
HSB/HSV254°52.05%57.25%
CMYK39.73%52.05%0.00%
42.75%

Color #584692 in popluar number systems.

HEX584692
Decimal8870146
Binary1011000100011010010010
Octal130106222

Shades and tints

Shades of #584692

#584692
(88,70,146)
#504085
(80,64,133)
#483A78
(72,58,120)
#40346B
(64,52,107)
#382E5E
(56,46,94)
#302851
(48,40,81)
#282244
(40,34,68)
#201C37
(32,28,55)
#18162A
(24,22,42)
#10101D
(16,16,29)
#080A10
(8,10,16)
#000000
(0,0,0)

Tints of #584692

#584692
(88,70,146)
#67569B
(103,86,155)
#7666A4
(118,102,164)
#8576AD
(133,118,173)
#9486B6
(148,134,182)
#A396BF
(163,150,191)
#B2A6C8
(178,166,200)
#C1B6D1
(193,182,209)
#D0C6DA
(208,198,218)
#DFD6E3
(223,214,227)
#EEE6EC
(238,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #584692 color. Also use rgb(88,70,146) instead hex code.

Text Font Color

.myTextColor { color: #584692; }

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

This text font color is #584692.


Background Color

.myBgColor { background-color: #584692; }

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

This div background color is #584692.


Border color

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

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

This div border color is #584692.


Opacity

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

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

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

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

This text has shadow with #584692 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #584692 on black background.


Color preview on white background

This text has color #584692 on white background.



Black color preview on #584692 background

This text has black color on #584692 background.


White color preview on #584692 background

This text has white color on #584692 background.