Shades of Smoky #5B5677
Tints of Smoky #5B5677
RGB
CMYK
RGB Variations
Color information
#5B5677 (or 0x5B5677) is known color: Smoky. HEX triplet: 5B, 56 and 77. RGB value is (91,86,119). Sum of RGB (Red+Green+Blue) = 91+86+119=296 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.74% from 296); Green value is 86 (33.98% from 255 or 29.05% from 296); Blue value is 119 (46.88% from 255 or 40.20% from 296); Max value from RGB is 119 - color contains mainly: blue. Hex color #5B5677 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5677 is #A4A988. Grayscale: #5B5B5B. Windows color (decimal): -10791305 or 7820891. OLE color: 7820891.
HSL color Cylindrical-coordinate representation of color #5B5677: hue angle of 249.09º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5B5677 is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 91 | 86 | 119 | - |
| CMYK | 0.24 | 0.28 | 0 | 0.53 |
| HSL | 249.09º | 0.16% | 0.4% | - |
| HSV(B) | 249.09º | 0.28% | 0.47% | - |
| XYZ | 10.97 | 10.21 | 18.85 | - |
| YUV | 91.26 | 143.66 | 127.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 86 | 119 | 0.24 | 0.28 | 0 | 0.53 | 249.09 | 0.16 | 0.4 |
| Hex | 5B | 56 | 77 | 18 | 1C | 0 | 35 | F9 | 10 | 28 |
| Octal | 133 | 126 | 167 | 30 | 34 | 0 | 65 | 371 | 20 | 50 |
| Binary | 1011011 | 1010110 | 1110111 | 11000 | 11100 | 0 | 110101 | 11111001 | 10000 | 101000 |
Color Harmonies of #5B5677
Complementary color
Monochromatic Colors of #5B5677
Black with #5B5677
Text Example
Text Example
White with #5B5677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5677; }
p { color: rgb(91,86,119); }
H1.HeaderClassName
{
color: #5B5677;
}
.AnyTagClassName
{
color: #5B5677;
}
</style>
background-color css
<style>
a { background-color: #5B5677; }
a { background-color: rgb(91,86,119); }
div.DivClassName
{
background-color: #5B5677;
}
.BgClassName
{
background-color: #5B5677;
}
</style>
border-color css
<style>
span { border-color: #5B5677; }
span { border-color: rgb(91,86,119); }
td.TdClassName
{
border-color: #5B5677;
}
.TagClassName
{
border-color: #5B5677;
}
</style>