COLOR #584CA8

HEX: #584CA8 RGB: (88,76,168)

Color info

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

RGB color model

#584CA8 color RGB value is (88,76,168).

RGB: (88,76,168) (35%, 30%, 66%)

RGB channels and saturation

R 88 of 255 = 35%
G 76 of 255 = 30%
B 168 of 255 = 66%

88
76
168

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

Portions of RGB colors in percentages

R + G + B = 88 + 76 + 168 = 332 (100%)
R 88 of 332 ~ 26.51%
G 76 of 332 ~ 22.89%
B 168 of 332 ~ 50.6'%

%26.51
%22.89
%50.6

CMYK color model

#584CA8 color CMYK value is (48,55,0,34).

  • cyan value is 47.62%
  • magenta value is 54.76%
  • yellow value is 0.00%
  • key color value is 34.12%

CMYK: (48,55,0,34)
C48M55Y0K34 (48%, 55%, 0%, 34%)
(0.48 / 0.55 / 0.00 / 0.34)

CMYK percentages

%47.62
%54.76
%0
%34.12

Codes

Color #584CA8 in popluar color models

58 4C A8
RGB 88 76 168
HSL 248° 37.70% 47.84%
HSB/HSV 248° 54.76% 65.88%
CMYK 47.62% 54.76% 0.00%
34.12%

Color #584CA8 in popluar number systems.

HEX 58 4C A8
Decimal 88 76 168
Binary 1011000 1001100 10101000
Octal 130 114 250

Shades and tints

Shades of #584CA8

#584CA8
(88,76,168)
#504699
(80,70,153)
#48408A
(72,64,138)
#403A7B
(64,58,123)
#38346C
(56,52,108)
#302E5D
(48,46,93)
#28284E
(40,40,78)
#20223F
(32,34,63)
#181C30
(24,28,48)
#101621
(16,22,33)
#081012
(8,16,18)
#000000
(0,0,0)

Tints of #584CA8

#584CA8
(88,76,168)
#675CAF
(103,92,175)
#766CB6
(118,108,182)
#857CBD
(133,124,189)
#948CC4
(148,140,196)
#A39CCB
(163,156,203)
#B2ACD2
(178,172,210)
#C1BCD9
(193,188,217)
#D0CCE0
(208,204,224)
#DFDCE7
(223,220,231)
#EEECEE
(238,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #584CA8 color. Also use rgb(88,76,168) instead hex code.

Text Font Color

.myTextColor { color: #584CA8; }

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

This text font color is #584CA8.

Background Color

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

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

This div background color is #584CA8.

Border color

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

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

This div border color is #584CA8.

Opacity

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

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

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

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

This text has shadow with #584CA8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #584CA8.

Preview

Color preview on black background

This text has color #584CA8 on black background.


Color preview on white background

This text has color #584CA8 on white background.


Black color preview on #584CA8 background

This text has black color on #584CA8 background.


White color preview on #584CA8 background

This text has white color on #584CA8 background.


Related colors

Complementary color

Complementary color for #hex is #A7B357.


I love getcolorcode.com

Triadic colors

1 #A8584C and #4CA858 with #584CA8 are triadic colors.

2 #A84C58 and #4C58A8 with #584CA8 are triadic colors.