COLOR #555A6A

HEX: #555A6A
RGB: (85,90,106)

Color info

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

RGB color model

#555A6A color RGB value is (85,90,106).

  • red value is 85;
  • green value is 90;
  • blue value is 106.
RGB:
(85,90,106)
(33%,35%,42%)

RGB channels and saturation

R 85 of 255 = 33%
G 90 of 255 = 35%
B 106 of 255 = 42%

85
90
106

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

Portions of RGB colors in percentages

R + G + B =
85 + 90 + 106 = 281 (100%)
R 85 of 281 ~ 30.25%
G 90 of 281 ~ 32.03%
B 106 of 281 ~ 37.72%

%30.25
%32.03
%37.72

CMYK color model

#555A6A color CMYK value is (20,15,0,58).

  • cyan value is 19.81%
  • magenta value is 15.09%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(20,15,0,58)
C20M15Y0K58 
(20%,15%,0%,58%)
(0.20/0.15/0.00/0.58)	

CMYK percentages

%19.81
%15.09
%0
%58.43

Codes

Color #555A6A in popluar color models

555A6A
RGB8590106
HSL226°10.99%37.45%
HSB/HSV226°19.81%41.57%
CMYK19.81%15.09%0.00%
58.43%

Color #555A6A in popluar number systems.

HEX555A6A
Decimal8590106
Binary101010110110101101010
Octal125132152

Shades and tints

Shades of #555A6A

#555A6A
(85,90,106)
#4E5261
(78,82,97)
#474A58
(71,74,88)
#40424F
(64,66,79)
#393A46
(57,58,70)
#32323D
(50,50,61)
#2B2A34
(43,42,52)
#24222B
(36,34,43)
#1D1A22
(29,26,34)
#161219
(22,18,25)
#0F0A10
(15,10,16)
#000000
(0,0,0)

Tints of #555A6A

#555A6A
(85,90,106)
#646977
(100,105,119)
#737884
(115,120,132)
#828791
(130,135,145)
#91969E
(145,150,158)
#A0A5AB
(160,165,171)
#AFB4B8
(175,180,184)
#BEC3C5
(190,195,197)
#CDD2D2
(205,210,210)
#DCE1DF
(220,225,223)
#EBF0EC
(235,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #555A6A color. Also use rgb(85,90,106) instead hex code.

Text Font Color

.myTextColor { color: #555A6A; }

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

This text font color is #555A6A.


Background Color

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

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

This div background color is #555A6A.


Border color

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

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

This div border color is #555A6A.


Opacity

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

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

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

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

This text has shadow with #555A6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555A6A on black background.


Color preview on white background

This text has color #555A6A on white background.



Black color preview on #555A6A background

This text has black color on #555A6A background.


White color preview on #555A6A background

This text has white color on #555A6A background.