COLOR #574587

HEX: #574587
RGB: (87,69,135)

Color info

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

RGB color model

#574587 color RGB value is (87,69,135).

  • red value is 87;
  • green value is 69;
  • blue value is 135.
RGB:
(87,69,135)
(34%,27%,53%)

RGB channels and saturation

R 87 of 255 = 34%
G 69 of 255 = 27%
B 135 of 255 = 53%

87
69
135

R + G + B ~ 38%. #574587 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 69 + 135 = 291 (100%)
R 87 of 291 ~ 29.9%
G 69 of 291 ~ 23.71%
B 135 of 291 ~ 46.39%

%29.9
%23.71
%46.39

CMYK color model

#574587 color CMYK value is (36,49,0,47).

  • cyan value is 35.56%
  • magenta value is 48.89%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(36,49,0,47)
C36M49Y0K47 
(36%,49%,0%,47%)
(0.36/0.49/0.00/0.47)	

CMYK percentages

%35.56
%48.89
%0
%47.06

Codes

Color #574587 in popluar color models

574587
RGB8769135
HSL256°32.35%40.00%
HSB/HSV256°48.89%52.94%
CMYK35.56%48.89%0.00%
47.06%

Color #574587 in popluar number systems.

HEX574587
Decimal8769135
Binary1010111100010110000111
Octal127105207

Shades and tints

Shades of #574587

#574587
(87,69,135)
#503F7B
(80,63,123)
#49396F
(73,57,111)
#423363
(66,51,99)
#3B2D57
(59,45,87)
#34274B
(52,39,75)
#2D213F
(45,33,63)
#261B33
(38,27,51)
#1F1527
(31,21,39)
#180F1B
(24,15,27)
#11090F
(17,9,15)
#000000
(0,0,0)

Tints of #574587

#574587
(87,69,135)
#665591
(102,85,145)
#75659B
(117,101,155)
#8475A5
(132,117,165)
#9385AF
(147,133,175)
#A295B9
(162,149,185)
#B1A5C3
(177,165,195)
#C0B5CD
(192,181,205)
#CFC5D7
(207,197,215)
#DED5E1
(222,213,225)
#EDE5EB
(237,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #574587 color. Also use rgb(87,69,135) instead hex code.

Text Font Color

.myTextColor { color: #574587; }

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

This text font color is #574587.


Background Color

.myBgColor { background-color: #574587; }

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

This div background color is #574587.


Border color

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

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

This div border color is #574587.


Opacity

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

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

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

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

This text has shadow with #574587 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #574587 on black background.


Color preview on white background

This text has color #574587 on white background.



Black color preview on #574587 background

This text has black color on #574587 background.


White color preview on #574587 background

This text has white color on #574587 background.