COLOR #584AA0

HEX: #584AA0
RGB: (88,74,160)

Color info

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

RGB color model

#584AA0 color RGB value is (88,74,160).

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

RGB channels and saturation

R 88 of 255 = 35%
G 74 of 255 = 29%
B 160 of 255 = 63%

88
74
160

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

Portions of RGB colors in percentages

R + G + B =
88 + 74 + 160 = 322 (100%)
R 88 of 322 ~ 27.33%
G 74 of 322 ~ 22.98%
B 160 of 322 ~ 49.69%

%27.33
%22.98
%49.69

CMYK color model

#584AA0 color CMYK value is (45,54,0,37).

  • cyan value is 45.00%
  • magenta value is 53.75%
  • yellow value is 0.00%
  • key color value is 37.25%
CMYK:
(45,54,0,37)
C45M54Y0K37 
(45%,54%,0%,37%)
(0.45/0.54/0.00/0.37)	

CMYK percentages

%45
%53.75
%0
%37.25

Codes

Color #584AA0 in popluar color models

584AA0
RGB8874160
HSL250°36.75%45.88%
HSB/HSV250°53.75%62.75%
CMYK45.00%53.75%0.00%
37.25%

Color #584AA0 in popluar number systems.

HEX584AA0
Decimal8874160
Binary1011000100101010100000
Octal130112240

Shades and tints

Shades of #584AA0

#584AA0
(88,74,160)
#504492
(80,68,146)
#483E84
(72,62,132)
#403876
(64,56,118)
#383268
(56,50,104)
#302C5A
(48,44,90)
#28264C
(40,38,76)
#20203E
(32,32,62)
#181A30
(24,26,48)
#101422
(16,20,34)
#080E14
(8,14,20)
#000000
(0,0,0)

Tints of #584AA0

#584AA0
(88,74,160)
#675AA8
(103,90,168)
#766AB0
(118,106,176)
#857AB8
(133,122,184)
#948AC0
(148,138,192)
#A39AC8
(163,154,200)
#B2AAD0
(178,170,208)
#C1BAD8
(193,186,216)
#D0CAE0
(208,202,224)
#DFDAE8
(223,218,232)
#EEEAF0
(238,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #584AA0; }

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

This text font color is #584AA0.


Background Color

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

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

This div background color is #584AA0.


Border color

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

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

This div border color is #584AA0.


Opacity

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

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

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

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

This text has shadow with #584AA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #584AA0 on black background.


Color preview on white background

This text has color #584AA0 on white background.



Black color preview on #584AA0 background

This text has black color on #584AA0 background.


White color preview on #584AA0 background

This text has white color on #584AA0 background.