Shades of Smoky #5C5477
Tints of Smoky #5C5477
RGB
CMYK
RGB Variations
Color information
#5C5477 (or 0x5C5477) is known color: Smoky. HEX triplet: 5C, 54 and 77. RGB value is (92,84,119). Sum of RGB (Red+Green+Blue) = 92+84+119=295 (39% of max value = 765). Red value is 92 (36.33% from 255 or 31.19% from 295); Green value is 84 (33.20% from 255 or 28.47% from 295); Blue value is 119 (46.88% from 255 or 40.34% from 295); Max value from RGB is 119 - color contains mainly: blue. Hex color #5C5477 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C5477 is #A3AB88. Grayscale: #5A5A5A. Windows color (decimal): -10726281 or 7820380. OLE color: 7820380.
HSL color Cylindrical-coordinate representation of color #5C5477: hue angle of 253.71º 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 #5C5477 is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 92 | 84 | 119 | - |
| CMYK | 0.23 | 0.29 | 0 | 0.53 |
| HSL | 253.71º | 0.17% | 0.4% | - |
| HSV(B) | 253.71º | 0.29% | 0.47% | - |
| XYZ | 10.91 | 9.95 | 18.8 | - |
| YUV | 90.38 | 144.15 | 129.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 84 | 119 | 0.23 | 0.29 | 0 | 0.53 | 253.71 | 0.17 | 0.4 |
| Hex | 5C | 54 | 77 | 17 | 1D | 0 | 35 | FE | 11 | 28 |
| Octal | 134 | 124 | 167 | 27 | 35 | 0 | 65 | 376 | 21 | 50 |
| Binary | 1011100 | 1010100 | 1110111 | 10111 | 11101 | 0 | 110101 | 11111110 | 10001 | 101000 |
Color Harmonies of #5C5477
Complementary color
Monochromatic Colors of #5C5477
Black with #5C5477
Text Example
Text Example
White with #5C5477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5477; }
p { color: rgb(92,84,119); }
H1.HeaderClassName
{
color: #5C5477;
}
.AnyTagClassName
{
color: #5C5477;
}
</style>
background-color css
<style>
a { background-color: #5C5477; }
a { background-color: rgb(92,84,119); }
div.DivClassName
{
background-color: #5C5477;
}
.BgClassName
{
background-color: #5C5477;
}
</style>
border-color css
<style>
span { border-color: #5C5477; }
span { border-color: rgb(92,84,119); }
td.TdClassName
{
border-color: #5C5477;
}
.TagClassName
{
border-color: #5C5477;
}
</style>