COLOR #56387B

HEX: #56387B
RGB: (86,56,123)

Color info

#56387B contains mainly red and blue colors. Web safe color of #56387B is #663366 (or #636).

RGB color model

#56387B color RGB value is (86,56,123).

  • red value is 86;
  • green value is 56;
  • blue value is 123.
RGB:
(86,56,123)
(34%,22%,48%)

RGB channels and saturation

R 86 of 255 = 34%
G 56 of 255 = 22%
B 123 of 255 = 48%

86
56
123

R + G + B ~ 35%. #56387B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 56 + 123 = 265 (100%)
R 86 of 265 ~ 32.45%
G 56 of 265 ~ 21.13%
B 123 of 265 ~ 46.42%

%32.45
%21.13
%46.42

CMYK color model

#56387B color CMYK value is (30,54,0,52).

  • cyan value is 30.08%
  • magenta value is 54.47%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(30,54,0,52)
C30M54Y0K52 
(30%,54%,0%,52%)
(0.30/0.54/0.00/0.52)	

CMYK percentages

%30.08
%54.47
%0
%51.76

Codes

Color #56387B in popluar color models

56387B
RGB8656123
HSL267°37.43%35.10%
HSB/HSV267°54.47%48.24%
CMYK30.08%54.47%0.00%
51.76%

Color #56387B in popluar number systems.

HEX56387B
Decimal8656123
Binary10101101110001111011
Octal12670173

Shades and tints

Shades of #56387B

#56387B
(86,56,123)
#4F3370
(79,51,112)
#482E65
(72,46,101)
#41295A
(65,41,90)
#3A244F
(58,36,79)
#331F44
(51,31,68)
#2C1A39
(44,26,57)
#25152E
(37,21,46)
#1E1023
(30,16,35)
#170B18
(23,11,24)
#10060D
(16,6,13)
#000000
(0,0,0)

Tints of #56387B

#56387B
(86,56,123)
#654A87
(101,74,135)
#745C93
(116,92,147)
#836E9F
(131,110,159)
#9280AB
(146,128,171)
#A192B7
(161,146,183)
#B0A4C3
(176,164,195)
#BFB6CF
(191,182,207)
#CEC8DB
(206,200,219)
#DDDAE7
(221,218,231)
#ECECF3
(236,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #56387B color. Also use rgb(86,56,123) instead hex code.

Text Font Color

.myTextColor { color: #56387B; }

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

This text font color is #56387B.


Background Color

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

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

This div background color is #56387B.


Border color

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

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

This div border color is #56387B.


Opacity

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

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

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

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

This text has shadow with #56387B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56387B on black background.


Color preview on white background

This text has color #56387B on white background.



Black color preview on #56387B background

This text has black color on #56387B background.


White color preview on #56387B background

This text has white color on #56387B background.