Shades of Smoky #5C5474
Tints of Smoky #5C5474
RGB
CMYK
RGB Variations
Color information
#5C5474 (or 0x5C5474) is known color: Smoky. HEX triplet: 5C, 54 and 74. RGB value is (92,84,116). Sum of RGB (Red+Green+Blue) = 92+84+116=292 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.51% from 292); Green value is 84 (33.20% from 255 or 28.77% from 292); Blue value is 116 (45.70% from 255 or 39.73% from 292); Max value from RGB is 116 - color contains mainly: blue. Hex color #5C5474 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C5474 is #A3AB8B. Grayscale: #595959. Windows color (decimal): -10726284 or 7623772. OLE color: 7623772.
HSL color Cylindrical-coordinate representation of color #5C5474: hue angle of 255º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5C5474 is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 92 | 84 | 116 | - |
| CMYK | 0.21 | 0.28 | 0 | 0.55 |
| HSL | 255º | 0.16% | 0.39% | - |
| HSV(B) | 255º | 0.28% | 0.45% | - |
| XYZ | 10.74 | 9.88 | 17.86 | - |
| YUV | 90.04 | 142.65 | 129.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 84 | 116 | 0.21 | 0.28 | 0 | 0.55 | 255 | 0.16 | 0.39 |
| Hex | 5C | 54 | 74 | 15 | 1C | 0 | 37 | FF | 10 | 27 |
| Octal | 134 | 124 | 164 | 25 | 34 | 0 | 67 | 377 | 20 | 47 |
| Binary | 1011100 | 1010100 | 1110100 | 10101 | 11100 | 0 | 110111 | 11111111 | 10000 | 100111 |
Color Harmonies of #5C5474
Complementary color
Monochromatic Colors of #5C5474
Black with #5C5474
Text Example
Text Example
White with #5C5474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5474; }
p { color: rgb(92,84,116); }
H1.HeaderClassName
{
color: #5C5474;
}
.AnyTagClassName
{
color: #5C5474;
}
</style>
background-color css
<style>
a { background-color: #5C5474; }
a { background-color: rgb(92,84,116); }
div.DivClassName
{
background-color: #5C5474;
}
.BgClassName
{
background-color: #5C5474;
}
</style>
border-color css
<style>
span { border-color: #5C5474; }
span { border-color: rgb(92,84,116); }
td.TdClassName
{
border-color: #5C5474;
}
.TagClassName
{
border-color: #5C5474;
}
</style>