Shades of Smoky #5C5875
Tints of Smoky #5C5875
RGB
CMYK
RGB Variations
Color information
#5C5875 (or 0x5C5875) is known color: Smoky. HEX triplet: 5C, 58 and 75. RGB value is (92,88,117). Sum of RGB (Red+Green+Blue) = 92+88+117=297 (39% of max value = 765). Red value is 92 (36.33% from 255 or 30.98% from 297); Green value is 88 (34.77% from 255 or 29.63% from 297); Blue value is 117 (46.09% from 255 or 39.39% from 297); Max value from RGB is 117 - color contains mainly: blue. Hex color #5C5875 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C5875 is #A3A78A. Grayscale: #5C5C5C. Windows color (decimal): -10725259 or 7690332. OLE color: 7690332.
HSL color Cylindrical-coordinate representation of color #5C5875: hue angle of 248.28º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5C5875 is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 92 | 88 | 117 | - |
| CMYK | 0.21 | 0.25 | 0 | 0.54 |
| HSL | 248.28º | 0.14% | 0.4% | - |
| HSV(B) | 248.28º | 0.25% | 0.46% | - |
| XYZ | 11.11 | 10.54 | 18.28 | - |
| YUV | 92.5 | 141.83 | 127.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 88 | 117 | 0.21 | 0.25 | 0 | 0.54 | 248.28 | 0.14 | 0.4 |
| Hex | 5C | 58 | 75 | 15 | 19 | 0 | 36 | F8 | E | 28 |
| Octal | 134 | 130 | 165 | 25 | 31 | 0 | 66 | 370 | 16 | 50 |
| Binary | 1011100 | 1011000 | 1110101 | 10101 | 11001 | 0 | 110110 | 11111000 | 1110 | 101000 |
Color Harmonies of #5C5875
Complementary color
Monochromatic Colors of #5C5875
Black with #5C5875
Text Example
Text Example
White with #5C5875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5875; }
p { color: rgb(92,88,117); }
H1.HeaderClassName
{
color: #5C5875;
}
.AnyTagClassName
{
color: #5C5875;
}
</style>
background-color css
<style>
a { background-color: #5C5875; }
a { background-color: rgb(92,88,117); }
div.DivClassName
{
background-color: #5C5875;
}
.BgClassName
{
background-color: #5C5875;
}
</style>
border-color css
<style>
span { border-color: #5C5875; }
span { border-color: rgb(92,88,117); }
td.TdClassName
{
border-color: #5C5875;
}
.TagClassName
{
border-color: #5C5875;
}
</style>