Shades of Smoky #57575F
Tints of Smoky #57575F
RGB
CMYK
RGB Variations
Color information
#57575F (or 0x57575F) is known color: Smoky. HEX triplet: 57, 57 and 5F. RGB value is (87,87,95). Sum of RGB (Red+Green+Blue) = 87+87+95=269 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.34% from 269); Green value is 87 (34.38% from 255 or 32.34% from 269); Blue value is 95 (37.5% from 255 or 35.32% from 269); Max value from RGB is 95 - color contains mainly: blue. Hex color #57575F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57575F is #A8A8A0. Grayscale: #575757. Windows color (decimal): -11053217 or 6248279. OLE color: 6248279.
HSL color Cylindrical-coordinate representation of color #57575F: hue angle of 240º degrees, saturation: 0.04, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #57575F is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 87 | 87 | 95 | - |
| CMYK | 0.08 | 0.08 | 0 | 0.63 |
| HSL | 240º | 0.04% | 0.36% | - |
| HSV(B) | 240º | 0.08% | 0.37% | - |
| XYZ | 9.4 | 9.67 | 12.2 | - |
| YUV | 87.91 | 132 | 127.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 87 | 95 | 0.08 | 0.08 | 0 | 0.63 | 240 | 0.04 | 0.36 |
| Hex | 57 | 57 | 5F | 8 | 8 | 0 | 3F | F0 | 4 | 24 |
| Octal | 127 | 127 | 137 | 10 | 10 | 0 | 77 | 360 | 4 | 44 |
| Binary | 1010111 | 1010111 | 1011111 | 1000 | 1000 | 0 | 111111 | 11110000 | 100 | 100100 |
Color Harmonies of #57575F
Complementary color
Monochromatic Colors of #57575F
Black with #57575F
Text Example
Text Example
White with #57575F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57575F; }
p { color: rgb(87,87,95); }
H1.HeaderClassName
{
color: #57575F;
}
.AnyTagClassName
{
color: #57575F;
}
</style>
background-color css
<style>
a { background-color: #57575F; }
a { background-color: rgb(87,87,95); }
div.DivClassName
{
background-color: #57575F;
}
.BgClassName
{
background-color: #57575F;
}
</style>
border-color css
<style>
span { border-color: #57575F; }
span { border-color: rgb(87,87,95); }
td.TdClassName
{
border-color: #57575F;
}
.TagClassName
{
border-color: #57575F;
}
</style>