COLOR #56508B

HEX: #56508B RGB: (86,80,139)

Color info

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

RGB color model

#56508B color RGB value is (86,80,139).

RGB: (86,80,139) (34%, 31%, 55%)

RGB channels and saturation

R 86 of 255 = 34%
G 80 of 255 = 31%
B 139 of 255 = 55%

86
80
139

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

Portions of RGB colors in percentages

R + G + B = 86 + 80 + 139 = 305 (100%)
R 86 of 305 ~ 28.2%
G 80 of 305 ~ 26.23%
B 139 of 305 ~ 45.57'%

%28.2
%26.23
%45.57

CMYK color model

#56508B color CMYK value is (38,42,0,45).

  • cyan value is 38.13%
  • magenta value is 42.45%
  • yellow value is 0.00%
  • key color value is 45.49%

CMYK: (38,42,0,45)
C38M42Y0K45 (38%, 42%, 0%, 45%)
(0.38 / 0.42 / 0.00 / 0.45)

CMYK percentages

%38.13
%42.45
%0
%45.49

Codes

Color #56508B in popluar color models

56 50 8B
RGB 86 80 139
HSL 246° 26.94% 42.94%
HSB/HSV 246° 42.45% 54.51%
CMYK 38.13% 42.45% 0.00%
45.49%

Color #56508B in popluar number systems.

HEX 56 50 8B
Decimal 86 80 139
Binary 1010110 1010000 10001011
Octal 126 120 213

Shades and tints

Shades of #56508B

#56508B
(86,80,139)
#4F497F
(79,73,127)
#484273
(72,66,115)
#413B67
(65,59,103)
#3A345B
(58,52,91)
#332D4F
(51,45,79)
#2C2643
(44,38,67)
#251F37
(37,31,55)
#1E182B
(30,24,43)
#17111F
(23,17,31)
#100A13
(16,10,19)
#000000
(0,0,0)

Tints of #56508B

#56508B
(86,80,139)
#655F95
(101,95,149)
#746E9F
(116,110,159)
#837DA9
(131,125,169)
#928CB3
(146,140,179)
#A19BBD
(161,155,189)
#B0AAC7
(176,170,199)
#BFB9D1
(191,185,209)
#CEC8DB
(206,200,219)
#DDD7E5
(221,215,229)
#ECE6EF
(236,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #56508B color. Also use rgb(86,80,139) instead hex code.

Text Font Color

.myTextColor { color: #56508B; }

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

This text font color is #56508B.

Background Color

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

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

This div background color is #56508B.

Border color

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

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

This div border color is #56508B.

Opacity

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

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

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

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

This text has shadow with #56508B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #56508B.

Preview

Color preview on black background

This text has color #56508B on black background.


Color preview on white background

This text has color #56508B on white background.


Black color preview on #56508B background

This text has black color on #56508B background.


White color preview on #56508B background

This text has white color on #56508B background.


Related colors

Complementary color

Complementary color for #hex is #A9AF74.


I love getcolorcode.com

Triadic colors

1 #8B5650 and #508B56 with #56508B are triadic colors.

2 #8B5056 and #50568B with #56508B are triadic colors.