Shades of Smoky #5B5A69
Tints of Smoky #5B5A69
RGB
CMYK
RGB Variations
Color information
#5B5A69 (or 0x5B5A69) is known color: Smoky. HEX triplet: 5B, 5A and 69. RGB value is (91,90,105). Sum of RGB (Red+Green+Blue) = 91+90+105=286 (37% of max value = 765). Red value is 91 (35.94% from 255 or 31.82% from 286); Green value is 90 (35.55% from 255 or 31.47% from 286); Blue value is 105 (41.41% from 255 or 36.71% from 286); Max value from RGB is 105 - color contains mainly: blue. Hex color #5B5A69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5A69 is #A4A596. Grayscale: #5B5B5B. Windows color (decimal): -10790295 or 6904411. OLE color: 6904411.
HSL color Cylindrical-coordinate representation of color #5B5A69: hue angle of 244º degrees, saturation: 0.08, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #5B5A69 is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 91 | 90 | 105 | - |
| CMYK | 0.13 | 0.14 | 0 | 0.59 |
| HSL | 244º | 0.08% | 0.38% | - |
| HSV(B) | 244º | 0.14% | 0.41% | - |
| XYZ | 10.52 | 10.56 | 14.85 | - |
| YUV | 92.01 | 135.33 | 127.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 90 | 105 | 0.13 | 0.14 | 0 | 0.59 | 244 | 0.08 | 0.38 |
| Hex | 5B | 5A | 69 | D | E | 0 | 3B | F4 | 8 | 26 |
| Octal | 133 | 132 | 151 | 15 | 16 | 0 | 73 | 364 | 10 | 46 |
| Binary | 1011011 | 1011010 | 1101001 | 1101 | 1110 | 0 | 111011 | 11110100 | 1000 | 100110 |
Color Harmonies of #5B5A69
Complementary color
Monochromatic Colors of #5B5A69
Black with #5B5A69
Text Example
Text Example
White with #5B5A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5A69; }
p { color: rgb(91,90,105); }
H1.HeaderClassName
{
color: #5B5A69;
}
.AnyTagClassName
{
color: #5B5A69;
}
</style>
background-color css
<style>
a { background-color: #5B5A69; }
a { background-color: rgb(91,90,105); }
div.DivClassName
{
background-color: #5B5A69;
}
.BgClassName
{
background-color: #5B5A69;
}
</style>
border-color css
<style>
span { border-color: #5B5A69; }
span { border-color: rgb(91,90,105); }
td.TdClassName
{
border-color: #5B5A69;
}
.TagClassName
{
border-color: #5B5A69;
}
</style>