Shades of Smoky #5B516F
Tints of Smoky #5B516F
RGB
CMYK
RGB Variations
Color information
#5B516F (or 0x5B516F) is known color: Smoky. HEX triplet: 5B, 51 and 6F. RGB value is (91,81,111). Sum of RGB (Red+Green+Blue) = 91+81+111=283 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.16% from 283); Green value is 81 (32.03% from 255 or 28.62% from 283); Blue value is 111 (43.75% from 255 or 39.22% from 283); Max value from RGB is 111 - color contains mainly: blue. Hex color #5B516F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B516F is #A4AE90. Grayscale: #575757. Windows color (decimal): -10792593 or 7295323. OLE color: 7295323.
HSL color Cylindrical-coordinate representation of color #5B516F: hue angle of 260º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5B516F is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 91 | 81 | 111 | - |
| CMYK | 0.18 | 0.27 | 0 | 0.56 |
| HSL | 260º | 0.16% | 0.38% | - |
| HSV(B) | 260º | 0.27% | 0.44% | - |
| XYZ | 10.13 | 9.26 | 16.29 | - |
| YUV | 87.41 | 141.31 | 130.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 81 | 111 | 0.18 | 0.27 | 0 | 0.56 | 260 | 0.16 | 0.38 |
| Hex | 5B | 51 | 6F | 12 | 1B | 0 | 38 | 104 | 10 | 26 |
| Octal | 133 | 121 | 157 | 22 | 33 | 0 | 70 | 404 | 20 | 46 |
| Binary | 1011011 | 1010001 | 1101111 | 10010 | 11011 | 0 | 111000 | 100000100 | 10000 | 100110 |
Color Harmonies of #5B516F
Complementary color
Monochromatic Colors of #5B516F
Black with #5B516F
Text Example
Text Example
White with #5B516F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B516F; }
p { color: rgb(91,81,111); }
H1.HeaderClassName
{
color: #5B516F;
}
.AnyTagClassName
{
color: #5B516F;
}
</style>
background-color css
<style>
a { background-color: #5B516F; }
a { background-color: rgb(91,81,111); }
div.DivClassName
{
background-color: #5B516F;
}
.BgClassName
{
background-color: #5B516F;
}
</style>
border-color css
<style>
span { border-color: #5B516F; }
span { border-color: rgb(91,81,111); }
td.TdClassName
{
border-color: #5B516F;
}
.TagClassName
{
border-color: #5B516F;
}
</style>