Shades of Smoky #5B5770
Tints of Smoky #5B5770
RGB
CMYK
RGB Variations
Color information
#5B5770 (or 0x5B5770) is known color: Smoky. HEX triplet: 5B, 57 and 70. RGB value is (91,87,112). Sum of RGB (Red+Green+Blue) = 91+87+112=290 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.38% from 290); Green value is 87 (34.38% from 255 or 30% from 290); Blue value is 112 (44.14% from 255 or 38.62% from 290); Max value from RGB is 112 - color contains mainly: blue. Hex color #5B5770 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5770 is #A4A88F. Grayscale: #5A5A5A. Windows color (decimal): -10791056 or 7362395. OLE color: 7362395.
HSL color Cylindrical-coordinate representation of color #5B5770: hue angle of 249.6º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5B5770 is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 91 | 87 | 112 | - |
| CMYK | 0.19 | 0.22 | 0 | 0.56 |
| HSL | 249.6º | 0.13% | 0.39% | - |
| HSV(B) | 249.6º | 0.22% | 0.44% | - |
| XYZ | 10.65 | 10.21 | 16.74 | - |
| YUV | 91.05 | 139.83 | 127.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 87 | 112 | 0.19 | 0.22 | 0 | 0.56 | 249.6 | 0.13 | 0.39 |
| Hex | 5B | 57 | 70 | 13 | 16 | 0 | 38 | FA | D | 27 |
| Octal | 133 | 127 | 160 | 23 | 26 | 0 | 70 | 372 | 15 | 47 |
| Binary | 1011011 | 1010111 | 1110000 | 10011 | 10110 | 0 | 111000 | 11111010 | 1101 | 100111 |
Color Harmonies of #5B5770
Complementary color
Monochromatic Colors of #5B5770
Black with #5B5770
Text Example
Text Example
White with #5B5770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5770; }
p { color: rgb(91,87,112); }
H1.HeaderClassName
{
color: #5B5770;
}
.AnyTagClassName
{
color: #5B5770;
}
</style>
background-color css
<style>
a { background-color: #5B5770; }
a { background-color: rgb(91,87,112); }
div.DivClassName
{
background-color: #5B5770;
}
.BgClassName
{
background-color: #5B5770;
}
</style>
border-color css
<style>
span { border-color: #5B5770; }
span { border-color: rgb(91,87,112); }
td.TdClassName
{
border-color: #5B5770;
}
.TagClassName
{
border-color: #5B5770;
}
</style>