COLOR #55586B

HEX: #55586B RGB: (85,88,107)

Color info

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

RGB color model

#55586B color RGB value is (85,88,107).

RGB: (85,88,107) (33%, 35%, 42%)

RGB channels and saturation

R 85 of 255 = 33%
G 88 of 255 = 35%
B 107 of 255 = 42%

85
88
107

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

Portions of RGB colors in percentages

R + G + B = 85 + 88 + 107 = 280 (100%)
R 85 of 280 ~ 30.36%
G 88 of 280 ~ 31.43%
B 107 of 280 ~ 38.21'%

%30.36
%31.43
%38.21

CMYK color model

#55586B color CMYK value is (21,18,0,58).

  • cyan value is 20.56%
  • magenta value is 17.76%
  • yellow value is 0.00%
  • key color value is 58.04%

CMYK: (21,18,0,58)
C21M18Y0K58 (21%, 18%, 0%, 58%)
(0.21 / 0.18 / 0.00 / 0.58)

CMYK percentages

%20.56
%17.76
%0
%58.04

Codes

Color #55586B in popluar color models

55 58 6B
RGB 85 88 107
HSL 232° 11.46% 37.65%
HSB/HSV 232° 20.56% 41.96%
CMYK 20.56% 17.76% 0.00%
58.04%

Color #55586B in popluar number systems.

HEX 55 58 6B
Decimal 85 88 107
Binary 1010101 1011000 1101011
Octal 125 130 153

Shades and tints

Shades of #55586B

#55586B
(85,88,107)
#4E5062
(78,80,98)
#474859
(71,72,89)
#404050
(64,64,80)
#393847
(57,56,71)
#32303E
(50,48,62)
#2B2835
(43,40,53)
#24202C
(36,32,44)
#1D1823
(29,24,35)
#16101A
(22,16,26)
#0F0811
(15,8,17)
#000000
(0,0,0)

Tints of #55586B

#55586B
(85,88,107)
#646778
(100,103,120)
#737685
(115,118,133)
#828592
(130,133,146)
#91949F
(145,148,159)
#A0A3AC
(160,163,172)
#AFB2B9
(175,178,185)
#BEC1C6
(190,193,198)
#CDD0D3
(205,208,211)
#DCDFE0
(220,223,224)
#EBEEED
(235,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55586B color. Also use rgb(85,88,107) instead hex code.

Text Font Color

.myTextColor { color: #55586B; }

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

This text font color is #55586B.

Background Color

.myBgColor { background-color: #55586B; }

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

This div background color is #55586B.

Border color

.myBorderColor { border: 1px solid #55586B; }

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

This div border color is #55586B.

Opacity

.myOpacity80 { color: #55586B; opacity: 0.8; }

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

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

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

This text has shadow with #55586B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #55586B.

Preview

Color preview on black background

This text has color #55586B on black background.


Color preview on white background

This text has color #55586B on white background.


Black color preview on #55586B background

This text has black color on #55586B background.


White color preview on #55586B background

This text has white color on #55586B background.


Related colors

Complementary color

Complementary color for #hex is #AAA794.


I love getcolorcode.com

Triadic colors

1 #6B5558 and #586B55 with #55586B are triadic colors.

2 #6B5855 and #58556B with #55586B are triadic colors.