COLOR #555F7A

HEX: #555F7A
RGB: (85,95,122)

Color info

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

RGB color model

#555F7A color RGB value is (85,95,122).

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

RGB channels and saturation

R 85 of 255 = 33%
G 95 of 255 = 37%
B 122 of 255 = 48%

85
95
122

R + G + B ~ 39%. #555F7A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 95 + 122 = 302 (100%)
R 85 of 302 ~ 28.15%
G 95 of 302 ~ 31.46%
B 122 of 302 ~ 40.4%

%28.15
%31.46
%40.4

CMYK color model

#555F7A color CMYK value is (30,22,0,52).

  • cyan value is 30.33%
  • magenta value is 22.13%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(30,22,0,52)
C30M22Y0K52 
(30%,22%,0%,52%)
(0.30/0.22/0.00/0.52)	

CMYK percentages

%30.33
%22.13
%0
%52.16

Codes

Color #555F7A in popluar color models

555F7A
RGB8595122
HSL224°17.87%40.59%
HSB/HSV224°30.33%47.84%
CMYK30.33%22.13%0.00%
52.16%

Color #555F7A in popluar number systems.

HEX555F7A
Decimal8595122
Binary101010110111111111010
Octal125137172

Shades and tints

Shades of #555F7A

#555F7A
(85,95,122)
#4E576F
(78,87,111)
#474F64
(71,79,100)
#404759
(64,71,89)
#393F4E
(57,63,78)
#323743
(50,55,67)
#2B2F38
(43,47,56)
#24272D
(36,39,45)
#1D1F22
(29,31,34)
#161717
(22,23,23)
#0F0F0C
(15,15,12)
#000000
(0,0,0)

Tints of #555F7A

#555F7A
(85,95,122)
#646D86
(100,109,134)
#737B92
(115,123,146)
#82899E
(130,137,158)
#9197AA
(145,151,170)
#A0A5B6
(160,165,182)
#AFB3C2
(175,179,194)
#BEC1CE
(190,193,206)
#CDCFDA
(205,207,218)
#DCDDE6
(220,221,230)
#EBEBF2
(235,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555F7A; }

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

This text font color is #555F7A.


Background Color

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

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

This div background color is #555F7A.


Border color

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

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

This div border color is #555F7A.


Opacity

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

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

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

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

This text has shadow with #555F7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555F7A on black background.


Color preview on white background

This text has color #555F7A on white background.



Black color preview on #555F7A background

This text has black color on #555F7A background.


White color preview on #555F7A background

This text has white color on #555F7A background.