Shades of Smoky #5B576F
Tints of Smoky #5B576F
RGB
CMYK
RGB Variations
Color information
#5B576F (or 0x5B576F) is known color: Smoky. HEX triplet: 5B, 57 and 6F. RGB value is (91,87,111). Sum of RGB (Red+Green+Blue) = 91+87+111=289 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.49% from 289); Green value is 87 (34.38% from 255 or 30.10% from 289); Blue value is 111 (43.75% from 255 or 38.41% from 289); Max value from RGB is 111 - color contains mainly: blue. Hex color #5B576F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B576F is #A4A890. Grayscale: #5A5A5A. Windows color (decimal): -10791057 or 7296859. OLE color: 7296859.
HSL color Cylindrical-coordinate representation of color #5B576F: hue angle of 250º degrees, saturation: 0.12, 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 #5B576F is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 91 | 87 | 111 | - |
| CMYK | 0.18 | 0.22 | 0 | 0.56 |
| HSL | 250º | 0.12% | 0.39% | - |
| HSV(B) | 250º | 0.22% | 0.44% | - |
| XYZ | 10.59 | 10.19 | 16.45 | - |
| YUV | 90.93 | 139.33 | 128.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 87 | 111 | 0.18 | 0.22 | 0 | 0.56 | 250 | 0.12 | 0.39 |
| Hex | 5B | 57 | 6F | 12 | 16 | 0 | 38 | FA | C | 27 |
| Octal | 133 | 127 | 157 | 22 | 26 | 0 | 70 | 372 | 14 | 47 |
| Binary | 1011011 | 1010111 | 1101111 | 10010 | 10110 | 0 | 111000 | 11111010 | 1100 | 100111 |
Color Harmonies of #5B576F
Complementary color
Monochromatic Colors of #5B576F
Black with #5B576F
Text Example
Text Example
White with #5B576F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B576F; }
p { color: rgb(91,87,111); }
H1.HeaderClassName
{
color: #5B576F;
}
.AnyTagClassName
{
color: #5B576F;
}
</style>
background-color css
<style>
a { background-color: #5B576F; }
a { background-color: rgb(91,87,111); }
div.DivClassName
{
background-color: #5B576F;
}
.BgClassName
{
background-color: #5B576F;
}
</style>
border-color css
<style>
span { border-color: #5B576F; }
span { border-color: rgb(91,87,111); }
td.TdClassName
{
border-color: #5B576F;
}
.TagClassName
{
border-color: #5B576F;
}
</style>