Shades of Smoky #5B5675
Tints of Smoky #5B5675
RGB
CMYK
RGB Variations
Color information
#5B5675 (or 0x5B5675) is known color: Smoky. HEX triplet: 5B, 56 and 75. RGB value is (91,86,117). Sum of RGB (Red+Green+Blue) = 91+86+117=294 (38% of max value = 765). Red value is 91 (35.94% from 255 or 30.95% from 294); Green value is 86 (33.98% from 255 or 29.25% from 294); Blue value is 117 (46.09% from 255 or 39.80% from 294); Max value from RGB is 117 - color contains mainly: blue. Hex color #5B5675 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5675 is #A4A98A. Grayscale: #5A5A5A. Windows color (decimal): -10791307 or 7689819. OLE color: 7689819.
HSL color Cylindrical-coordinate representation of color #5B5675: hue angle of 249.68º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5B5675 is Cyan = 0.22, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 91 | 86 | 117 | - |
| CMYK | 0.22 | 0.26 | 0 | 0.54 |
| HSL | 249.68º | 0.15% | 0.4% | - |
| HSV(B) | 249.68º | 0.26% | 0.46% | - |
| XYZ | 10.85 | 10.16 | 18.22 | - |
| YUV | 91.03 | 142.66 | 127.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 86 | 117 | 0.22 | 0.26 | 0 | 0.54 | 249.68 | 0.15 | 0.4 |
| Hex | 5B | 56 | 75 | 16 | 1A | 0 | 36 | FA | F | 28 |
| Octal | 133 | 126 | 165 | 26 | 32 | 0 | 66 | 372 | 17 | 50 |
| Binary | 1011011 | 1010110 | 1110101 | 10110 | 11010 | 0 | 110110 | 11111010 | 1111 | 101000 |
Color Harmonies of #5B5675
Complementary color
Monochromatic Colors of #5B5675
Black with #5B5675
Text Example
Text Example
White with #5B5675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5675; }
p { color: rgb(91,86,117); }
H1.HeaderClassName
{
color: #5B5675;
}
.AnyTagClassName
{
color: #5B5675;
}
</style>
background-color css
<style>
a { background-color: #5B5675; }
a { background-color: rgb(91,86,117); }
div.DivClassName
{
background-color: #5B5675;
}
.BgClassName
{
background-color: #5B5675;
}
</style>
border-color css
<style>
span { border-color: #5B5675; }
span { border-color: rgb(91,86,117); }
td.TdClassName
{
border-color: #5B5675;
}
.TagClassName
{
border-color: #5B5675;
}
</style>