COLOR #575476

HEX: #575476
RGB: (87,84,118)

Color info

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

RGB color model

#575476 color RGB value is (87,84,118).

  • red value is 87;
  • green value is 84;
  • blue value is 118.
RGB:
(87,84,118)
(34%,33%,46%)

RGB channels and saturation

R 87 of 255 = 34%
G 84 of 255 = 33%
B 118 of 255 = 46%

87
84
118

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

Portions of RGB colors in percentages

R + G + B =
87 + 84 + 118 = 289 (100%)
R 87 of 289 ~ 30.1%
G 84 of 289 ~ 29.07%
B 118 of 289 ~ 40.83%

%30.1
%29.07
%40.83

CMYK color model

#575476 color CMYK value is (26,29,0,54).

  • cyan value is 26.27%
  • magenta value is 28.81%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(26,29,0,54)
C26M29Y0K54 
(26%,29%,0%,54%)
(0.26/0.29/0.00/0.54)	

CMYK percentages

%26.27
%28.81
%0
%53.73

Codes

Color #575476 in popluar color models

575476
RGB8784118
HSL245°16.83%39.61%
HSB/HSV245°28.81%46.27%
CMYK26.27%28.81%0.00%
53.73%

Color #575476 in popluar number systems.

HEX575476
Decimal8784118
Binary101011110101001110110
Octal127124166

Shades and tints

Shades of #575476

#575476
(87,84,118)
#504D6C
(80,77,108)
#494662
(73,70,98)
#423F58
(66,63,88)
#3B384E
(59,56,78)
#343144
(52,49,68)
#2D2A3A
(45,42,58)
#262330
(38,35,48)
#1F1C26
(31,28,38)
#18151C
(24,21,28)
#110E12
(17,14,18)
#000000
(0,0,0)

Tints of #575476

#575476
(87,84,118)
#666382
(102,99,130)
#75728E
(117,114,142)
#84819A
(132,129,154)
#9390A6
(147,144,166)
#A29FB2
(162,159,178)
#B1AEBE
(177,174,190)
#C0BDCA
(192,189,202)
#CFCCD6
(207,204,214)
#DEDBE2
(222,219,226)
#EDEAEE
(237,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #575476 color. Also use rgb(87,84,118) instead hex code.

Text Font Color

.myTextColor { color: #575476; }

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

This text font color is #575476.


Background Color

.myBgColor { background-color: #575476; }

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

This div background color is #575476.


Border color

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

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

This div border color is #575476.


Opacity

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

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

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

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

This text has shadow with #575476 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #575476 on black background.


Color preview on white background

This text has color #575476 on white background.



Black color preview on #575476 background

This text has black color on #575476 background.


White color preview on #575476 background

This text has white color on #575476 background.