Shades of Smoky #5C5865
Tints of Smoky #5C5865
RGB
CMYK
RGB Variations
Color information
#5C5865 (or 0x5C5865) is known color: Smoky. HEX triplet: 5C, 58 and 65. RGB value is (92,88,101). Sum of RGB (Red+Green+Blue) = 92+88+101=281 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.74% from 281); Green value is 88 (34.77% from 255 or 31.32% from 281); Blue value is 101 (39.84% from 255 or 35.94% from 281); Max value from RGB is 101 - color contains mainly: blue. Hex color #5C5865 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C5865 is #A3A79A. Grayscale: #5A5A5A. Windows color (decimal): -10725275 or 6641756. OLE color: 6641756.
HSL color Cylindrical-coordinate representation of color #5C5865: hue angle of 258.46º degrees, saturation: 0.07, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #5C5865 is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 92 | 88 | 101 | - |
| CMYK | 0.09 | 0.13 | 0 | 0.60 |
| HSL | 258.46º | 0.07% | 0.37% | - |
| HSV(B) | 258.46º | 0.13% | 0.4% | - |
| XYZ | 10.25 | 10.19 | 13.74 | - |
| YUV | 90.68 | 133.83 | 128.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 88 | 101 | 0.09 | 0.13 | 0 | 0.60 | 258.46 | 0.07 | 0.37 |
| Hex | 5C | 58 | 65 | 9 | D | 0 | 3C | 102 | 7 | 25 |
| Octal | 134 | 130 | 145 | 11 | 15 | 0 | 74 | 402 | 7 | 45 |
| Binary | 1011100 | 1011000 | 1100101 | 1001 | 1101 | 0 | 111100 | 100000010 | 111 | 100101 |
Color Harmonies of #5C5865
Complementary color
Monochromatic Colors of #5C5865
Black with #5C5865
Text Example
Text Example
White with #5C5865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5865; }
p { color: rgb(92,88,101); }
H1.HeaderClassName
{
color: #5C5865;
}
.AnyTagClassName
{
color: #5C5865;
}
</style>
background-color css
<style>
a { background-color: #5C5865; }
a { background-color: rgb(92,88,101); }
div.DivClassName
{
background-color: #5C5865;
}
.BgClassName
{
background-color: #5C5865;
}
</style>
border-color css
<style>
span { border-color: #5C5865; }
span { border-color: rgb(92,88,101); }
td.TdClassName
{
border-color: #5C5865;
}
.TagClassName
{
border-color: #5C5865;
}
</style>