Shades of Smoky #575665
Tints of Smoky #575665
RGB
CMYK
RGB Variations
Color information
#575665 (or 0x575665) is known color: Smoky. HEX triplet: 57, 56 and 65. RGB value is (87,86,101). Sum of RGB (Red+Green+Blue) = 87+86+101=274 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.75% from 274); Green value is 86 (33.98% from 255 or 31.39% from 274); Blue value is 101 (39.84% from 255 or 36.86% from 274); Max value from RGB is 101 - color contains mainly: blue. Hex color #575665 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575665 is #A8A99A. Grayscale: #575757. Windows color (decimal): -11053467 or 6641239. OLE color: 6641239.
HSL color Cylindrical-coordinate representation of color #575665: hue angle of 244º degrees, saturation: 0.08, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #575665 is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 87 | 86 | 101 | - |
| CMYK | 0.14 | 0.15 | 0 | 0.60 |
| HSL | 244º | 0.08% | 0.37% | - |
| HSV(B) | 244º | 0.15% | 0.4% | - |
| XYZ | 9.61 | 9.62 | 13.66 | - |
| YUV | 88.01 | 135.33 | 127.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 86 | 101 | 0.14 | 0.15 | 0 | 0.60 | 244 | 0.08 | 0.37 |
| Hex | 57 | 56 | 65 | E | F | 0 | 3C | F4 | 8 | 25 |
| Octal | 127 | 126 | 145 | 16 | 17 | 0 | 74 | 364 | 10 | 45 |
| Binary | 1010111 | 1010110 | 1100101 | 1110 | 1111 | 0 | 111100 | 11110100 | 1000 | 100101 |
Color Harmonies of #575665
Complementary color
Monochromatic Colors of #575665
Black with #575665
Text Example
Text Example
White with #575665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575665; }
p { color: rgb(87,86,101); }
H1.HeaderClassName
{
color: #575665;
}
.AnyTagClassName
{
color: #575665;
}
</style>
background-color css
<style>
a { background-color: #575665; }
a { background-color: rgb(87,86,101); }
div.DivClassName
{
background-color: #575665;
}
.BgClassName
{
background-color: #575665;
}
</style>
border-color css
<style>
span { border-color: #575665; }
span { border-color: rgb(87,86,101); }
td.TdClassName
{
border-color: #575665;
}
.TagClassName
{
border-color: #575665;
}
</style>