Shades of Smoky #5C5174
Tints of Smoky #5C5174
RGB
CMYK
RGB Variations
Color information
#5C5174 (or 0x5C5174) is known color: Smoky. HEX triplet: 5C, 51 and 74. RGB value is (92,81,116). Sum of RGB (Red+Green+Blue) = 92+81+116=289 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.83% from 289); Green value is 81 (32.03% from 255 or 28.03% from 289); Blue value is 116 (45.70% from 255 or 40.14% from 289); Max value from RGB is 116 - color contains mainly: blue. Hex color #5C5174 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C5174 is #A3AE8B. Grayscale: #585858. Windows color (decimal): -10727052 or 7623004. OLE color: 7623004.
HSL color Cylindrical-coordinate representation of color #5C5174: hue angle of 258.86º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5C5174 is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 92 | 81 | 116 | - |
| CMYK | 0.21 | 0.30 | 0 | 0.55 |
| HSL | 258.86º | 0.18% | 0.39% | - |
| HSV(B) | 258.86º | 0.3% | 0.45% | - |
| XYZ | 10.51 | 9.42 | 17.79 | - |
| YUV | 88.28 | 143.64 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 81 | 116 | 0.21 | 0.30 | 0 | 0.55 | 258.86 | 0.18 | 0.39 |
| Hex | 5C | 51 | 74 | 15 | 1E | 0 | 37 | 103 | 12 | 27 |
| Octal | 134 | 121 | 164 | 25 | 36 | 0 | 67 | 403 | 22 | 47 |
| Binary | 1011100 | 1010001 | 1110100 | 10101 | 11110 | 0 | 110111 | 100000011 | 10010 | 100111 |
Color Harmonies of #5C5174
Complementary color
Monochromatic Colors of #5C5174
Black with #5C5174
Text Example
Text Example
White with #5C5174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5174; }
p { color: rgb(92,81,116); }
H1.HeaderClassName
{
color: #5C5174;
}
.AnyTagClassName
{
color: #5C5174;
}
</style>
background-color css
<style>
a { background-color: #5C5174; }
a { background-color: rgb(92,81,116); }
div.DivClassName
{
background-color: #5C5174;
}
.BgClassName
{
background-color: #5C5174;
}
</style>
border-color css
<style>
span { border-color: #5C5174; }
span { border-color: rgb(92,81,116); }
td.TdClassName
{
border-color: #5C5174;
}
.TagClassName
{
border-color: #5C5174;
}
</style>