Shades of Smoky #5B536C
Tints of Smoky #5B536C
RGB
CMYK
RGB Variations
Color information
#5B536C (or 0x5B536C) is known color: Smoky. HEX triplet: 5B, 53 and 6C. RGB value is (91,83,108). Sum of RGB (Red+Green+Blue) = 91+83+108=282 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.27% from 282); Green value is 83 (32.81% from 255 or 29.43% from 282); Blue value is 108 (42.58% from 255 or 38.30% from 282); Max value from RGB is 108 - color contains mainly: blue. Hex color #5B536C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B536C is #A4AC93. Grayscale: #585858. Windows color (decimal): -10792084 or 7099227. OLE color: 7099227.
HSL color Cylindrical-coordinate representation of color #5B536C: hue angle of 259.2º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5B536C is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 91 | 83 | 108 | - |
| CMYK | 0.16 | 0.23 | 0 | 0.58 |
| HSL | 259.2º | 0.13% | 0.37% | - |
| HSV(B) | 259.2º | 0.23% | 0.42% | - |
| XYZ | 10.11 | 9.49 | 15.49 | - |
| YUV | 88.24 | 139.15 | 129.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 83 | 108 | 0.16 | 0.23 | 0 | 0.58 | 259.2 | 0.13 | 0.37 |
| Hex | 5B | 53 | 6C | 10 | 17 | 0 | 3A | 103 | D | 25 |
| Octal | 133 | 123 | 154 | 20 | 27 | 0 | 72 | 403 | 15 | 45 |
| Binary | 1011011 | 1010011 | 1101100 | 10000 | 10111 | 0 | 111010 | 100000011 | 1101 | 100101 |
Color Harmonies of #5B536C
Complementary color
Monochromatic Colors of #5B536C
Black with #5B536C
Text Example
Text Example
White with #5B536C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B536C; }
p { color: rgb(91,83,108); }
H1.HeaderClassName
{
color: #5B536C;
}
.AnyTagClassName
{
color: #5B536C;
}
</style>
background-color css
<style>
a { background-color: #5B536C; }
a { background-color: rgb(91,83,108); }
div.DivClassName
{
background-color: #5B536C;
}
.BgClassName
{
background-color: #5B536C;
}
</style>
border-color css
<style>
span { border-color: #5B536C; }
span { border-color: rgb(91,83,108); }
td.TdClassName
{
border-color: #5B536C;
}
.TagClassName
{
border-color: #5B536C;
}
</style>