Shades of Smoky #57565F
Tints of Smoky #57565F
RGB
CMYK
RGB Variations
Color information
#57565F (or 0x57565F) is known color: Smoky. HEX triplet: 57, 56 and 5F. RGB value is (87,86,95). Sum of RGB (Red+Green+Blue) = 87+86+95=268 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.46% from 268); Green value is 86 (33.98% from 255 or 32.09% from 268); Blue value is 95 (37.5% from 255 or 35.45% from 268); Max value from RGB is 95 - color contains mainly: blue. Hex color #57565F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57565F is #A8A9A0. Grayscale: #575757. Windows color (decimal): -11053473 or 6248023. OLE color: 6248023.
HSL color Cylindrical-coordinate representation of color #57565F: hue angle of 246.67º degrees, saturation: 0.05, 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 #57565F is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 87 | 86 | 95 | - |
| CMYK | 0.08 | 0.09 | 0 | 0.63 |
| HSL | 246.67º | 0.05% | 0.35% | - |
| HSV(B) | 246.67º | 0.09% | 0.37% | - |
| XYZ | 9.32 | 9.51 | 12.17 | - |
| YUV | 87.33 | 132.33 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 86 | 95 | 0.08 | 0.09 | 0 | 0.63 | 246.67 | 0.05 | 0.35 |
| Hex | 57 | 56 | 5F | 8 | 9 | 0 | 3F | F7 | 5 | 23 |
| Octal | 127 | 126 | 137 | 10 | 11 | 0 | 77 | 367 | 5 | 43 |
| Binary | 1010111 | 1010110 | 1011111 | 1000 | 1001 | 0 | 111111 | 11110111 | 101 | 100011 |
Color Harmonies of #57565F
Complementary color
Monochromatic Colors of #57565F
Black with #57565F
Text Example
Text Example
White with #57565F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57565F; }
p { color: rgb(87,86,95); }
H1.HeaderClassName
{
color: #57565F;
}
.AnyTagClassName
{
color: #57565F;
}
</style>
background-color css
<style>
a { background-color: #57565F; }
a { background-color: rgb(87,86,95); }
div.DivClassName
{
background-color: #57565F;
}
.BgClassName
{
background-color: #57565F;
}
</style>
border-color css
<style>
span { border-color: #57565F; }
span { border-color: rgb(87,86,95); }
td.TdClassName
{
border-color: #57565F;
}
.TagClassName
{
border-color: #57565F;
}
</style>