Shades of Smoky #5C5877
Tints of Smoky #5C5877
RGB
CMYK
RGB Variations
Color information
#5C5877 (or 0x5C5877) is known color: Smoky. HEX triplet: 5C, 58 and 77. RGB value is (92,88,119). Sum of RGB (Red+Green+Blue) = 92+88+119=299 (39% of max value = 765). Red value is 92 (36.33% from 255 or 30.77% from 299); Green value is 88 (34.77% from 255 or 29.43% from 299); Blue value is 119 (46.88% from 255 or 39.80% from 299); Max value from RGB is 119 - color contains mainly: blue. Hex color #5C5877 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C5877 is #A3A788. Grayscale: #5C5C5C. Windows color (decimal): -10725257 or 7821404. OLE color: 7821404.
HSL color Cylindrical-coordinate representation of color #5C5877: hue angle of 247.74º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5C5877 is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 92 | 88 | 119 | - |
| CMYK | 0.23 | 0.26 | 0 | 0.53 |
| HSL | 247.74º | 0.15% | 0.41% | - |
| HSV(B) | 247.74º | 0.26% | 0.47% | - |
| XYZ | 11.23 | 10.59 | 18.9 | - |
| YUV | 92.73 | 142.83 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 88 | 119 | 0.23 | 0.26 | 0 | 0.53 | 247.74 | 0.15 | 0.41 |
| Hex | 5C | 58 | 77 | 17 | 1A | 0 | 35 | F8 | F | 29 |
| Octal | 134 | 130 | 167 | 27 | 32 | 0 | 65 | 370 | 17 | 51 |
| Binary | 1011100 | 1011000 | 1110111 | 10111 | 11010 | 0 | 110101 | 11111000 | 1111 | 101001 |
Color Harmonies of #5C5877
Complementary color
Monochromatic Colors of #5C5877
Black with #5C5877
Text Example
Text Example
White with #5C5877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5877; }
p { color: rgb(92,88,119); }
H1.HeaderClassName
{
color: #5C5877;
}
.AnyTagClassName
{
color: #5C5877;
}
</style>
background-color css
<style>
a { background-color: #5C5877; }
a { background-color: rgb(92,88,119); }
div.DivClassName
{
background-color: #5C5877;
}
.BgClassName
{
background-color: #5C5877;
}
</style>
border-color css
<style>
span { border-color: #5C5877; }
span { border-color: rgb(92,88,119); }
td.TdClassName
{
border-color: #5C5877;
}
.TagClassName
{
border-color: #5C5877;
}
</style>