COLOR #555783

HEX: #555783 RGB: (85,87,131)

Color info

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

RGB color model

#555783 color RGB value is (85,87,131).

RGB: (85,87,131) (33%, 34%, 51%)

RGB channels and saturation

R 85 of 255 = 33%
G 87 of 255 = 34%
B 131 of 255 = 51%

85
87
131

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

Portions of RGB colors in percentages

R + G + B = 85 + 87 + 131 = 303 (100%)
R 85 of 303 ~ 28.05%
G 87 of 303 ~ 28.71%
B 131 of 303 ~ 43.23'%

%28.05
%28.71
%43.23

CMYK color model

#555783 color CMYK value is (35,34,0,49).

  • cyan value is 35.11%
  • magenta value is 33.59%
  • yellow value is 0.00%
  • key color value is 48.63%

CMYK: (35,34,0,49)
C35M34Y0K49 (35%, 34%, 0%, 49%)
(0.35 / 0.34 / 0.00 / 0.49)

CMYK percentages

%35.11
%33.59
%0
%48.63

Codes

Color #555783 in popluar color models

55 57 83
RGB 85 87 131
HSL 237° 21.30% 42.35%
HSB/HSV 237° 35.11% 51.37%
CMYK 35.11% 33.59% 0.00%
48.63%

Color #555783 in popluar number systems.

HEX 55 57 83
Decimal 85 87 131
Binary 1010101 1010111 10000011
Octal 125 127 203

Shades and tints

Shades of #555783

#555783
(85,87,131)
#4E5078
(78,80,120)
#47496D
(71,73,109)
#404262
(64,66,98)
#393B57
(57,59,87)
#32344C
(50,52,76)
#2B2D41
(43,45,65)
#242636
(36,38,54)
#1D1F2B
(29,31,43)
#161820
(22,24,32)
#0F1115
(15,17,21)
#000000
(0,0,0)

Tints of #555783

#555783
(85,87,131)
#64668E
(100,102,142)
#737599
(115,117,153)
#8284A4
(130,132,164)
#9193AF
(145,147,175)
#A0A2BA
(160,162,186)
#AFB1C5
(175,177,197)
#BEC0D0
(190,192,208)
#CDCFDB
(205,207,219)
#DCDEE6
(220,222,230)
#EBEDF1
(235,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #555783 color. Also use rgb(85,87,131) instead hex code.

Text Font Color

.myTextColor { color: #555783; }

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

This text font color is #555783.

Background Color

.myBgColor { background-color: #555783; }

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

This div background color is #555783.

Border color

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

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

This div border color is #555783.

Opacity

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

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

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

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

This text has shadow with #555783 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #555783.

Preview

Color preview on black background

This text has color #555783 on black background.


Color preview on white background

This text has color #555783 on white background.


Black color preview on #555783 background

This text has black color on #555783 background.


White color preview on #555783 background

This text has white color on #555783 background.


Related colors

Complementary color

Complementary color for #hex is #AAA87C.


I love getcolorcode.com

Triadic colors

1 #835557 and #578355 with #555783 are triadic colors.

2 #835755 and #575583 with #555783 are triadic colors.