Shades of Smoky #5B5669
Tints of Smoky #5B5669
RGB
CMYK
RGB Variations
Color information
#5B5669 (or 0x5B5669) is known color: Smoky. HEX triplet: 5B, 56 and 69. RGB value is (91,86,105). Sum of RGB (Red+Green+Blue) = 91+86+105=282 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.27% from 282); Green value is 86 (33.98% from 255 or 30.50% from 282); Blue value is 105 (41.41% from 255 or 37.23% from 282); Max value from RGB is 105 - color contains mainly: blue. Hex color #5B5669 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5669 is #A4A996. Grayscale: #595959. Windows color (decimal): -10791319 or 6903387. OLE color: 6903387.
HSL color Cylindrical-coordinate representation of color #5B5669: hue angle of 255.79º degrees, saturation: 0.1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #5B5669 is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 91 | 86 | 105 | - |
| CMYK | 0.13 | 0.18 | 0 | 0.59 |
| HSL | 255.79º | 0.1% | 0.37% | - |
| HSV(B) | 255.79º | 0.18% | 0.41% | - |
| XYZ | 10.19 | 9.9 | 14.74 | - |
| YUV | 89.66 | 136.66 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 86 | 105 | 0.13 | 0.18 | 0 | 0.59 | 255.79 | 0.1 | 0.37 |
| Hex | 5B | 56 | 69 | D | 12 | 0 | 3B | 100 | A | 25 |
| Octal | 133 | 126 | 151 | 15 | 22 | 0 | 73 | 400 | 12 | 45 |
| Binary | 1011011 | 1010110 | 1101001 | 1101 | 10010 | 0 | 111011 | 100000000 | 1010 | 100101 |
Color Harmonies of #5B5669
Complementary color
Monochromatic Colors of #5B5669
Black with #5B5669
Text Example
Text Example
White with #5B5669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5669; }
p { color: rgb(91,86,105); }
H1.HeaderClassName
{
color: #5B5669;
}
.AnyTagClassName
{
color: #5B5669;
}
</style>
background-color css
<style>
a { background-color: #5B5669; }
a { background-color: rgb(91,86,105); }
div.DivClassName
{
background-color: #5B5669;
}
.BgClassName
{
background-color: #5B5669;
}
</style>
border-color css
<style>
span { border-color: #5B5669; }
span { border-color: rgb(91,86,105); }
td.TdClassName
{
border-color: #5B5669;
}
.TagClassName
{
border-color: #5B5669;
}
</style>