COLOR #575772

HEX: #575772
RGB: (87,87,114)

Color info

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

RGB color model

#575772 color RGB value is (87,87,114).

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

RGB channels and saturation

R 87 of 255 = 34%
G 87 of 255 = 34%
B 114 of 255 = 45%

87
87
114

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

Portions of RGB colors in percentages

R + G + B =
87 + 87 + 114 = 288 (100%)
R 87 of 288 ~ 30.21%
G 87 of 288 ~ 30.21%
B 114 of 288 ~ 39.58%

%30.21
%30.21
%39.58

CMYK color model

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

  • cyan value is 23.68%
  • magenta value is 23.68%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(24,24,0,55)
C24M24Y0K55 
(24%,24%,0%,55%)
(0.24/0.24/0.00/0.55)	

CMYK percentages

%23.68
%23.68
%0
%55.29

Codes

Color #575772 in popluar color models

575772
RGB8787114
HSL240°13.43%39.41%
HSB/HSV240°23.68%44.71%
CMYK23.68%23.68%0.00%
55.29%

Color #575772 in popluar number systems.

HEX575772
Decimal8787114
Binary101011110101111110010
Octal127127162

Shades and tints

Shades of #575772

#575772
(87,87,114)
#505068
(80,80,104)
#49495E
(73,73,94)
#424254
(66,66,84)
#3B3B4A
(59,59,74)
#343440
(52,52,64)
#2D2D36
(45,45,54)
#26262C
(38,38,44)
#1F1F22
(31,31,34)
#181818
(24,24,24)
#11110E
(17,17,14)
#000000
(0,0,0)

Tints of #575772

#575772
(87,87,114)
#66667E
(102,102,126)
#75758A
(117,117,138)
#848496
(132,132,150)
#9393A2
(147,147,162)
#A2A2AE
(162,162,174)
#B1B1BA
(177,177,186)
#C0C0C6
(192,192,198)
#CFCFD2
(207,207,210)
#DEDEDE
(222,222,222)
#EDEDEA
(237,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #575772; }

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

This text font color is #575772.


Background Color

.myBgColor { background-color: #575772; }

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

This div background color is #575772.


Border color

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

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

This div border color is #575772.


Opacity

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

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

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

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

This text has shadow with #575772 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #575772 on black background.


Color preview on white background

This text has color #575772 on white background.



Black color preview on #575772 background

This text has black color on #575772 background.


White color preview on #575772 background

This text has white color on #575772 background.