color details

Color Details
#5c4b6a Color Hex

#5c4b6a color RGB value is (5, 196, 182).
#5c4b6a hex color red value is 5, green value is 196, and blue value is 182.
Cylindrical-coordinate representations (HSL) of color #5c4b6a hue: 175.6, saturation: 0.95 and lightness: 0.39.

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

Color Spaces
Color spaces of #5c4b6aValue
RGB92, 75, 106
HSL0.76, 0.17, 0.35
HSV273°, 29°, 42°
XYZ9.53, 8.35, 14.74
Base Numbers
Base Red Green Blue
Binary 1011100 1001011 1101010
Octal 134 113 152
Decimal 92 75 106
Hex 5C 4B 6A

RGB Percentages for Color #5c4b6a

33.7%
27.47%
38.83%

CMYK Percentages of the Color #5c4b6a

13.21%
29.25%
58.43%
CSS Codes for Color #5c4b6a
.mybgColor {background-color: #5c4b6a;}
.myforeColor {color: #5c4b6a;}
.myborderColor {border:3px solid #5c4b6a;}
Text Font Color #5c4b6a

<p style="color:#5c4b6a">Text here</p>

This sample text is styled with the font color #5c4b6a. 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 #5c4b6a

<div style="background-color:#5c4b6a">Div content here</div>

The background color of this div is #5c4b6a
Border Color #5c4b6a

<div style="border:3px solid #5c4b6a">Div here</div>

The border color of this div is #5c4b6a
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(92, 75, 106, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #5c4b6a;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #5c4b6a;
-webkit-box-shadow: 1px 1px 3px #5c4b6a;
box-shadow: 1px 1px 3px #5c4b6a;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(92, 75, 106, 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 #5c4b6a;">Text here</p>

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

Shadow Div Box

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

This div box has a shadow with a specified color. #5c4b6a

Scroll to Top