COLOR #556585

HEX: #556585
RGB: (85,101,133)

Color info

#556585 contains red, green and blue colors in about the same proportion. Web safe color of #556585 is #666699 (or #669).

RGB color model

#556585 color RGB value is (85,101,133).

  • red value is 85;
  • green value is 101;
  • blue value is 133.
RGB:
(85,101,133)
(33%,40%,52%)

RGB channels and saturation

R 85 of 255 = 33%
G 101 of 255 = 40%
B 133 of 255 = 52%

85
101
133

R + G + B ~ 42%. #556585 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
85 + 101 + 133 = 319 (100%)
R 85 of 319 ~ 26.65%
G 101 of 319 ~ 31.66%
B 133 of 319 ~ 41.69%

%26.65
%31.66
%41.69

CMYK color model

#556585 color CMYK value is (36,24,0,48).

  • cyan value is 36.09%
  • magenta value is 24.06%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(36,24,0,48)
C36M24Y0K48 
(36%,24%,0%,48%)
(0.36/0.24/0.00/0.48)	

CMYK percentages

%36.09
%24.06
%0
%47.84

Codes

Color #556585 in popluar color models

556585
RGB85101133
HSL220°22.02%42.75%
HSB/HSV220°36.09%52.16%
CMYK36.09%24.06%0.00%
47.84%

Color #556585 in popluar number systems.

HEX556585
Decimal85101133
Binary1010101110010110000101
Octal125145205

Shades and tints

Shades of #556585

#556585
(85,101,133)
#4E5C79
(78,92,121)
#47536D
(71,83,109)
#404A61
(64,74,97)
#394155
(57,65,85)
#323849
(50,56,73)
#2B2F3D
(43,47,61)
#242631
(36,38,49)
#1D1D25
(29,29,37)
#161419
(22,20,25)
#0F0B0D
(15,11,13)
#000000
(0,0,0)

Tints of #556585

#556585
(85,101,133)
#647390
(100,115,144)
#73819B
(115,129,155)
#828FA6
(130,143,166)
#919DB1
(145,157,177)
#A0ABBC
(160,171,188)
#AFB9C7
(175,185,199)
#BEC7D2
(190,199,210)
#CDD5DD
(205,213,221)
#DCE3E8
(220,227,232)
#EBF1F3
(235,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #556585 color. Also use rgb(85,101,133) instead hex code.

Text Font Color

.myTextColor { color: #556585; }

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

This text font color is #556585.


Background Color

.myBgColor { background-color: #556585; }

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

This div background color is #556585.


Border color

.myBorderColor { border: 1px solid #556585; }

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

This div border color is #556585.


Opacity

.myOpacity80 { color: #556585; opacity: 0.8; }

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

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

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

This text has shadow with #556585 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #556585 on black background.


Color preview on white background

This text has color #556585 on white background.



Black color preview on #556585 background

This text has black color on #556585 background.


White color preview on #556585 background

This text has white color on #556585 background.