Shades of Smoky #5B5074
Tints of Smoky #5B5074
RGB
CMYK
RGB Variations
Color information
#5B5074 (or 0x5B5074) is known color: Smoky. HEX triplet: 5B, 50 and 74. RGB value is (91,80,116). Sum of RGB (Red+Green+Blue) = 91+80+116=287 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.71% from 287); Green value is 80 (31.64% from 255 or 27.87% from 287); Blue value is 116 (45.70% from 255 or 40.42% from 287); Max value from RGB is 116 - color contains mainly: blue. Hex color #5B5074 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5074 is #A4AF8B. Grayscale: #575757. Windows color (decimal): -10792844 or 7622747. OLE color: 7622747.
HSL color Cylindrical-coordinate representation of color #5B5074: hue angle of 258.33º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5B5074 is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 91 | 80 | 116 | - |
| CMYK | 0.22 | 0.31 | 0 | 0.55 |
| HSL | 258.33º | 0.18% | 0.38% | - |
| HSV(B) | 258.33º | 0.31% | 0.45% | - |
| XYZ | 10.34 | 9.22 | 17.76 | - |
| YUV | 87.39 | 144.14 | 130.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 80 | 116 | 0.22 | 0.31 | 0 | 0.55 | 258.33 | 0.18 | 0.38 |
| Hex | 5B | 50 | 74 | 16 | 1F | 0 | 37 | 102 | 12 | 26 |
| Octal | 133 | 120 | 164 | 26 | 37 | 0 | 67 | 402 | 22 | 46 |
| Binary | 1011011 | 1010000 | 1110100 | 10110 | 11111 | 0 | 110111 | 100000010 | 10010 | 100110 |
Color Harmonies of #5B5074
Complementary color
Monochromatic Colors of #5B5074
Black with #5B5074
Text Example
Text Example
White with #5B5074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5074; }
p { color: rgb(91,80,116); }
H1.HeaderClassName
{
color: #5B5074;
}
.AnyTagClassName
{
color: #5B5074;
}
</style>
background-color css
<style>
a { background-color: #5B5074; }
a { background-color: rgb(91,80,116); }
div.DivClassName
{
background-color: #5B5074;
}
.BgClassName
{
background-color: #5B5074;
}
</style>
border-color css
<style>
span { border-color: #5B5074; }
span { border-color: rgb(91,80,116); }
td.TdClassName
{
border-color: #5B5074;
}
.TagClassName
{
border-color: #5B5074;
}
</style>