COLOR #575974

HEX: #575974
RGB: (87,89,116)

Color info

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

RGB color model

#575974 color RGB value is (87,89,116).

  • red value is 87;
  • green value is 89;
  • blue value is 116.
RGB:
(87,89,116)
(34%,35%,45%)

RGB channels and saturation

R 87 of 255 = 34%
G 89 of 255 = 35%
B 116 of 255 = 45%

87
89
116

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

Portions of RGB colors in percentages

R + G + B =
87 + 89 + 116 = 292 (100%)
R 87 of 292 ~ 29.79%
G 89 of 292 ~ 30.48%
B 116 of 292 ~ 39.73%

%29.79
%30.48
%39.73

CMYK color model

#575974 color CMYK value is (25,23,0,55).

  • cyan value is 25.00%
  • magenta value is 23.28%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(25,23,0,55)
C25M23Y0K55 
(25%,23%,0%,55%)
(0.25/0.23/0.00/0.55)	

CMYK percentages

%25
%23.28
%0
%54.51

Codes

Color #575974 in popluar color models

575974
RGB8789116
HSL236°14.29%39.80%
HSB/HSV236°25.00%45.49%
CMYK25.00%23.28%0.00%
54.51%

Color #575974 in popluar number systems.

HEX575974
Decimal8789116
Binary101011110110011110100
Octal127131164

Shades and tints

Shades of #575974

#575974
(87,89,116)
#50516A
(80,81,106)
#494960
(73,73,96)
#424156
(66,65,86)
#3B394C
(59,57,76)
#343142
(52,49,66)
#2D2938
(45,41,56)
#26212E
(38,33,46)
#1F1924
(31,25,36)
#18111A
(24,17,26)
#110910
(17,9,16)
#000000
(0,0,0)

Tints of #575974

#575974
(87,89,116)
#666880
(102,104,128)
#75778C
(117,119,140)
#848698
(132,134,152)
#9395A4
(147,149,164)
#A2A4B0
(162,164,176)
#B1B3BC
(177,179,188)
#C0C2C8
(192,194,200)
#CFD1D4
(207,209,212)
#DEE0E0
(222,224,224)
#EDEFEC
(237,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #575974 color. Also use rgb(87,89,116) instead hex code.

Text Font Color

.myTextColor { color: #575974; }

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

This text font color is #575974.


Background Color

.myBgColor { background-color: #575974; }

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

This div background color is #575974.


Border color

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

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

This div border color is #575974.


Opacity

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

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

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

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

This text has shadow with #575974 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #575974 on black background.


Color preview on white background

This text has color #575974 on white background.



Black color preview on #575974 background

This text has black color on #575974 background.


White color preview on #575974 background

This text has white color on #575974 background.