Shades of Smoky #5C5678
Tints of Smoky #5C5678
RGB
CMYK
RGB Variations
Color information
#5C5678 (or 0x5C5678) is known color: Smoky. HEX triplet: 5C, 56 and 78. RGB value is (92,86,120). Sum of RGB (Red+Green+Blue) = 92+86+120=298 (39% of max value = 765). Red value is 92 (36.33% from 255 or 30.87% from 298); Green value is 86 (33.98% from 255 or 28.86% from 298); Blue value is 120 (47.27% from 255 or 40.27% from 298); Max value from RGB is 120 - color contains mainly: blue. Hex color #5C5678 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C5678 is #A3A987. Grayscale: #5B5B5B. Windows color (decimal): -10725768 or 7886428. OLE color: 7886428.
HSL color Cylindrical-coordinate representation of color #5C5678: hue angle of 250.59º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5C5678 is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 92 | 86 | 120 | - |
| CMYK | 0.23 | 0.28 | 0 | 0.53 |
| HSL | 250.59º | 0.17% | 0.4% | - |
| HSV(B) | 250.59º | 0.28% | 0.47% | - |
| XYZ | 11.13 | 10.29 | 19.17 | - |
| YUV | 91.67 | 143.99 | 128.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 86 | 120 | 0.23 | 0.28 | 0 | 0.53 | 250.59 | 0.17 | 0.4 |
| Hex | 5C | 56 | 78 | 17 | 1C | 0 | 35 | FB | 11 | 28 |
| Octal | 134 | 126 | 170 | 27 | 34 | 0 | 65 | 373 | 21 | 50 |
| Binary | 1011100 | 1010110 | 1111000 | 10111 | 11100 | 0 | 110101 | 11111011 | 10001 | 101000 |
Color Harmonies of #5C5678
Complementary color
Monochromatic Colors of #5C5678
Black with #5C5678
Text Example
Text Example
White with #5C5678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5678; }
p { color: rgb(92,86,120); }
H1.HeaderClassName
{
color: #5C5678;
}
.AnyTagClassName
{
color: #5C5678;
}
</style>
background-color css
<style>
a { background-color: #5C5678; }
a { background-color: rgb(92,86,120); }
div.DivClassName
{
background-color: #5C5678;
}
.BgClassName
{
background-color: #5C5678;
}
</style>
border-color css
<style>
span { border-color: #5C5678; }
span { border-color: rgb(92,86,120); }
td.TdClassName
{
border-color: #5C5678;
}
.TagClassName
{
border-color: #5C5678;
}
</style>