Shades of Smoky #5B556B
Tints of Smoky #5B556B
RGB
CMYK
RGB Variations
Color information
#5B556B (or 0x5B556B) is known color: Smoky. HEX triplet: 5B, 55 and 6B. RGB value is (91,85,107). Sum of RGB (Red+Green+Blue) = 91+85+107=283 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.16% from 283); Green value is 85 (33.59% from 255 or 30.04% from 283); Blue value is 107 (42.19% from 255 or 37.81% from 283); Max value from RGB is 107 - color contains mainly: blue. Hex color #5B556B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B556B is #A4AA94. Grayscale: #595959. Windows color (decimal): -10791573 or 7034203. OLE color: 7034203.
HSL color Cylindrical-coordinate representation of color #5B556B: hue angle of 256.36º degrees, saturation: 0.11, 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 #5B556B is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 91 | 85 | 107 | - |
| CMYK | 0.15 | 0.21 | 0 | 0.58 |
| HSL | 256.36º | 0.11% | 0.38% | - |
| HSV(B) | 256.36º | 0.21% | 0.42% | - |
| XYZ | 10.22 | 9.78 | 15.26 | - |
| YUV | 89.3 | 137.99 | 129.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 85 | 107 | 0.15 | 0.21 | 0 | 0.58 | 256.36 | 0.11 | 0.38 |
| Hex | 5B | 55 | 6B | F | 15 | 0 | 3A | 100 | B | 26 |
| Octal | 133 | 125 | 153 | 17 | 25 | 0 | 72 | 400 | 13 | 46 |
| Binary | 1011011 | 1010101 | 1101011 | 1111 | 10101 | 0 | 111010 | 100000000 | 1011 | 100110 |
Color Harmonies of #5B556B
Complementary color
Monochromatic Colors of #5B556B
Black with #5B556B
Text Example
Text Example
White with #5B556B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B556B; }
p { color: rgb(91,85,107); }
H1.HeaderClassName
{
color: #5B556B;
}
.AnyTagClassName
{
color: #5B556B;
}
</style>
background-color css
<style>
a { background-color: #5B556B; }
a { background-color: rgb(91,85,107); }
div.DivClassName
{
background-color: #5B556B;
}
.BgClassName
{
background-color: #5B556B;
}
</style>
border-color css
<style>
span { border-color: #5B556B; }
span { border-color: rgb(91,85,107); }
td.TdClassName
{
border-color: #5B556B;
}
.TagClassName
{
border-color: #5B556B;
}
</style>