COLOR #56457E

HEX: #56457E
RGB: (86,69,126)

Color info

#56457E contains red, green and blue colors in about the same proportion. Web safe color of #56457E is #663366 (or #636).

RGB color model

#56457E color RGB value is (86,69,126).

  • red value is 86;
  • green value is 69;
  • blue value is 126.
RGB:
(86,69,126)
(34%,27%,49%)

RGB channels and saturation

R 86 of 255 = 34%
G 69 of 255 = 27%
B 126 of 255 = 49%

86
69
126

R + G + B ~ 37%. #56457E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 69 + 126 = 281 (100%)
R 86 of 281 ~ 30.6%
G 69 of 281 ~ 24.56%
B 126 of 281 ~ 44.84%

%30.6
%24.56
%44.84

CMYK color model

#56457E color CMYK value is (32,45,0,51).

  • cyan value is 31.75%
  • magenta value is 45.24%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(32,45,0,51)
C32M45Y0K51 
(32%,45%,0%,51%)
(0.32/0.45/0.00/0.51)	

CMYK percentages

%31.75
%45.24
%0
%50.59

Codes

Color #56457E in popluar color models

56457E
RGB8669126
HSL258°29.23%38.24%
HSB/HSV258°45.24%49.41%
CMYK31.75%45.24%0.00%
50.59%

Color #56457E in popluar number systems.

HEX56457E
Decimal8669126
Binary101011010001011111110
Octal126105176

Shades and tints

Shades of #56457E

#56457E
(86,69,126)
#4F3F73
(79,63,115)
#483968
(72,57,104)
#41335D
(65,51,93)
#3A2D52
(58,45,82)
#332747
(51,39,71)
#2C213C
(44,33,60)
#251B31
(37,27,49)
#1E1526
(30,21,38)
#170F1B
(23,15,27)
#100910
(16,9,16)
#000000
(0,0,0)

Tints of #56457E

#56457E
(86,69,126)
#655589
(101,85,137)
#746594
(116,101,148)
#83759F
(131,117,159)
#9285AA
(146,133,170)
#A195B5
(161,149,181)
#B0A5C0
(176,165,192)
#BFB5CB
(191,181,203)
#CEC5D6
(206,197,214)
#DDD5E1
(221,213,225)
#ECE5EC
(236,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #56457E color. Also use rgb(86,69,126) instead hex code.

Text Font Color

.myTextColor { color: #56457E; }

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

This text font color is #56457E.


Background Color

.myBgColor { background-color: #56457E; }

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

This div background color is #56457E.


Border color

.myBorderColor { border: 1px solid #56457E; }

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

This div border color is #56457E.


Opacity

.myOpacity80 { color: #56457E; opacity: 0.8; }

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

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

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

This text has shadow with #56457E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56457E on black background.


Color preview on white background

This text has color #56457E on white background.



Black color preview on #56457E background

This text has black color on #56457E background.


White color preview on #56457E background

This text has white color on #56457E background.