Shades of Smoky #5C5771
Tints of Smoky #5C5771
RGB
CMYK
RGB Variations
Color information
#5C5771 (or 0x5C5771) is known color: Smoky. HEX triplet: 5C, 57 and 71. RGB value is (92,87,113). Sum of RGB (Red+Green+Blue) = 92+87+113=292 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.51% from 292); Green value is 87 (34.38% from 255 or 29.79% from 292); Blue value is 113 (44.53% from 255 or 38.70% from 292); Max value from RGB is 113 - color contains mainly: blue. Hex color #5C5771 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C5771 is #A3A88E. Grayscale: #5B5B5B. Windows color (decimal): -10725519 or 7427932. OLE color: 7427932.
HSL color Cylindrical-coordinate representation of color #5C5771: hue angle of 251.54º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5C5771 is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 92 | 87 | 113 | - |
| CMYK | 0.19 | 0.23 | 0 | 0.56 |
| HSL | 251.54º | 0.13% | 0.39% | - |
| HSV(B) | 251.54º | 0.23% | 0.44% | - |
| XYZ | 10.8 | 10.28 | 17.04 | - |
| YUV | 91.46 | 140.16 | 128.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 87 | 113 | 0.19 | 0.23 | 0 | 0.56 | 251.54 | 0.13 | 0.39 |
| Hex | 5C | 57 | 71 | 13 | 17 | 0 | 38 | FC | D | 27 |
| Octal | 134 | 127 | 161 | 23 | 27 | 0 | 70 | 374 | 15 | 47 |
| Binary | 1011100 | 1010111 | 1110001 | 10011 | 10111 | 0 | 111000 | 11111100 | 1101 | 100111 |
Color Harmonies of #5C5771
Complementary color
Monochromatic Colors of #5C5771
Black with #5C5771
Text Example
Text Example
White with #5C5771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5771; }
p { color: rgb(92,87,113); }
H1.HeaderClassName
{
color: #5C5771;
}
.AnyTagClassName
{
color: #5C5771;
}
</style>
background-color css
<style>
a { background-color: #5C5771; }
a { background-color: rgb(92,87,113); }
div.DivClassName
{
background-color: #5C5771;
}
.BgClassName
{
background-color: #5C5771;
}
</style>
border-color css
<style>
span { border-color: #5C5771; }
span { border-color: rgb(92,87,113); }
td.TdClassName
{
border-color: #5C5771;
}
.TagClassName
{
border-color: #5C5771;
}
</style>