COLOR #584A9C

HEX: #584A9C
RGB: (88,74,156)

Color info

#584A9C contains mainly blue color. Web safe color of #584A9C is #663399 (or #639).

RGB color model

#584A9C color RGB value is (88,74,156).

  • red value is 88;
  • green value is 74;
  • blue value is 156.
RGB:
(88,74,156)
(35%,29%,61%)

RGB channels and saturation

R 88 of 255 = 35%
G 74 of 255 = 29%
B 156 of 255 = 61%

88
74
156

R + G + B ~ 42%. #584A9C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
88 + 74 + 156 = 318 (100%)
R 88 of 318 ~ 27.67%
G 74 of 318 ~ 23.27%
B 156 of 318 ~ 49.06%

%27.67
%23.27
%49.06

CMYK color model

#584A9C color CMYK value is (44,53,0,39).

  • cyan value is 43.59%
  • magenta value is 52.56%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(44,53,0,39)
C44M53Y0K39 
(44%,53%,0%,39%)
(0.44/0.53/0.00/0.39)	

CMYK percentages

%43.59
%52.56
%0
%38.82

Codes

Color #584A9C in popluar color models

584A9C
RGB8874156
HSL250°35.65%45.10%
HSB/HSV250°52.56%61.18%
CMYK43.59%52.56%0.00%
38.82%

Color #584A9C in popluar number systems.

HEX584A9C
Decimal8874156
Binary1011000100101010011100
Octal130112234

Shades and tints

Shades of #584A9C

#584A9C
(88,74,156)
#50448E
(80,68,142)
#483E80
(72,62,128)
#403872
(64,56,114)
#383264
(56,50,100)
#302C56
(48,44,86)
#282648
(40,38,72)
#20203A
(32,32,58)
#181A2C
(24,26,44)
#10141E
(16,20,30)
#080E10
(8,14,16)
#000000
(0,0,0)

Tints of #584A9C

#584A9C
(88,74,156)
#675AA5
(103,90,165)
#766AAE
(118,106,174)
#857AB7
(133,122,183)
#948AC0
(148,138,192)
#A39AC9
(163,154,201)
#B2AAD2
(178,170,210)
#C1BADB
(193,186,219)
#D0CAE4
(208,202,228)
#DFDAED
(223,218,237)
#EEEAF6
(238,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #584A9C color. Also use rgb(88,74,156) instead hex code.

Text Font Color

.myTextColor { color: #584A9C; }

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

This text font color is #584A9C.


Background Color

.myBgColor { background-color: #584A9C; }

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

This div background color is #584A9C.


Border color

.myBorderColor { border: 1px solid #584A9C; }

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

This div border color is #584A9C.


Opacity

.myOpacity80 { color: #584A9C; opacity: 0.8; }

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

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

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

This text has shadow with #584A9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #584A9C on black background.


Color preview on white background

This text has color #584A9C on white background.



Black color preview on #584A9C background

This text has black color on #584A9C background.


White color preview on #584A9C background

This text has white color on #584A9C background.