COLOR #574B9B

HEX: #574B9B
RGB: (87,75,155)

Color info

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

RGB color model

#574B9B color RGB value is (87,75,155).

  • red value is 87;
  • green value is 75;
  • blue value is 155.
RGB:
(87,75,155)
(34%,29%,61%)

RGB channels and saturation

R 87 of 255 = 34%
G 75 of 255 = 29%
B 155 of 255 = 61%

87
75
155

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

Portions of RGB colors in percentages

R + G + B =
87 + 75 + 155 = 317 (100%)
R 87 of 317 ~ 27.44%
G 75 of 317 ~ 23.66%
B 155 of 317 ~ 48.9%

%27.44
%23.66
%48.9

CMYK color model

#574B9B color CMYK value is (44,52,0,39).

  • cyan value is 43.87%
  • magenta value is 51.61%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(44,52,0,39)
C44M52Y0K39 
(44%,52%,0%,39%)
(0.44/0.52/0.00/0.39)	

CMYK percentages

%43.87
%51.61
%0
%39.22

Codes

Color #574B9B in popluar color models

574B9B
RGB8775155
HSL249°34.78%45.10%
HSB/HSV249°51.61%60.78%
CMYK43.87%51.61%0.00%
39.22%

Color #574B9B in popluar number systems.

HEX574B9B
Decimal8775155
Binary1010111100101110011011
Octal127113233

Shades and tints

Shades of #574B9B

#574B9B
(87,75,155)
#50458D
(80,69,141)
#493F7F
(73,63,127)
#423971
(66,57,113)
#3B3363
(59,51,99)
#342D55
(52,45,85)
#2D2747
(45,39,71)
#262139
(38,33,57)
#1F1B2B
(31,27,43)
#18151D
(24,21,29)
#110F0F
(17,15,15)
#000000
(0,0,0)

Tints of #574B9B

#574B9B
(87,75,155)
#665BA4
(102,91,164)
#756BAD
(117,107,173)
#847BB6
(132,123,182)
#938BBF
(147,139,191)
#A29BC8
(162,155,200)
#B1ABD1
(177,171,209)
#C0BBDA
(192,187,218)
#CFCBE3
(207,203,227)
#DEDBEC
(222,219,236)
#EDEBF5
(237,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #574B9B color. Also use rgb(87,75,155) instead hex code.

Text Font Color

.myTextColor { color: #574B9B; }

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

This text font color is #574B9B.


Background Color

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

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

This div background color is #574B9B.


Border color

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

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

This div border color is #574B9B.


Opacity

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

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

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

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

This text has shadow with #574B9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #574B9B on black background.


Color preview on white background

This text has color #574B9B on white background.



Black color preview on #574B9B background

This text has black color on #574B9B background.


White color preview on #574B9B background

This text has white color on #574B9B background.