Shades of Smoky #5C5773
Tints of Smoky #5C5773
RGB
CMYK
RGB Variations
Color information
#5C5773 (or 0x5C5773) is known color: Smoky. HEX triplet: 5C, 57 and 73. RGB value is (92,87,115). Sum of RGB (Red+Green+Blue) = 92+87+115=294 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.29% from 294); Green value is 87 (34.38% from 255 or 29.59% from 294); Blue value is 115 (45.31% from 255 or 39.12% from 294); Max value from RGB is 115 - color contains mainly: blue. Hex color #5C5773 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C5773 is #A3A88C. Grayscale: #5B5B5B. Windows color (decimal): -10725517 or 7559004. OLE color: 7559004.
HSL color Cylindrical-coordinate representation of color #5C5773: hue angle of 250.71º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5C5773 is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 92 | 87 | 115 | - |
| CMYK | 0.20 | 0.24 | 0 | 0.55 |
| HSL | 250.71º | 0.14% | 0.4% | - |
| HSV(B) | 250.71º | 0.24% | 0.45% | - |
| XYZ | 10.92 | 10.33 | 17.64 | - |
| YUV | 91.69 | 141.16 | 128.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 87 | 115 | 0.20 | 0.24 | 0 | 0.55 | 250.71 | 0.14 | 0.4 |
| Hex | 5C | 57 | 73 | 14 | 18 | 0 | 37 | FB | E | 28 |
| Octal | 134 | 127 | 163 | 24 | 30 | 0 | 67 | 373 | 16 | 50 |
| Binary | 1011100 | 1010111 | 1110011 | 10100 | 11000 | 0 | 110111 | 11111011 | 1110 | 101000 |
Color Harmonies of #5C5773
Complementary color
Monochromatic Colors of #5C5773
Black with #5C5773
Text Example
Text Example
White with #5C5773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5773; }
p { color: rgb(92,87,115); }
H1.HeaderClassName
{
color: #5C5773;
}
.AnyTagClassName
{
color: #5C5773;
}
</style>
background-color css
<style>
a { background-color: #5C5773; }
a { background-color: rgb(92,87,115); }
div.DivClassName
{
background-color: #5C5773;
}
.BgClassName
{
background-color: #5C5773;
}
</style>
border-color css
<style>
span { border-color: #5C5773; }
span { border-color: rgb(92,87,115); }
td.TdClassName
{
border-color: #5C5773;
}
.TagClassName
{
border-color: #5C5773;
}
</style>