COLOR #574188

HEX: #574188
RGB: (87,65,136)

Color info

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

RGB color model

#574188 color RGB value is (87,65,136).

  • red value is 87;
  • green value is 65;
  • blue value is 136.
RGB:
(87,65,136)
(34%,25%,53%)

RGB channels and saturation

R 87 of 255 = 34%
G 65 of 255 = 25%
B 136 of 255 = 53%

87
65
136

R + G + B ~ 37%. #574188 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 65 + 136 = 288 (100%)
R 87 of 288 ~ 30.21%
G 65 of 288 ~ 22.57%
B 136 of 288 ~ 47.22%

%30.21
%22.57
%47.22

CMYK color model

#574188 color CMYK value is (36,52,0,47).

  • cyan value is 36.03%
  • magenta value is 52.21%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(36,52,0,47)
C36M52Y0K47 
(36%,52%,0%,47%)
(0.36/0.52/0.00/0.47)	

CMYK percentages

%36.03
%52.21
%0
%46.67

Codes

Color #574188 in popluar color models

574188
RGB8765136
HSL259°35.32%39.41%
HSB/HSV259°52.21%53.33%
CMYK36.03%52.21%0.00%
46.67%

Color #574188 in popluar number systems.

HEX574188
Decimal8765136
Binary1010111100000110001000
Octal127101210

Shades and tints

Shades of #574188

#574188
(87,65,136)
#503C7C
(80,60,124)
#493770
(73,55,112)
#423264
(66,50,100)
#3B2D58
(59,45,88)
#34284C
(52,40,76)
#2D2340
(45,35,64)
#261E34
(38,30,52)
#1F1928
(31,25,40)
#18141C
(24,20,28)
#110F10
(17,15,16)
#000000
(0,0,0)

Tints of #574188

#574188
(87,65,136)
#665292
(102,82,146)
#75639C
(117,99,156)
#8474A6
(132,116,166)
#9385B0
(147,133,176)
#A296BA
(162,150,186)
#B1A7C4
(177,167,196)
#C0B8CE
(192,184,206)
#CFC9D8
(207,201,216)
#DEDAE2
(222,218,226)
#EDEBEC
(237,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #574188 color. Also use rgb(87,65,136) instead hex code.

Text Font Color

.myTextColor { color: #574188; }

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

This text font color is #574188.


Background Color

.myBgColor { background-color: #574188; }

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

This div background color is #574188.


Border color

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

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

This div border color is #574188.


Opacity

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

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

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

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

This text has shadow with #574188 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #574188 on black background.


Color preview on white background

This text has color #574188 on white background.



Black color preview on #574188 background

This text has black color on #574188 background.


White color preview on #574188 background

This text has white color on #574188 background.