Shades of Smoky #575666
Tints of Smoky #575666
RGB
CMYK
RGB Variations
Color information
#575666 (or 0x575666) is known color: Smoky. HEX triplet: 57, 56 and 66. RGB value is (87,86,102). Sum of RGB (Red+Green+Blue) = 87+86+102=275 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.64% from 275); Green value is 86 (33.98% from 255 or 31.27% from 275); Blue value is 102 (40.23% from 255 or 37.09% from 275); Max value from RGB is 102 - color contains mainly: blue. Hex color #575666 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575666 is #A8A999. Grayscale: #585858. Windows color (decimal): -11053466 or 6706775. OLE color: 6706775.
HSL color Cylindrical-coordinate representation of color #575666: hue angle of 243.75º degrees, saturation: 0.09, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #575666 is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 87 | 86 | 102 | - |
| CMYK | 0.15 | 0.16 | 0 | 0.6 |
| HSL | 243.75º | 0.09% | 0.37% | - |
| HSV(B) | 243.75º | 0.16% | 0.4% | - |
| XYZ | 9.66 | 9.64 | 13.92 | - |
| YUV | 88.12 | 135.83 | 127.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 86 | 102 | 0.15 | 0.16 | 0 | 0.6 | 243.75 | 0.09 | 0.37 |
| Hex | 57 | 56 | 66 | F | 10 | 0 | 3C | F4 | 9 | 25 |
| Octal | 127 | 126 | 146 | 17 | 20 | 0 | 74 | 364 | 11 | 45 |
| Binary | 1010111 | 1010110 | 1100110 | 1111 | 10000 | 0 | 111100 | 11110100 | 1001 | 100101 |
Color Harmonies of #575666
Complementary color
Monochromatic Colors of #575666
Black with #575666
Text Example
Text Example
White with #575666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575666; }
p { color: rgb(87,86,102); }
H1.HeaderClassName
{
color: #575666;
}
.AnyTagClassName
{
color: #575666;
}
</style>
background-color css
<style>
a { background-color: #575666; }
a { background-color: rgb(87,86,102); }
div.DivClassName
{
background-color: #575666;
}
.BgClassName
{
background-color: #575666;
}
</style>
border-color css
<style>
span { border-color: #575666; }
span { border-color: rgb(87,86,102); }
td.TdClassName
{
border-color: #575666;
}
.TagClassName
{
border-color: #575666;
}
</style>