COLOR #556283

HEX: #556283 RGB: (85,98,131)

Color info

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

RGB color model

#556283 color RGB value is (85,98,131).

RGB: (85,98,131) (33%, 38%, 51%)

RGB channels and saturation

R 85 of 255 = 33%
G 98 of 255 = 38%
B 131 of 255 = 51%

85
98
131

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

Portions of RGB colors in percentages

R + G + B = 85 + 98 + 131 = 314 (100%)
R 85 of 314 ~ 27.07%
G 98 of 314 ~ 31.21%
B 131 of 314 ~ 41.72'%

%27.07
%31.21
%41.72

CMYK color model

#556283 color CMYK value is (35,25,0,49).

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

CMYK: (35,25,0,49)
C35M25Y0K49 (35%, 25%, 0%, 49%)
(0.35 / 0.25 / 0.00 / 0.49)

CMYK percentages

%35.11
%25.19
%0
%48.63

Codes

Color #556283 in popluar color models

55 62 83
RGB 85 98 131
HSL 223° 21.30% 42.35%
HSB/HSV 223° 35.11% 51.37%
CMYK 35.11% 25.19% 0.00%
48.63%

Color #556283 in popluar number systems.

HEX 55 62 83
Decimal 85 98 131
Binary 1010101 1100010 10000011
Octal 125 142 203

Shades and tints

Shades of #556283

#556283
(85,98,131)
#4E5A78
(78,90,120)
#47526D
(71,82,109)
#404A62
(64,74,98)
#394257
(57,66,87)
#323A4C
(50,58,76)
#2B3241
(43,50,65)
#242A36
(36,42,54)
#1D222B
(29,34,43)
#161A20
(22,26,32)
#0F1215
(15,18,21)
#000000
(0,0,0)

Tints of #556283

#556283
(85,98,131)
#64708E
(100,112,142)
#737E99
(115,126,153)
#828CA4
(130,140,164)
#919AAF
(145,154,175)
#A0A8BA
(160,168,186)
#AFB6C5
(175,182,197)
#BEC4D0
(190,196,208)
#CDD2DB
(205,210,219)
#DCE0E6
(220,224,230)
#EBEEF1
(235,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #556283; }

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

This text font color is #556283.

Background Color

.myBgColor { background-color: #556283; }

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

This div background color is #556283.

Border color

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

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

This div border color is #556283.

Opacity

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

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

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

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

This text has shadow with #556283 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #556283.

Preview

Color preview on black background

This text has color #556283 on black background.


Color preview on white background

This text has color #556283 on white background.


Black color preview on #556283 background

This text has black color on #556283 background.


White color preview on #556283 background

This text has white color on #556283 background.


Related colors

Complementary color

Complementary color for #hex is #AA9D7C.


I love getcolorcode.com

Triadic colors

1 #835562 and #628355 with #556283 are triadic colors.

2 #836255 and #625583 with #556283 are triadic colors.