color details

Color Details
#56447d Color Hex

#56447d color RGB value is (5, 100, 71).
#56447d hex color red value is 5, green value is 100, and blue value is 71.
Cylindrical-coordinate representations (HSL) of color #56447d hue: 161.68, saturation: 0.9 and lightness: 0.21.

The process color (four-color CMYK) of #56447d color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #56447d is #ff9999. Color #56447d contains mainly RED.

Color Spaces
Color spaces of #56447dValue
RGB86, 68, 125
HSL0.72, 0.3, 0.38
HSV259°, 46°, 49°
XYZ9.61, 7.59, 20.36
Base Numbers
Base Red Green Blue
Binary 1010110 1000100 1111101
Octal 126 104 175
Decimal 86 68 125
Hex 56 44 7D

RGB Percentages for Color #56447d

30.82%
24.37%
44.8%

CMYK Percentages of the Color #56447d

31.2%
45.6%
50.98%
CSS Codes for Color #56447d
.mybgColor {background-color: #56447d;}
.myforeColor {color: #56447d;}
.myborderColor {border:3px solid #56447d;}
Text Font Color #56447d

<p style="color:#56447d">Text here</p>

This sample text is styled with the font color #56447d. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,

Background Color #56447d

<div style="background-color:#56447d">Div content here</div>

The background color of this div is #56447d
Border Color #56447d

<div style="border:3px solid #56447d">Div here</div>

The border color of this div is #56447d
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(86, 68, 125, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #56447d;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #56447d;
-webkit-box-shadow: 1px 1px 3px #56447d;
box-shadow: 1px 1px 3px #56447d;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(86, 68, 125, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #56447d;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<div style="-moz-box-shadow: 1px 1px 3px #56447d; -webkit-box-shadow: 1px 1px 3px #56447d; box-shadow: 1px 1px 3px #56447d;">Div content here</div>

This div box has a shadow with a specified color. #56447d

Scroll to Top