Shades of Smoky #5C5377
Tints of Smoky #5C5377
RGB
CMYK
RGB Variations
Color information
#5C5377 (or 0x5C5377) is known color: Smoky. HEX triplet: 5C, 53 and 77. RGB value is (92,83,119). Sum of RGB (Red+Green+Blue) = 92+83+119=294 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.29% from 294); Green value is 83 (32.81% from 255 or 28.23% from 294); Blue value is 119 (46.88% from 255 or 40.48% from 294); Max value from RGB is 119 - color contains mainly: blue. Hex color #5C5377 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C5377 is #A3AC88. Grayscale: #595959. Windows color (decimal): -10726537 or 7820124. OLE color: 7820124.
HSL color Cylindrical-coordinate representation of color #5C5377: hue angle of 255º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5C5377 is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 92 | 83 | 119 | - |
| CMYK | 0.23 | 0.30 | 0 | 0.53 |
| HSL | 255º | 0.18% | 0.4% | - |
| HSV(B) | 255º | 0.3% | 0.47% | - |
| XYZ | 10.84 | 9.79 | 18.77 | - |
| YUV | 89.8 | 144.48 | 129.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 83 | 119 | 0.23 | 0.30 | 0 | 0.53 | 255 | 0.18 | 0.4 |
| Hex | 5C | 53 | 77 | 17 | 1E | 0 | 35 | FF | 12 | 28 |
| Octal | 134 | 123 | 167 | 27 | 36 | 0 | 65 | 377 | 22 | 50 |
| Binary | 1011100 | 1010011 | 1110111 | 10111 | 11110 | 0 | 110101 | 11111111 | 10010 | 101000 |
Color Harmonies of #5C5377
Complementary color
Monochromatic Colors of #5C5377
Black with #5C5377
Text Example
Text Example
White with #5C5377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5377; }
p { color: rgb(92,83,119); }
H1.HeaderClassName
{
color: #5C5377;
}
.AnyTagClassName
{
color: #5C5377;
}
</style>
background-color css
<style>
a { background-color: #5C5377; }
a { background-color: rgb(92,83,119); }
div.DivClassName
{
background-color: #5C5377;
}
.BgClassName
{
background-color: #5C5377;
}
</style>
border-color css
<style>
span { border-color: #5C5377; }
span { border-color: rgb(92,83,119); }
td.TdClassName
{
border-color: #5C5377;
}
.TagClassName
{
border-color: #5C5377;
}
</style>