Shades of Smoky #5C5777
Tints of Smoky #5C5777
RGB
CMYK
RGB Variations
Color information
#5C5777 (or 0x5C5777) is known color: Smoky. HEX triplet: 5C, 57 and 77. RGB value is (92,87,119). Sum of RGB (Red+Green+Blue) = 92+87+119=298 (39% of max value = 765). Red value is 92 (36.33% from 255 or 30.87% from 298); Green value is 87 (34.38% from 255 or 29.19% from 298); Blue value is 119 (46.88% from 255 or 39.93% from 298); Max value from RGB is 119 - color contains mainly: blue. Hex color #5C5777 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C5777 is #A3A888. Grayscale: #5C5C5C. Windows color (decimal): -10725513 or 7821148. OLE color: 7821148.
HSL color Cylindrical-coordinate representation of color #5C5777: hue angle of 249.38º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5C5777 is Cyan = 0.23, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 92 | 87 | 119 | - |
| CMYK | 0.23 | 0.27 | 0 | 0.53 |
| HSL | 249.38º | 0.16% | 0.4% | - |
| HSV(B) | 249.38º | 0.27% | 0.47% | - |
| XYZ | 11.15 | 10.42 | 18.88 | - |
| YUV | 92.14 | 143.16 | 127.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 87 | 119 | 0.23 | 0.27 | 0 | 0.53 | 249.38 | 0.16 | 0.4 |
| Hex | 5C | 57 | 77 | 17 | 1B | 0 | 35 | F9 | 10 | 28 |
| Octal | 134 | 127 | 167 | 27 | 33 | 0 | 65 | 371 | 20 | 50 |
| Binary | 1011100 | 1010111 | 1110111 | 10111 | 11011 | 0 | 110101 | 11111001 | 10000 | 101000 |
Color Harmonies of #5C5777
Complementary color
Monochromatic Colors of #5C5777
Black with #5C5777
Text Example
Text Example
White with #5C5777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5777; }
p { color: rgb(92,87,119); }
H1.HeaderClassName
{
color: #5C5777;
}
.AnyTagClassName
{
color: #5C5777;
}
</style>
background-color css
<style>
a { background-color: #5C5777; }
a { background-color: rgb(92,87,119); }
div.DivClassName
{
background-color: #5C5777;
}
.BgClassName
{
background-color: #5C5777;
}
</style>
border-color css
<style>
span { border-color: #5C5777; }
span { border-color: rgb(92,87,119); }
td.TdClassName
{
border-color: #5C5777;
}
.TagClassName
{
border-color: #5C5777;
}
</style>