Shades of Smoky #5B5A62
Tints of Smoky #5B5A62
RGB
CMYK
RGB Variations
Color information
#5B5A62 (or 0x5B5A62) is known color: Smoky. HEX triplet: 5B, 5A and 62. RGB value is (91,90,98). Sum of RGB (Red+Green+Blue) = 91+90+98=279 (36% of max value = 765). Red value is 91 (35.94% from 255 or 32.62% from 279); Green value is 90 (35.55% from 255 or 32.26% from 279); Blue value is 98 (38.67% from 255 or 35.13% from 279); Max value from RGB is 98 - color contains mainly: blue. Hex color #5B5A62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5A62 is #A4A59D. Grayscale: #5B5B5B. Windows color (decimal): -10790302 or 6445659. OLE color: 6445659.
HSL color Cylindrical-coordinate representation of color #5B5A62: hue angle of 247.5º degrees, saturation: 0.04, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #5B5A62 is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 91 | 90 | 98 | - |
| CMYK | 0.07 | 0.08 | 0 | 0.62 |
| HSL | 247.5º | 0.04% | 0.37% | - |
| HSV(B) | 247.5º | 0.08% | 0.38% | - |
| XYZ | 10.18 | 10.42 | 13.03 | - |
| YUV | 91.21 | 131.83 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 90 | 98 | 0.07 | 0.08 | 0 | 0.62 | 247.5 | 0.04 | 0.37 |
| Hex | 5B | 5A | 62 | 7 | 8 | 0 | 3E | F8 | 4 | 25 |
| Octal | 133 | 132 | 142 | 7 | 10 | 0 | 76 | 370 | 4 | 45 |
| Binary | 1011011 | 1011010 | 1100010 | 111 | 1000 | 0 | 111110 | 11111000 | 100 | 100101 |
Color Harmonies of #5B5A62
Complementary color
Monochromatic Colors of #5B5A62
Black with #5B5A62
Text Example
Text Example
White with #5B5A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5A62; }
p { color: rgb(91,90,98); }
H1.HeaderClassName
{
color: #5B5A62;
}
.AnyTagClassName
{
color: #5B5A62;
}
</style>
background-color css
<style>
a { background-color: #5B5A62; }
a { background-color: rgb(91,90,98); }
div.DivClassName
{
background-color: #5B5A62;
}
.BgClassName
{
background-color: #5B5A62;
}
</style>
border-color css
<style>
span { border-color: #5B5A62; }
span { border-color: rgb(91,90,98); }
td.TdClassName
{
border-color: #5B5A62;
}
.TagClassName
{
border-color: #5B5A62;
}
</style>