Shades of Smoky #5B5275
Tints of Smoky #5B5275
RGB
CMYK
RGB Variations
Color information
#5B5275 (or 0x5B5275) is known color: Smoky. HEX triplet: 5B, 52 and 75. RGB value is (91,82,117). Sum of RGB (Red+Green+Blue) = 91+82+117=290 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.38% from 290); Green value is 82 (32.42% from 255 or 28.28% from 290); Blue value is 117 (46.09% from 255 or 40.34% from 290); Max value from RGB is 117 - color contains mainly: blue. Hex color #5B5275 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5275 is #A4AD8A. Grayscale: #585858. Windows color (decimal): -10792331 or 7688795. OLE color: 7688795.
HSL color Cylindrical-coordinate representation of color #5B5275: hue angle of 255.43º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5B5275 is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 91 | 82 | 117 | - |
| CMYK | 0.22 | 0.30 | 0 | 0.54 |
| HSL | 255.43º | 0.18% | 0.39% | - |
| HSV(B) | 255.43º | 0.3% | 0.46% | - |
| XYZ | 10.54 | 9.54 | 18.12 | - |
| YUV | 88.68 | 143.98 | 129.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 82 | 117 | 0.22 | 0.30 | 0 | 0.54 | 255.43 | 0.18 | 0.39 |
| Hex | 5B | 52 | 75 | 16 | 1E | 0 | 36 | FF | 12 | 27 |
| Octal | 133 | 122 | 165 | 26 | 36 | 0 | 66 | 377 | 22 | 47 |
| Binary | 1011011 | 1010010 | 1110101 | 10110 | 11110 | 0 | 110110 | 11111111 | 10010 | 100111 |
Color Harmonies of #5B5275
Complementary color
Monochromatic Colors of #5B5275
Black with #5B5275
Text Example
Text Example
White with #5B5275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5275; }
p { color: rgb(91,82,117); }
H1.HeaderClassName
{
color: #5B5275;
}
.AnyTagClassName
{
color: #5B5275;
}
</style>
background-color css
<style>
a { background-color: #5B5275; }
a { background-color: rgb(91,82,117); }
div.DivClassName
{
background-color: #5B5275;
}
.BgClassName
{
background-color: #5B5275;
}
</style>
border-color css
<style>
span { border-color: #5B5275; }
span { border-color: rgb(91,82,117); }
td.TdClassName
{
border-color: #5B5275;
}
.TagClassName
{
border-color: #5B5275;
}
</style>