Shades of Smoky #5B5274
Tints of Smoky #5B5274
RGB
CMYK
RGB Variations
Color information
#5B5274 (or 0x5B5274) is known color: Smoky. HEX triplet: 5B, 52 and 74. RGB value is (91,82,116). Sum of RGB (Red+Green+Blue) = 91+82+116=289 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.49% from 289); Green value is 82 (32.42% from 255 or 28.37% from 289); Blue value is 116 (45.70% from 255 or 40.14% from 289); Max value from RGB is 116 - color contains mainly: blue. Hex color #5B5274 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5274 is #A4AD8B. Grayscale: #585858. Windows color (decimal): -10792332 or 7623259. OLE color: 7623259.
HSL color Cylindrical-coordinate representation of color #5B5274: hue angle of 255.88º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5B5274 is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 91 | 82 | 116 | - |
| CMYK | 0.22 | 0.29 | 0 | 0.55 |
| HSL | 255.88º | 0.17% | 0.39% | - |
| HSV(B) | 255.88º | 0.29% | 0.45% | - |
| XYZ | 10.48 | 9.52 | 17.81 | - |
| YUV | 88.57 | 143.48 | 129.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 82 | 116 | 0.22 | 0.29 | 0 | 0.55 | 255.88 | 0.17 | 0.39 |
| Hex | 5B | 52 | 74 | 16 | 1D | 0 | 37 | 100 | 11 | 27 |
| Octal | 133 | 122 | 164 | 26 | 35 | 0 | 67 | 400 | 21 | 47 |
| Binary | 1011011 | 1010010 | 1110100 | 10110 | 11101 | 0 | 110111 | 100000000 | 10001 | 100111 |
Color Harmonies of #5B5274
Complementary color
Monochromatic Colors of #5B5274
Black with #5B5274
Text Example
Text Example
White with #5B5274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5274; }
p { color: rgb(91,82,116); }
H1.HeaderClassName
{
color: #5B5274;
}
.AnyTagClassName
{
color: #5B5274;
}
</style>
background-color css
<style>
a { background-color: #5B5274; }
a { background-color: rgb(91,82,116); }
div.DivClassName
{
background-color: #5B5274;
}
.BgClassName
{
background-color: #5B5274;
}
</style>
border-color css
<style>
span { border-color: #5B5274; }
span { border-color: rgb(91,82,116); }
td.TdClassName
{
border-color: #5B5274;
}
.TagClassName
{
border-color: #5B5274;
}
</style>