Shades of Smoky #57566D
Tints of Smoky #57566D
RGB
CMYK
RGB Variations
Color information
#57566D (or 0x57566D) is known color: Smoky. HEX triplet: 57, 56 and 6D. RGB value is (87,86,109). Sum of RGB (Red+Green+Blue) = 87+86+109=282 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.85% from 282); Green value is 86 (33.98% from 255 or 30.50% from 282); Blue value is 109 (42.97% from 255 or 38.65% from 282); Max value from RGB is 109 - color contains mainly: blue. Hex color #57566D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57566D is #A8A992. Grayscale: #585858. Windows color (decimal): -11053459 or 7165527. OLE color: 7165527.
HSL color Cylindrical-coordinate representation of color #57566D: hue angle of 242.61º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #57566D is Cyan = 0.20, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 87 | 86 | 109 | - |
| CMYK | 0.20 | 0.21 | 0 | 0.57 |
| HSL | 242.61º | 0.12% | 0.38% | - |
| HSV(B) | 242.61º | 0.21% | 0.43% | - |
| XYZ | 10.02 | 9.79 | 15.83 | - |
| YUV | 88.92 | 139.33 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 86 | 109 | 0.20 | 0.21 | 0 | 0.57 | 242.61 | 0.12 | 0.38 |
| Hex | 57 | 56 | 6D | 14 | 15 | 0 | 39 | F3 | C | 26 |
| Octal | 127 | 126 | 155 | 24 | 25 | 0 | 71 | 363 | 14 | 46 |
| Binary | 1010111 | 1010110 | 1101101 | 10100 | 10101 | 0 | 111001 | 11110011 | 1100 | 100110 |
Color Harmonies of #57566D
Complementary color
Monochromatic Colors of #57566D
Black with #57566D
Text Example
Text Example
White with #57566D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57566D; }
p { color: rgb(87,86,109); }
H1.HeaderClassName
{
color: #57566D;
}
.AnyTagClassName
{
color: #57566D;
}
</style>
background-color css
<style>
a { background-color: #57566D; }
a { background-color: rgb(87,86,109); }
div.DivClassName
{
background-color: #57566D;
}
.BgClassName
{
background-color: #57566D;
}
</style>
border-color css
<style>
span { border-color: #57566D; }
span { border-color: rgb(87,86,109); }
td.TdClassName
{
border-color: #57566D;
}
.TagClassName
{
border-color: #57566D;
}
</style>