COLOR #574495

HEX: #574495
RGB: (87,68,149)

Color info

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

RGB color model

#574495 color RGB value is (87,68,149).

  • red value is 87;
  • green value is 68;
  • blue value is 149.
RGB:
(87,68,149)
(34%,27%,58%)

RGB channels and saturation

R 87 of 255 = 34%
G 68 of 255 = 27%
B 149 of 255 = 58%

87
68
149

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

Portions of RGB colors in percentages

R + G + B =
87 + 68 + 149 = 304 (100%)
R 87 of 304 ~ 28.62%
G 68 of 304 ~ 22.37%
B 149 of 304 ~ 49.01%

%28.62
%22.37
%49.01

CMYK color model

#574495 color CMYK value is (42,54,0,42).

  • cyan value is 41.61%
  • magenta value is 54.36%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(42,54,0,42)
C42M54Y0K42 
(42%,54%,0%,42%)
(0.42/0.54/0.00/0.42)	

CMYK percentages

%41.61
%54.36
%0
%41.57

Codes

Color #574495 in popluar color models

574495
RGB8768149
HSL254°37.33%42.55%
HSB/HSV254°54.36%58.43%
CMYK41.61%54.36%0.00%
41.57%

Color #574495 in popluar number systems.

HEX574495
Decimal8768149
Binary1010111100010010010101
Octal127104225

Shades and tints

Shades of #574495

#574495
(87,68,149)
#503E88
(80,62,136)
#49387B
(73,56,123)
#42326E
(66,50,110)
#3B2C61
(59,44,97)
#342654
(52,38,84)
#2D2047
(45,32,71)
#261A3A
(38,26,58)
#1F142D
(31,20,45)
#180E20
(24,14,32)
#110813
(17,8,19)
#000000
(0,0,0)

Tints of #574495

#574495
(87,68,149)
#66559E
(102,85,158)
#7566A7
(117,102,167)
#8477B0
(132,119,176)
#9388B9
(147,136,185)
#A299C2
(162,153,194)
#B1AACB
(177,170,203)
#C0BBD4
(192,187,212)
#CFCCDD
(207,204,221)
#DEDDE6
(222,221,230)
#EDEEEF
(237,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #574495 color. Also use rgb(87,68,149) instead hex code.

Text Font Color

.myTextColor { color: #574495; }

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

This text font color is #574495.


Background Color

.myBgColor { background-color: #574495; }

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

This div background color is #574495.


Border color

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

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

This div border color is #574495.


Opacity

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

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

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

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

This text has shadow with #574495 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #574495 on black background.


Color preview on white background

This text has color #574495 on white background.



Black color preview on #574495 background

This text has black color on #574495 background.


White color preview on #574495 background

This text has white color on #574495 background.