COLOR #575073

HEX: #575073
RGB: (87,80,115)

Color info

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

RGB color model

#575073 color RGB value is (87,80,115).

  • red value is 87;
  • green value is 80;
  • blue value is 115.
RGB:
(87,80,115)
(34%,31%,45%)

RGB channels and saturation

R 87 of 255 = 34%
G 80 of 255 = 31%
B 115 of 255 = 45%

87
80
115

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

Portions of RGB colors in percentages

R + G + B =
87 + 80 + 115 = 282 (100%)
R 87 of 282 ~ 30.85%
G 80 of 282 ~ 28.37%
B 115 of 282 ~ 40.78%

%30.85
%28.37
%40.78

CMYK color model

#575073 color CMYK value is (24,30,0,55).

  • cyan value is 24.35%
  • magenta value is 30.43%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(24,30,0,55)
C24M30Y0K55 
(24%,30%,0%,55%)
(0.24/0.30/0.00/0.55)	

CMYK percentages

%24.35
%30.43
%0
%54.9

Codes

Color #575073 in popluar color models

575073
RGB8780115
HSL252°17.95%38.24%
HSB/HSV252°30.43%45.10%
CMYK24.35%30.43%0.00%
54.90%

Color #575073 in popluar number systems.

HEX575073
Decimal8780115
Binary101011110100001110011
Octal127120163

Shades and tints

Shades of #575073

#575073
(87,80,115)
#504969
(80,73,105)
#49425F
(73,66,95)
#423B55
(66,59,85)
#3B344B
(59,52,75)
#342D41
(52,45,65)
#2D2637
(45,38,55)
#261F2D
(38,31,45)
#1F1823
(31,24,35)
#181119
(24,17,25)
#110A0F
(17,10,15)
#000000
(0,0,0)

Tints of #575073

#575073
(87,80,115)
#665F7F
(102,95,127)
#756E8B
(117,110,139)
#847D97
(132,125,151)
#938CA3
(147,140,163)
#A29BAF
(162,155,175)
#B1AABB
(177,170,187)
#C0B9C7
(192,185,199)
#CFC8D3
(207,200,211)
#DED7DF
(222,215,223)
#EDE6EB
(237,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #575073 color. Also use rgb(87,80,115) instead hex code.

Text Font Color

.myTextColor { color: #575073; }

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

This text font color is #575073.


Background Color

.myBgColor { background-color: #575073; }

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

This div background color is #575073.


Border color

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

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

This div border color is #575073.


Opacity

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

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

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

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

This text has shadow with #575073 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #575073 on black background.


Color preview on white background

This text has color #575073 on white background.



Black color preview on #575073 background

This text has black color on #575073 background.


White color preview on #575073 background

This text has white color on #575073 background.