COLOR #574CE6

HEX: #574CE6
RGB: (87,76,230)

Color info

#574CE6 contains mainly blue color. Web safe color of #574CE6 is #6633CC (or #63C).

RGB color model

#574CE6 color RGB value is (87,76,230).

  • red value is 87;
  • green value is 76;
  • blue value is 230.
RGB:
(87,76,230)
(34%,30%,90%)

RGB channels and saturation

R 87 of 255 = 34%
G 76 of 255 = 30%
B 230 of 255 = 90%

87
76
230

R + G + B ~ 51%. #574CE6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
87 + 76 + 230 = 393 (100%)
R 87 of 393 ~ 22.14%
G 76 of 393 ~ 19.34%
B 230 of 393 ~ 58.52%

%22.14
%19.34
%58.52

CMYK color model

#574CE6 color CMYK value is (62,67,0,10).

  • cyan value is 62.17%
  • magenta value is 66.96%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(62,67,0,10)
C62M67Y0K10 
(62%,67%,0%,10%)
(0.62/0.67/0.00/0.10)	

CMYK percentages

%62.17
%66.96
%0
%9.8

Codes

Color #574CE6 in popluar color models

574CE6
RGB8776230
HSL244°75.49%60.00%
HSB/HSV244°66.96%90.20%
CMYK62.17%66.96%0.00%
9.80%

Color #574CE6 in popluar number systems.

HEX574CE6
Decimal8776230
Binary1010111100110011100110
Octal127114346

Shades and tints

Shades of #574CE6

#574CE6
(87,76,230)
#5046D2
(80,70,210)
#4940BE
(73,64,190)
#423AAA
(66,58,170)
#3B3496
(59,52,150)
#342E82
(52,46,130)
#2D286E
(45,40,110)
#26225A
(38,34,90)
#1F1C46
(31,28,70)
#181632
(24,22,50)
#11101E
(17,16,30)
#000000
(0,0,0)

Tints of #574CE6

#574CE6
(87,76,230)
#665CE8
(102,92,232)
#756CEA
(117,108,234)
#847CEC
(132,124,236)
#938CEE
(147,140,238)
#A29CF0
(162,156,240)
#B1ACF2
(177,172,242)
#C0BCF4
(192,188,244)
#CFCCF6
(207,204,246)
#DEDCF8
(222,220,248)
#EDECFA
(237,236,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #574CE6 color. Also use rgb(87,76,230) instead hex code.

Text Font Color

.myTextColor { color: #574CE6; }

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

This text font color is #574CE6.


Background Color

.myBgColor { background-color: #574CE6; }

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

This div background color is #574CE6.


Border color

.myBorderColor { border: 1px solid #574CE6; }

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

This div border color is #574CE6.


Opacity

.myOpacity80 { color: #574CE6; opacity: 0.8; }

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

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

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

This text has shadow with #574CE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #574CE6 on black background.


Color preview on white background

This text has color #574CE6 on white background.



Black color preview on #574CE6 background

This text has black color on #574CE6 background.


White color preview on #574CE6 background

This text has white color on #574CE6 background.