COLOR #574F7B

HEX: #574F7B RGB: (87,79,123)

Color info

#574F7B contains red, green and blue colors in about the same proportion. Web safe color of #574F7B is #666666 (or #666).

RGB color model

#574F7B color RGB value is (87,79,123).

RGB: (87,79,123) (34%, 31%, 48%)

RGB channels and saturation

R 87 of 255 = 34%
G 79 of 255 = 31%
B 123 of 255 = 48%

87
79
123

R + G + B ~ 38%. #574F7B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 87 + 79 + 123 = 289 (100%)
R 87 of 289 ~ 30.1%
G 79 of 289 ~ 27.34%
B 123 of 289 ~ 42.56'%

%30.1
%27.34
%42.56

CMYK color model

#574F7B color CMYK value is (29,36,0,52).

  • cyan value is 29.27%
  • magenta value is 35.77%
  • yellow value is 0.00%
  • key color value is 51.76%

CMYK: (29,36,0,52)
C29M36Y0K52 (29%, 36%, 0%, 52%)
(0.29 / 0.36 / 0.00 / 0.52)

CMYK percentages

%29.27
%35.77
%0
%51.76

Codes

Color #574F7B in popluar color models

57 4F 7B
RGB 87 79 123
HSL 251° 21.78% 39.61%
HSB/HSV 251° 35.77% 48.24%
CMYK 29.27% 35.77% 0.00%
51.76%

Color #574F7B in popluar number systems.

HEX 57 4F 7B
Decimal 87 79 123
Binary 1010111 1001111 1111011
Octal 127 117 173

Shades and tints

Shades of #574F7B

#574F7B
(87,79,123)
#504870
(80,72,112)
#494165
(73,65,101)
#423A5A
(66,58,90)
#3B334F
(59,51,79)
#342C44
(52,44,68)
#2D2539
(45,37,57)
#261E2E
(38,30,46)
#1F1723
(31,23,35)
#181018
(24,16,24)
#11090D
(17,9,13)
#000000
(0,0,0)

Tints of #574F7B

#574F7B
(87,79,123)
#665F87
(102,95,135)
#756F93
(117,111,147)
#847F9F
(132,127,159)
#938FAB
(147,143,171)
#A29FB7
(162,159,183)
#B1AFC3
(177,175,195)
#C0BFCF
(192,191,207)
#CFCFDB
(207,207,219)
#DEDFE7
(222,223,231)
#EDEFF3
(237,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #574F7B color. Also use rgb(87,79,123) instead hex code.

Text Font Color

.myTextColor { color: #574F7B; }

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

This text font color is #574F7B.

Background Color

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

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

This div background color is #574F7B.

Border color

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

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

This div border color is #574F7B.

Opacity

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

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

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

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

This text has shadow with #574F7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #574F7B.

Preview

Color preview on black background

This text has color #574F7B on black background.


Color preview on white background

This text has color #574F7B on white background.


Black color preview on #574F7B background

This text has black color on #574F7B background.


White color preview on #574F7B background

This text has white color on #574F7B background.


Related colors

Complementary color

Complementary color for #hex is #A8B084.


I love getcolorcode.com

Triadic colors

1 #7B574F and #4F7B57 with #574F7B are triadic colors.

2 #7B4F57 and #4F577B with #574F7B are triadic colors.