Shades of Smoky #5B5867
Tints of Smoky #5B5867
RGB
CMYK
RGB Variations
Color information
#5B5867 (or 0x5B5867) is known color: Smoky. HEX triplet: 5B, 58 and 67. RGB value is (91,88,103). Sum of RGB (Red+Green+Blue) = 91+88+103=282 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.27% from 282); Green value is 88 (34.77% from 255 or 31.21% from 282); Blue value is 103 (40.62% from 255 or 36.52% from 282); Max value from RGB is 103 - color contains mainly: blue. Hex color #5B5867 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5867 is #A4A798. Grayscale: #5A5A5A. Windows color (decimal): -10790809 or 6772827. OLE color: 6772827.
HSL color Cylindrical-coordinate representation of color #5B5867: hue angle of 252º degrees, saturation: 0.08, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #5B5867 is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 91 | 88 | 103 | - |
| CMYK | 0.12 | 0.15 | 0 | 0.60 |
| HSL | 252º | 0.08% | 0.37% | - |
| HSV(B) | 252º | 0.15% | 0.4% | - |
| XYZ | 10.25 | 10.18 | 14.26 | - |
| YUV | 90.61 | 134.99 | 128.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 88 | 103 | 0.12 | 0.15 | 0 | 0.60 | 252 | 0.08 | 0.37 |
| Hex | 5B | 58 | 67 | C | F | 0 | 3C | FC | 8 | 25 |
| Octal | 133 | 130 | 147 | 14 | 17 | 0 | 74 | 374 | 10 | 45 |
| Binary | 1011011 | 1011000 | 1100111 | 1100 | 1111 | 0 | 111100 | 11111100 | 1000 | 100101 |
Color Harmonies of #5B5867
Complementary color
Monochromatic Colors of #5B5867
Black with #5B5867
Text Example
Text Example
White with #5B5867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5867; }
p { color: rgb(91,88,103); }
H1.HeaderClassName
{
color: #5B5867;
}
.AnyTagClassName
{
color: #5B5867;
}
</style>
background-color css
<style>
a { background-color: #5B5867; }
a { background-color: rgb(91,88,103); }
div.DivClassName
{
background-color: #5B5867;
}
.BgClassName
{
background-color: #5B5867;
}
</style>
border-color css
<style>
span { border-color: #5B5867; }
span { border-color: rgb(91,88,103); }
td.TdClassName
{
border-color: #5B5867;
}
.TagClassName
{
border-color: #5B5867;
}
</style>