Shades of Smoky #5C5673
Tints of Smoky #5C5673
RGB
CMYK
RGB Variations
Color information
#5C5673 (or 0x5C5673) is known color: Smoky. HEX triplet: 5C, 56 and 73. RGB value is (92,86,115). Sum of RGB (Red+Green+Blue) = 92+86+115=293 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.40% from 293); Green value is 86 (33.98% from 255 or 29.35% from 293); Blue value is 115 (45.31% from 255 or 39.25% from 293); Max value from RGB is 115 - color contains mainly: blue. Hex color #5C5673 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C5673 is #A3A98C. Grayscale: #5A5A5A. Windows color (decimal): -10725773 or 7558748. OLE color: 7558748.
HSL color Cylindrical-coordinate representation of color #5C5673: hue angle of 252.41º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5C5673 is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 92 | 86 | 115 | - |
| CMYK | 0.20 | 0.25 | 0 | 0.55 |
| HSL | 252.41º | 0.14% | 0.39% | - |
| HSV(B) | 252.41º | 0.25% | 0.45% | - |
| XYZ | 10.84 | 10.17 | 17.61 | - |
| YUV | 91.1 | 141.49 | 128.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 86 | 115 | 0.20 | 0.25 | 0 | 0.55 | 252.41 | 0.14 | 0.39 |
| Hex | 5C | 56 | 73 | 14 | 19 | 0 | 37 | FC | E | 27 |
| Octal | 134 | 126 | 163 | 24 | 31 | 0 | 67 | 374 | 16 | 47 |
| Binary | 1011100 | 1010110 | 1110011 | 10100 | 11001 | 0 | 110111 | 11111100 | 1110 | 100111 |
Color Harmonies of #5C5673
Complementary color
Monochromatic Colors of #5C5673
Black with #5C5673
Text Example
Text Example
White with #5C5673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5673; }
p { color: rgb(92,86,115); }
H1.HeaderClassName
{
color: #5C5673;
}
.AnyTagClassName
{
color: #5C5673;
}
</style>
background-color css
<style>
a { background-color: #5C5673; }
a { background-color: rgb(92,86,115); }
div.DivClassName
{
background-color: #5C5673;
}
.BgClassName
{
background-color: #5C5673;
}
</style>
border-color css
<style>
span { border-color: #5C5673; }
span { border-color: rgb(92,86,115); }
td.TdClassName
{
border-color: #5C5673;
}
.TagClassName
{
border-color: #5C5673;
}
</style>