Shades of Smoky #5B556C
Tints of Smoky #5B556C
RGB
CMYK
RGB Variations
Color information
#5B556C (or 0x5B556C) is known color: Smoky. HEX triplet: 5B, 55 and 6C. RGB value is (91,85,108). Sum of RGB (Red+Green+Blue) = 91+85+108=284 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.04% from 284); Green value is 85 (33.59% from 255 or 29.93% from 284); Blue value is 108 (42.58% from 255 or 38.03% from 284); Max value from RGB is 108 - color contains mainly: blue. Hex color #5B556C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B556C is #A4AA93. Grayscale: #595959. Windows color (decimal): -10791572 or 7099739. OLE color: 7099739.
HSL color Cylindrical-coordinate representation of color #5B556C: hue angle of 255.65º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5B556C is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 91 | 85 | 108 | - |
| CMYK | 0.16 | 0.21 | 0 | 0.58 |
| HSL | 255.65º | 0.12% | 0.38% | - |
| HSV(B) | 255.65º | 0.21% | 0.42% | - |
| XYZ | 10.27 | 9.8 | 15.54 | - |
| YUV | 89.42 | 138.49 | 129.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 85 | 108 | 0.16 | 0.21 | 0 | 0.58 | 255.65 | 0.12 | 0.38 |
| Hex | 5B | 55 | 6C | 10 | 15 | 0 | 3A | 100 | C | 26 |
| Octal | 133 | 125 | 154 | 20 | 25 | 0 | 72 | 400 | 14 | 46 |
| Binary | 1011011 | 1010101 | 1101100 | 10000 | 10101 | 0 | 111010 | 100000000 | 1100 | 100110 |
Color Harmonies of #5B556C
Complementary color
Monochromatic Colors of #5B556C
Black with #5B556C
Text Example
Text Example
White with #5B556C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B556C; }
p { color: rgb(91,85,108); }
H1.HeaderClassName
{
color: #5B556C;
}
.AnyTagClassName
{
color: #5B556C;
}
</style>
background-color css
<style>
a { background-color: #5B556C; }
a { background-color: rgb(91,85,108); }
div.DivClassName
{
background-color: #5B556C;
}
.BgClassName
{
background-color: #5B556C;
}
</style>
border-color css
<style>
span { border-color: #5B556C; }
span { border-color: rgb(91,85,108); }
td.TdClassName
{
border-color: #5B556C;
}
.TagClassName
{
border-color: #5B556C;
}
</style>