COLOR #574796

HEX: #574796
RGB: (87,71,150)

Color info

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

RGB color model

#574796 color RGB value is (87,71,150).

  • red value is 87;
  • green value is 71;
  • blue value is 150.
RGB:
(87,71,150)
(34%,28%,59%)

RGB channels and saturation

R 87 of 255 = 34%
G 71 of 255 = 28%
B 150 of 255 = 59%

87
71
150

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

Portions of RGB colors in percentages

R + G + B =
87 + 71 + 150 = 308 (100%)
R 87 of 308 ~ 28.25%
G 71 of 308 ~ 23.05%
B 150 of 308 ~ 48.7%

%28.25
%23.05
%48.7

CMYK color model

#574796 color CMYK value is (42,53,0,41).

  • cyan value is 42.00%
  • magenta value is 52.67%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(42,53,0,41)
C42M53Y0K41 
(42%,53%,0%,41%)
(0.42/0.53/0.00/0.41)	

CMYK percentages

%42
%52.67
%0
%41.18

Codes

Color #574796 in popluar color models

574796
RGB8771150
HSL252°35.75%43.33%
HSB/HSV252°52.67%58.82%
CMYK42.00%52.67%0.00%
41.18%

Color #574796 in popluar number systems.

HEX574796
Decimal8771150
Binary1010111100011110010110
Octal127107226

Shades and tints

Shades of #574796

#574796
(87,71,150)
#504189
(80,65,137)
#493B7C
(73,59,124)
#42356F
(66,53,111)
#3B2F62
(59,47,98)
#342955
(52,41,85)
#2D2348
(45,35,72)
#261D3B
(38,29,59)
#1F172E
(31,23,46)
#181121
(24,17,33)
#110B14
(17,11,20)
#000000
(0,0,0)

Tints of #574796

#574796
(87,71,150)
#66579F
(102,87,159)
#7567A8
(117,103,168)
#8477B1
(132,119,177)
#9387BA
(147,135,186)
#A297C3
(162,151,195)
#B1A7CC
(177,167,204)
#C0B7D5
(192,183,213)
#CFC7DE
(207,199,222)
#DED7E7
(222,215,231)
#EDE7F0
(237,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #574796 color. Also use rgb(87,71,150) instead hex code.

Text Font Color

.myTextColor { color: #574796; }

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

This text font color is #574796.


Background Color

.myBgColor { background-color: #574796; }

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

This div background color is #574796.


Border color

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

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

This div border color is #574796.


Opacity

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

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

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

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

This text has shadow with #574796 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #574796 on black background.


Color preview on white background

This text has color #574796 on white background.



Black color preview on #574796 background

This text has black color on #574796 background.


White color preview on #574796 background

This text has white color on #574796 background.