Shades of Smoky #5B5773
Tints of Smoky #5B5773
RGB
CMYK
RGB Variations
Color information
#5B5773 (or 0x5B5773) is known color: Smoky. HEX triplet: 5B, 57 and 73. RGB value is (91,87,115). Sum of RGB (Red+Green+Blue) = 91+87+115=293 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.06% from 293); Green value is 87 (34.38% from 255 or 29.69% from 293); Blue value is 115 (45.31% from 255 or 39.25% from 293); Max value from RGB is 115 - color contains mainly: blue. Hex color #5B5773 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5773 is #A4A88C. Grayscale: #5B5B5B. Windows color (decimal): -10791053 or 7559003. OLE color: 7559003.
HSL color Cylindrical-coordinate representation of color #5B5773: hue angle of 248.57º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5B5773 is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 91 | 87 | 115 | - |
| CMYK | 0.21 | 0.24 | 0 | 0.55 |
| HSL | 248.57º | 0.14% | 0.4% | - |
| HSV(B) | 248.57º | 0.24% | 0.45% | - |
| XYZ | 10.82 | 10.28 | 17.63 | - |
| YUV | 91.39 | 141.33 | 127.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 87 | 115 | 0.21 | 0.24 | 0 | 0.55 | 248.57 | 0.14 | 0.4 |
| Hex | 5B | 57 | 73 | 15 | 18 | 0 | 37 | F9 | E | 28 |
| Octal | 133 | 127 | 163 | 25 | 30 | 0 | 67 | 371 | 16 | 50 |
| Binary | 1011011 | 1010111 | 1110011 | 10101 | 11000 | 0 | 110111 | 11111001 | 1110 | 101000 |
Color Harmonies of #5B5773
Complementary color
Monochromatic Colors of #5B5773
Black with #5B5773
Text Example
Text Example
White with #5B5773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5773; }
p { color: rgb(91,87,115); }
H1.HeaderClassName
{
color: #5B5773;
}
.AnyTagClassName
{
color: #5B5773;
}
</style>
background-color css
<style>
a { background-color: #5B5773; }
a { background-color: rgb(91,87,115); }
div.DivClassName
{
background-color: #5B5773;
}
.BgClassName
{
background-color: #5B5773;
}
</style>
border-color css
<style>
span { border-color: #5B5773; }
span { border-color: rgb(91,87,115); }
td.TdClassName
{
border-color: #5B5773;
}
.TagClassName
{
border-color: #5B5773;
}
</style>