Shades of Smoky #5C5669
Tints of Smoky #5C5669
RGB
CMYK
RGB Variations
Color information
#5C5669 (or 0x5C5669) is known color: Smoky. HEX triplet: 5C, 56 and 69. RGB value is (92,86,105). Sum of RGB (Red+Green+Blue) = 92+86+105=283 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.51% from 283); Green value is 86 (33.98% from 255 or 30.39% from 283); Blue value is 105 (41.41% from 255 or 37.10% from 283); Max value from RGB is 105 - color contains mainly: blue. Hex color #5C5669 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C5669 is #A3A996. Grayscale: #595959. Windows color (decimal): -10725783 or 6903388. OLE color: 6903388.
HSL color Cylindrical-coordinate representation of color #5C5669: hue angle of 258.95º degrees, saturation: 0.1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #5C5669 is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 92 | 86 | 105 | - |
| CMYK | 0.12 | 0.18 | 0 | 0.59 |
| HSL | 258.95º | 0.1% | 0.37% | - |
| HSV(B) | 258.95º | 0.18% | 0.41% | - |
| XYZ | 10.29 | 9.95 | 14.74 | - |
| YUV | 89.96 | 136.49 | 129.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 86 | 105 | 0.12 | 0.18 | 0 | 0.59 | 258.95 | 0.1 | 0.37 |
| Hex | 5C | 56 | 69 | C | 12 | 0 | 3B | 103 | A | 25 |
| Octal | 134 | 126 | 151 | 14 | 22 | 0 | 73 | 403 | 12 | 45 |
| Binary | 1011100 | 1010110 | 1101001 | 1100 | 10010 | 0 | 111011 | 100000011 | 1010 | 100101 |
Color Harmonies of #5C5669
Complementary color
Monochromatic Colors of #5C5669
Black with #5C5669
Text Example
Text Example
White with #5C5669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5669; }
p { color: rgb(92,86,105); }
H1.HeaderClassName
{
color: #5C5669;
}
.AnyTagClassName
{
color: #5C5669;
}
</style>
background-color css
<style>
a { background-color: #5C5669; }
a { background-color: rgb(92,86,105); }
div.DivClassName
{
background-color: #5C5669;
}
.BgClassName
{
background-color: #5C5669;
}
</style>
border-color css
<style>
span { border-color: #5C5669; }
span { border-color: rgb(92,86,105); }
td.TdClassName
{
border-color: #5C5669;
}
.TagClassName
{
border-color: #5C5669;
}
</style>