Shades of Smoky #5B5862
Tints of Smoky #5B5862
RGB
CMYK
RGB Variations
Color information
#5B5862 (or 0x5B5862) is known color: Smoky. HEX triplet: 5B, 58 and 62. RGB value is (91,88,98). Sum of RGB (Red+Green+Blue) = 91+88+98=277 (36% of max value = 765). Red value is 91 (35.94% from 255 or 32.85% from 277); Green value is 88 (34.77% from 255 or 31.77% from 277); Blue value is 98 (38.67% from 255 or 35.38% from 277); Max value from RGB is 98 - color contains mainly: blue. Hex color #5B5862 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5862 is #A4A79D. Grayscale: #5A5A5A. Windows color (decimal): -10790814 or 6445147. OLE color: 6445147.
HSL color Cylindrical-coordinate representation of color #5B5862: hue angle of 258º degrees, saturation: 0.05, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #5B5862 is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 91 | 88 | 98 | - |
| CMYK | 0.07 | 0.10 | 0 | 0.62 |
| HSL | 258º | 0.05% | 0.36% | - |
| HSV(B) | 258º | 0.1% | 0.38% | - |
| XYZ | 10.01 | 10.09 | 12.97 | - |
| YUV | 90.04 | 132.49 | 128.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 88 | 98 | 0.07 | 0.10 | 0 | 0.62 | 258 | 0.05 | 0.36 |
| Hex | 5B | 58 | 62 | 7 | A | 0 | 3E | 102 | 5 | 24 |
| Octal | 133 | 130 | 142 | 7 | 12 | 0 | 76 | 402 | 5 | 44 |
| Binary | 1011011 | 1011000 | 1100010 | 111 | 1010 | 0 | 111110 | 100000010 | 101 | 100100 |
Color Harmonies of #5B5862
Complementary color
Monochromatic Colors of #5B5862
Black with #5B5862
Text Example
Text Example
White with #5B5862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5862; }
p { color: rgb(91,88,98); }
H1.HeaderClassName
{
color: #5B5862;
}
.AnyTagClassName
{
color: #5B5862;
}
</style>
background-color css
<style>
a { background-color: #5B5862; }
a { background-color: rgb(91,88,98); }
div.DivClassName
{
background-color: #5B5862;
}
.BgClassName
{
background-color: #5B5862;
}
</style>
border-color css
<style>
span { border-color: #5B5862; }
span { border-color: rgb(91,88,98); }
td.TdClassName
{
border-color: #5B5862;
}
.TagClassName
{
border-color: #5B5862;
}
</style>