Shades of Smoky #5C5868
Tints of Smoky #5C5868
RGB
CMYK
RGB Variations
Color information
#5C5868 (or 0x5C5868) is known color: Smoky. HEX triplet: 5C, 58 and 68. RGB value is (92,88,104). Sum of RGB (Red+Green+Blue) = 92+88+104=284 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.39% from 284); Green value is 88 (34.77% from 255 or 30.99% from 284); Blue value is 104 (41.02% from 255 or 36.62% from 284); Max value from RGB is 104 - color contains mainly: blue. Hex color #5C5868 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C5868 is #A3A797. Grayscale: #5A5A5A. Windows color (decimal): -10725272 or 6838364. OLE color: 6838364.
HSL color Cylindrical-coordinate representation of color #5C5868: hue angle of 255º degrees, saturation: 0.08, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #5C5868 is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 92 | 88 | 104 | - |
| CMYK | 0.12 | 0.15 | 0 | 0.59 |
| HSL | 255º | 0.08% | 0.38% | - |
| HSV(B) | 255º | 0.15% | 0.41% | - |
| XYZ | 10.4 | 10.25 | 14.53 | - |
| YUV | 91.02 | 135.33 | 128.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 88 | 104 | 0.12 | 0.15 | 0 | 0.59 | 255 | 0.08 | 0.38 |
| Hex | 5C | 58 | 68 | C | F | 0 | 3B | FF | 8 | 26 |
| Octal | 134 | 130 | 150 | 14 | 17 | 0 | 73 | 377 | 10 | 46 |
| Binary | 1011100 | 1011000 | 1101000 | 1100 | 1111 | 0 | 111011 | 11111111 | 1000 | 100110 |
Color Harmonies of #5C5868
Complementary color
Monochromatic Colors of #5C5868
Black with #5C5868
Text Example
Text Example
White with #5C5868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5868; }
p { color: rgb(92,88,104); }
H1.HeaderClassName
{
color: #5C5868;
}
.AnyTagClassName
{
color: #5C5868;
}
</style>
background-color css
<style>
a { background-color: #5C5868; }
a { background-color: rgb(92,88,104); }
div.DivClassName
{
background-color: #5C5868;
}
.BgClassName
{
background-color: #5C5868;
}
</style>
border-color css
<style>
span { border-color: #5C5868; }
span { border-color: rgb(92,88,104); }
td.TdClassName
{
border-color: #5C5868;
}
.TagClassName
{
border-color: #5C5868;
}
</style>