Shades of Smoky #57565E
Tints of Smoky #57565E
RGB
CMYK
RGB Variations
Color information
#57565E (or 0x57565E) is known color: Smoky. HEX triplet: 57, 56 and 5E. RGB value is (87,86,94). Sum of RGB (Red+Green+Blue) = 87+86+94=267 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.58% from 267); Green value is 86 (33.98% from 255 or 32.21% from 267); Blue value is 94 (37.11% from 255 or 35.21% from 267); Max value from RGB is 94 - color contains mainly: blue. Hex color #57565E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57565E is #A8A9A1. Grayscale: #575757. Windows color (decimal): -11053474 or 6182487. OLE color: 6182487.
HSL color Cylindrical-coordinate representation of color #57565E: hue angle of 247.5º degrees, saturation: 0.04, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #57565E is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 87 | 86 | 94 | - |
| CMYK | 0.07 | 0.09 | 0 | 0.63 |
| HSL | 247.5º | 0.04% | 0.35% | - |
| HSV(B) | 247.5º | 0.09% | 0.37% | - |
| XYZ | 9.28 | 9.49 | 11.93 | - |
| YUV | 87.21 | 131.83 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 86 | 94 | 0.07 | 0.09 | 0 | 0.63 | 247.5 | 0.04 | 0.35 |
| Hex | 57 | 56 | 5E | 7 | 9 | 0 | 3F | F8 | 4 | 23 |
| Octal | 127 | 126 | 136 | 7 | 11 | 0 | 77 | 370 | 4 | 43 |
| Binary | 1010111 | 1010110 | 1011110 | 111 | 1001 | 0 | 111111 | 11111000 | 100 | 100011 |
Color Harmonies of #57565E
Complementary color
Monochromatic Colors of #57565E
Black with #57565E
Text Example
Text Example
White with #57565E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57565E; }
p { color: rgb(87,86,94); }
H1.HeaderClassName
{
color: #57565E;
}
.AnyTagClassName
{
color: #57565E;
}
</style>
background-color css
<style>
a { background-color: #57565E; }
a { background-color: rgb(87,86,94); }
div.DivClassName
{
background-color: #57565E;
}
.BgClassName
{
background-color: #57565E;
}
</style>
border-color css
<style>
span { border-color: #57565E; }
span { border-color: rgb(87,86,94); }
td.TdClassName
{
border-color: #57565E;
}
.TagClassName
{
border-color: #57565E;
}
</style>