COLOR #555272

HEX: #555272
RGB: (85,82,114)

Color info

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

RGB color model

#555272 color RGB value is (85,82,114).

  • red value is 85;
  • green value is 82;
  • blue value is 114.
RGB:
(85,82,114)
(33%,32%,45%)

RGB channels and saturation

R 85 of 255 = 33%
G 82 of 255 = 32%
B 114 of 255 = 45%

85
82
114

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

Portions of RGB colors in percentages

R + G + B =
85 + 82 + 114 = 281 (100%)
R 85 of 281 ~ 30.25%
G 82 of 281 ~ 29.18%
B 114 of 281 ~ 40.57%

%30.25
%29.18
%40.57

CMYK color model

#555272 color CMYK value is (25,28,0,55).

  • cyan value is 25.44%
  • magenta value is 28.07%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(25,28,0,55)
C25M28Y0K55 
(25%,28%,0%,55%)
(0.25/0.28/0.00/0.55)	

CMYK percentages

%25.44
%28.07
%0
%55.29

Codes

Color #555272 in popluar color models

555272
RGB8582114
HSL246°16.33%38.43%
HSB/HSV246°28.07%44.71%
CMYK25.44%28.07%0.00%
55.29%

Color #555272 in popluar number systems.

HEX555272
Decimal8582114
Binary101010110100101110010
Octal125122162

Shades and tints

Shades of #555272

#555272
(85,82,114)
#4E4B68
(78,75,104)
#47445E
(71,68,94)
#403D54
(64,61,84)
#39364A
(57,54,74)
#322F40
(50,47,64)
#2B2836
(43,40,54)
#24212C
(36,33,44)
#1D1A22
(29,26,34)
#161318
(22,19,24)
#0F0C0E
(15,12,14)
#000000
(0,0,0)

Tints of #555272

#555272
(85,82,114)
#64617E
(100,97,126)
#73708A
(115,112,138)
#827F96
(130,127,150)
#918EA2
(145,142,162)
#A09DAE
(160,157,174)
#AFACBA
(175,172,186)
#BEBBC6
(190,187,198)
#CDCAD2
(205,202,210)
#DCD9DE
(220,217,222)
#EBE8EA
(235,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555272; }

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

This text font color is #555272.


Background Color

.myBgColor { background-color: #555272; }

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

This div background color is #555272.


Border color

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

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

This div border color is #555272.


Opacity

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

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

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

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

This text has shadow with #555272 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555272 on black background.


Color preview on white background

This text has color #555272 on white background.



Black color preview on #555272 background

This text has black color on #555272 background.


White color preview on #555272 background

This text has white color on #555272 background.