COLOR #555F72

HEX: #555F72
RGB: (85,95,114)

Color info

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

RGB color model

#555F72 color RGB value is (85,95,114).

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

RGB channels and saturation

R 85 of 255 = 33%
G 95 of 255 = 37%
B 114 of 255 = 45%

85
95
114

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

Portions of RGB colors in percentages

R + G + B =
85 + 95 + 114 = 294 (100%)
R 85 of 294 ~ 28.91%
G 95 of 294 ~ 32.31%
B 114 of 294 ~ 38.78%

%28.91
%32.31
%38.78

CMYK color model

#555F72 color CMYK value is (25,17,0,55).

  • cyan value is 25.44%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(25,17,0,55)
C25M17Y0K55 
(25%,17%,0%,55%)
(0.25/0.17/0.00/0.55)	

CMYK percentages

%25.44
%16.67
%0
%55.29

Codes

Color #555F72 in popluar color models

555F72
RGB8595114
HSL219°14.57%39.02%
HSB/HSV219°25.44%44.71%
CMYK25.44%16.67%0.00%
55.29%

Color #555F72 in popluar number systems.

HEX555F72
Decimal8595114
Binary101010110111111110010
Octal125137162

Shades and tints

Shades of #555F72

#555F72
(85,95,114)
#4E5768
(78,87,104)
#474F5E
(71,79,94)
#404754
(64,71,84)
#393F4A
(57,63,74)
#323740
(50,55,64)
#2B2F36
(43,47,54)
#24272C
(36,39,44)
#1D1F22
(29,31,34)
#161718
(22,23,24)
#0F0F0E
(15,15,14)
#000000
(0,0,0)

Tints of #555F72

#555F72
(85,95,114)
#646D7E
(100,109,126)
#737B8A
(115,123,138)
#828996
(130,137,150)
#9197A2
(145,151,162)
#A0A5AE
(160,165,174)
#AFB3BA
(175,179,186)
#BEC1C6
(190,193,198)
#CDCFD2
(205,207,210)
#DCDDDE
(220,221,222)
#EBEBEA
(235,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555F72; }

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

This text font color is #555F72.


Background Color

.myBgColor { background-color: #555F72; }

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

This div background color is #555F72.


Border color

.myBorderColor { border: 1px solid #555F72; }

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

This div border color is #555F72.


Opacity

.myOpacity80 { color: #555F72; opacity: 0.8; }

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

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

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

This text has shadow with #555F72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555F72 on black background.


Color preview on white background

This text has color #555F72 on white background.



Black color preview on #555F72 background

This text has black color on #555F72 background.


White color preview on #555F72 background

This text has white color on #555F72 background.