COLOR #555A53

HEX: #555A53 RGB: (85,90,83)

Color info

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

RGB color model

#555A53 color RGB value is (85,90,83).

RGB: (85,90,83) (33%, 35%, 33%)

RGB channels and saturation

R 85 of 255 = 33%
G 90 of 255 = 35%
B 83 of 255 = 33%

85
90
83

R + G + B ~ 34%. #555A53 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 90 + 83 = 258 (100%)
R 85 of 258 ~ 32.95%
G 90 of 258 ~ 34.88%
B 83 of 258 ~ 32.17'%

%32.95
%34.88
%32.17

CMYK color model

#555A53 color CMYK value is (6,0,8,65).

  • cyan value is 5.56%
  • magenta value is 0.00%
  • yellow value is 7.78%
  • key color value is 64.71%

CMYK: (6,0,8,65)
C6M0Y8K65 (6%, 0%, 8%, 65%)
(0.06 / 0.00 / 0.08 / 0.65)

CMYK percentages

%5.56
%0
%7.78
%64.71

Codes

Color #555A53 in popluar color models

55 5A 53
RGB 85 90 83
HSL 103° 4.05% 33.92%
HSB/HSV 103° 7.78% 35.29%
CMYK 5.56% 0.00% 7.78%
64.71%

Color #555A53 in popluar number systems.

HEX 55 5A 53
Decimal 85 90 83
Binary 1010101 1011010 1010011
Octal 125 132 123

Shades and tints

Shades of #555A53

#555A53
(85,90,83)
#4E524C
(78,82,76)
#474A45
(71,74,69)
#40423E
(64,66,62)
#393A37
(57,58,55)
#323230
(50,50,48)
#2B2A29
(43,42,41)
#242222
(36,34,34)
#1D1A1B
(29,26,27)
#161214
(22,18,20)
#0F0A0D
(15,10,13)
#000000
(0,0,0)

Tints of #555A53

#555A53
(85,90,83)
#646962
(100,105,98)
#737871
(115,120,113)
#828780
(130,135,128)
#91968F
(145,150,143)
#A0A59E
(160,165,158)
#AFB4AD
(175,180,173)
#BEC3BC
(190,195,188)
#CDD2CB
(205,210,203)
#DCE1DA
(220,225,218)
#EBF0E9
(235,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555A53; }

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

This text font color is #555A53.

Background Color

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

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

This div background color is #555A53.

Border color

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

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

This div border color is #555A53.

Opacity

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

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

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

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

This text has shadow with #555A53 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #555A53.

Preview

Color preview on black background

This text has color #555A53 on black background.


Color preview on white background

This text has color #555A53 on white background.


Black color preview on #555A53 background

This text has black color on #555A53 background.


White color preview on #555A53 background

This text has white color on #555A53 background.


Related colors

Complementary color

Complementary color for #hex is #AAA5AC.


I love getcolorcode.com

Triadic colors

1 #53555A and #5A5355 with #555A53 are triadic colors.

2 #535A55 and #5A5553 with #555A53 are triadic colors.