Shades of Smoky #5B526E
Tints of Smoky #5B526E
RGB
CMYK
RGB Variations
Color information
#5B526E (or 0x5B526E) is known color: Smoky. HEX triplet: 5B, 52 and 6E. RGB value is (91,82,110). Sum of RGB (Red+Green+Blue) = 91+82+110=283 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.16% from 283); Green value is 82 (32.42% from 255 or 28.98% from 283); Blue value is 110 (43.36% from 255 or 38.87% from 283); Max value from RGB is 110 - color contains mainly: blue. Hex color #5B526E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B526E is #A4AD91. Grayscale: #575757. Windows color (decimal): -10792338 or 7230043. OLE color: 7230043.
HSL color Cylindrical-coordinate representation of color #5B526E: hue angle of 259.29º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5B526E is Cyan = 0.17, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 91 | 82 | 110 | - |
| CMYK | 0.17 | 0.25 | 0 | 0.57 |
| HSL | 259.29º | 0.15% | 0.38% | - |
| HSV(B) | 259.29º | 0.25% | 0.43% | - |
| XYZ | 10.15 | 9.38 | 16.03 | - |
| YUV | 87.88 | 140.48 | 130.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 82 | 110 | 0.17 | 0.25 | 0 | 0.57 | 259.29 | 0.15 | 0.38 |
| Hex | 5B | 52 | 6E | 11 | 19 | 0 | 39 | 103 | F | 26 |
| Octal | 133 | 122 | 156 | 21 | 31 | 0 | 71 | 403 | 17 | 46 |
| Binary | 1011011 | 1010010 | 1101110 | 10001 | 11001 | 0 | 111001 | 100000011 | 1111 | 100110 |
Color Harmonies of #5B526E
Complementary color
Monochromatic Colors of #5B526E
Black with #5B526E
Text Example
Text Example
White with #5B526E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B526E; }
p { color: rgb(91,82,110); }
H1.HeaderClassName
{
color: #5B526E;
}
.AnyTagClassName
{
color: #5B526E;
}
</style>
background-color css
<style>
a { background-color: #5B526E; }
a { background-color: rgb(91,82,110); }
div.DivClassName
{
background-color: #5B526E;
}
.BgClassName
{
background-color: #5B526E;
}
</style>
border-color css
<style>
span { border-color: #5B526E; }
span { border-color: rgb(91,82,110); }
td.TdClassName
{
border-color: #5B526E;
}
.TagClassName
{
border-color: #5B526E;
}
</style>