Shades of Smoky #5B5965
Tints of Smoky #5B5965
RGB
CMYK
RGB Variations
Color information
#5B5965 (or 0x5B5965) is known color: Smoky. HEX triplet: 5B, 59 and 65. RGB value is (91,89,101). Sum of RGB (Red+Green+Blue) = 91+89+101=281 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.38% from 281); Green value is 89 (35.16% from 255 or 31.67% from 281); Blue value is 101 (39.84% from 255 or 35.94% from 281); Max value from RGB is 101 - color contains mainly: blue. Hex color #5B5965 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5965 is #A4A69A. Grayscale: #5A5A5A. Windows color (decimal): -10790555 or 6642011. OLE color: 6642011.
HSL color Cylindrical-coordinate representation of color #5B5965: hue angle of 250º degrees, saturation: 0.06, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #5B5965 is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 91 | 89 | 101 | - |
| CMYK | 0.10 | 0.12 | 0 | 0.60 |
| HSL | 250º | 0.06% | 0.37% | - |
| HSV(B) | 250º | 0.12% | 0.4% | - |
| XYZ | 10.24 | 10.31 | 13.76 | - |
| YUV | 90.97 | 133.66 | 128.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 89 | 101 | 0.10 | 0.12 | 0 | 0.60 | 250 | 0.06 | 0.37 |
| Hex | 5B | 59 | 65 | A | C | 0 | 3C | FA | 6 | 25 |
| Octal | 133 | 131 | 145 | 12 | 14 | 0 | 74 | 372 | 6 | 45 |
| Binary | 1011011 | 1011001 | 1100101 | 1010 | 1100 | 0 | 111100 | 11111010 | 110 | 100101 |
Color Harmonies of #5B5965
Complementary color
Monochromatic Colors of #5B5965
Black with #5B5965
Text Example
Text Example
White with #5B5965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5965; }
p { color: rgb(91,89,101); }
H1.HeaderClassName
{
color: #5B5965;
}
.AnyTagClassName
{
color: #5B5965;
}
</style>
background-color css
<style>
a { background-color: #5B5965; }
a { background-color: rgb(91,89,101); }
div.DivClassName
{
background-color: #5B5965;
}
.BgClassName
{
background-color: #5B5965;
}
</style>
border-color css
<style>
span { border-color: #5B5965; }
span { border-color: rgb(91,89,101); }
td.TdClassName
{
border-color: #5B5965;
}
.TagClassName
{
border-color: #5B5965;
}
</style>