Shades of Smoky #5C556D
Tints of Smoky #5C556D
RGB
CMYK
RGB Variations
Color information
#5C556D (or 0x5C556D) is known color: Smoky. HEX triplet: 5C, 55 and 6D. RGB value is (92,85,109). Sum of RGB (Red+Green+Blue) = 92+85+109=286 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.17% from 286); Green value is 85 (33.59% from 255 or 29.72% from 286); Blue value is 109 (42.97% from 255 or 38.11% from 286); Max value from RGB is 109 - color contains mainly: blue. Hex color #5C556D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C556D is #A3AA92. Grayscale: #595959. Windows color (decimal): -10726035 or 7165276. OLE color: 7165276.
HSL color Cylindrical-coordinate representation of color #5C556D: hue angle of 257.5º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5C556D is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 92 | 85 | 109 | - |
| CMYK | 0.16 | 0.22 | 0 | 0.57 |
| HSL | 257.5º | 0.12% | 0.38% | - |
| HSV(B) | 257.5º | 0.22% | 0.43% | - |
| XYZ | 10.42 | 9.88 | 15.83 | - |
| YUV | 89.83 | 138.82 | 129.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 85 | 109 | 0.16 | 0.22 | 0 | 0.57 | 257.5 | 0.12 | 0.38 |
| Hex | 5C | 55 | 6D | 10 | 16 | 0 | 39 | 102 | C | 26 |
| Octal | 134 | 125 | 155 | 20 | 26 | 0 | 71 | 402 | 14 | 46 |
| Binary | 1011100 | 1010101 | 1101101 | 10000 | 10110 | 0 | 111001 | 100000010 | 1100 | 100110 |
Color Harmonies of #5C556D
Complementary color
Monochromatic Colors of #5C556D
Black with #5C556D
Text Example
Text Example
White with #5C556D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C556D; }
p { color: rgb(92,85,109); }
H1.HeaderClassName
{
color: #5C556D;
}
.AnyTagClassName
{
color: #5C556D;
}
</style>
background-color css
<style>
a { background-color: #5C556D; }
a { background-color: rgb(92,85,109); }
div.DivClassName
{
background-color: #5C556D;
}
.BgClassName
{
background-color: #5C556D;
}
</style>
border-color css
<style>
span { border-color: #5C556D; }
span { border-color: rgb(92,85,109); }
td.TdClassName
{
border-color: #5C556D;
}
.TagClassName
{
border-color: #5C556D;
}
</style>