Shades of Smoky #5C5578
Tints of Smoky #5C5578
RGB
CMYK
RGB Variations
Color information
#5C5578 (or 0x5C5578) is known color: Smoky. HEX triplet: 5C, 55 and 78. RGB value is (92,85,120). Sum of RGB (Red+Green+Blue) = 92+85+120=297 (39% of max value = 765). Red value is 92 (36.33% from 255 or 30.98% from 297); Green value is 85 (33.59% from 255 or 28.62% from 297); Blue value is 120 (47.27% from 255 or 40.40% from 297); Max value from RGB is 120 - color contains mainly: blue. Hex color #5C5578 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C5578 is #A3AA87. Grayscale: #5A5A5A. Windows color (decimal): -10726024 or 7886172. OLE color: 7886172.
HSL color Cylindrical-coordinate representation of color #5C5578: hue angle of 252º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5C5578 is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 92 | 85 | 120 | - |
| CMYK | 0.23 | 0.29 | 0 | 0.53 |
| HSL | 252º | 0.17% | 0.4% | - |
| HSV(B) | 252º | 0.29% | 0.47% | - |
| XYZ | 11.05 | 10.13 | 19.14 | - |
| YUV | 91.08 | 144.32 | 128.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 85 | 120 | 0.23 | 0.29 | 0 | 0.53 | 252 | 0.17 | 0.4 |
| Hex | 5C | 55 | 78 | 17 | 1D | 0 | 35 | FC | 11 | 28 |
| Octal | 134 | 125 | 170 | 27 | 35 | 0 | 65 | 374 | 21 | 50 |
| Binary | 1011100 | 1010101 | 1111000 | 10111 | 11101 | 0 | 110101 | 11111100 | 10001 | 101000 |
Color Harmonies of #5C5578
Complementary color
Monochromatic Colors of #5C5578
Black with #5C5578
Text Example
Text Example
White with #5C5578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5578; }
p { color: rgb(92,85,120); }
H1.HeaderClassName
{
color: #5C5578;
}
.AnyTagClassName
{
color: #5C5578;
}
</style>
background-color css
<style>
a { background-color: #5C5578; }
a { background-color: rgb(92,85,120); }
div.DivClassName
{
background-color: #5C5578;
}
.BgClassName
{
background-color: #5C5578;
}
</style>
border-color css
<style>
span { border-color: #5C5578; }
span { border-color: rgb(92,85,120); }
td.TdClassName
{
border-color: #5C5578;
}
.TagClassName
{
border-color: #5C5578;
}
</style>