Shades of Smoky #5C556E
Tints of Smoky #5C556E
RGB
CMYK
RGB Variations
Color information
#5C556E (or 0x5C556E) is known color: Smoky. HEX triplet: 5C, 55 and 6E. RGB value is (92,85,110). Sum of RGB (Red+Green+Blue) = 92+85+110=287 (38% of max value = 765). Red value is 92 (36.33% from 255 or 32.06% from 287); Green value is 85 (33.59% from 255 or 29.62% from 287); Blue value is 110 (43.36% from 255 or 38.33% from 287); Max value from RGB is 110 - color contains mainly: blue. Hex color #5C556E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C556E is #A3AA91. Grayscale: #595959. Windows color (decimal): -10726034 or 7230812. OLE color: 7230812.
HSL color Cylindrical-coordinate representation of color #5C556E: hue angle of 256.8º degrees, saturation: 0.13, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5C556E is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 92 | 85 | 110 | - |
| CMYK | 0.16 | 0.23 | 0 | 0.57 |
| HSL | 256.8º | 0.13% | 0.38% | - |
| HSV(B) | 256.8º | 0.23% | 0.43% | - |
| XYZ | 10.48 | 9.9 | 16.11 | - |
| YUV | 89.94 | 139.32 | 129.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 85 | 110 | 0.16 | 0.23 | 0 | 0.57 | 256.8 | 0.13 | 0.38 |
| Hex | 5C | 55 | 6E | 10 | 17 | 0 | 39 | 101 | D | 26 |
| Octal | 134 | 125 | 156 | 20 | 27 | 0 | 71 | 401 | 15 | 46 |
| Binary | 1011100 | 1010101 | 1101110 | 10000 | 10111 | 0 | 111001 | 100000001 | 1101 | 100110 |
Color Harmonies of #5C556E
Complementary color
Monochromatic Colors of #5C556E
Black with #5C556E
Text Example
Text Example
White with #5C556E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C556E; }
p { color: rgb(92,85,110); }
H1.HeaderClassName
{
color: #5C556E;
}
.AnyTagClassName
{
color: #5C556E;
}
</style>
background-color css
<style>
a { background-color: #5C556E; }
a { background-color: rgb(92,85,110); }
div.DivClassName
{
background-color: #5C556E;
}
.BgClassName
{
background-color: #5C556E;
}
</style>
border-color css
<style>
span { border-color: #5C556E; }
span { border-color: rgb(92,85,110); }
td.TdClassName
{
border-color: #5C556E;
}
.TagClassName
{
border-color: #5C556E;
}
</style>