Shades of Smoky #5C5479
Tints of Smoky #5C5479
RGB
CMYK
RGB Variations
Color information
#5C5479 (or 0x5C5479) is known color: Smoky. HEX triplet: 5C, 54 and 79. RGB value is (92,84,121). Sum of RGB (Red+Green+Blue) = 92+84+121=297 (39% of max value = 765). Red value is 92 (36.33% from 255 or 30.98% from 297); Green value is 84 (33.20% from 255 or 28.28% from 297); Blue value is 121 (47.66% from 255 or 40.74% from 297); Max value from RGB is 121 - color contains mainly: blue. Hex color #5C5479 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C5479 is #A3AB86. Grayscale: #5A5A5A. Windows color (decimal): -10726279 or 7951452. OLE color: 7951452.
HSL color Cylindrical-coordinate representation of color #5C5479: hue angle of 252.97º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5C5479 is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 92 | 84 | 121 | - |
| CMYK | 0.24 | 0.31 | 0 | 0.53 |
| HSL | 252.97º | 0.18% | 0.4% | - |
| HSV(B) | 252.97º | 0.31% | 0.47% | - |
| XYZ | 11.04 | 10 | 19.44 | - |
| YUV | 90.61 | 145.15 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 84 | 121 | 0.24 | 0.31 | 0 | 0.53 | 252.97 | 0.18 | 0.4 |
| Hex | 5C | 54 | 79 | 18 | 1F | 0 | 35 | FD | 12 | 28 |
| Octal | 134 | 124 | 171 | 30 | 37 | 0 | 65 | 375 | 22 | 50 |
| Binary | 1011100 | 1010100 | 1111001 | 11000 | 11111 | 0 | 110101 | 11111101 | 10010 | 101000 |
Color Harmonies of #5C5479
Complementary color
Monochromatic Colors of #5C5479
Black with #5C5479
Text Example
Text Example
White with #5C5479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5479; }
p { color: rgb(92,84,121); }
H1.HeaderClassName
{
color: #5C5479;
}
.AnyTagClassName
{
color: #5C5479;
}
</style>
background-color css
<style>
a { background-color: #5C5479; }
a { background-color: rgb(92,84,121); }
div.DivClassName
{
background-color: #5C5479;
}
.BgClassName
{
background-color: #5C5479;
}
</style>
border-color css
<style>
span { border-color: #5C5479; }
span { border-color: rgb(92,84,121); }
td.TdClassName
{
border-color: #5C5479;
}
.TagClassName
{
border-color: #5C5479;
}
</style>